|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectorg.apache.maven.archiva.dependency.graph.walk.BaseVisitor
org.apache.maven.archiva.dependency.graph.tasks.UpdateScopesVisitor
public class UpdateScopesVisitor
UpdateScopesVisitor
| Field Summary |
|---|
| Fields inherited from class org.apache.maven.archiva.dependency.graph.walk.BaseVisitor |
|---|
graph |
| Constructor Summary | |
|---|---|
UpdateScopesVisitor()
|
|
| Method Summary | |
|---|---|
void |
discoverEdge(DependencyGraphEdge edge)
Called for each edge, when that edge is visited. |
void |
discoverGraph(DependencyGraph graph)
Called once, for when the graph itself is discovered. |
void |
finishEdge(DependencyGraphEdge edge)
Called for each edge, when that edge has been fully visited. |
| Methods inherited from class org.apache.maven.archiva.dependency.graph.walk.BaseVisitor |
|---|
discoverNode, finishGraph, finishNode, getInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.maven.archiva.dependency.graph.walk.DependencyGraphVisitor |
|---|
discoverNode, finishGraph, finishNode |
| Constructor Detail |
|---|
public UpdateScopesVisitor()
| Method Detail |
|---|
public void discoverGraph(DependencyGraph graph)
DependencyGraphVisitor
discoverGraph in interface DependencyGraphVisitordiscoverGraph in class BaseVisitorgraph - the graph that was discovered.public void discoverEdge(DependencyGraphEdge edge)
DependencyGraphVisitor
discoverEdge in interface DependencyGraphVisitordiscoverEdge in class BaseVisitoredge - the edge that is being visited.public void finishEdge(DependencyGraphEdge edge)
DependencyGraphVisitor
finishEdge in interface DependencyGraphVisitorfinishEdge in class BaseVisitoredge - the edge that was finished being visited.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||