|
|||||||||
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.AbstractReduceEdgeVisitor
org.apache.maven.archiva.dependency.graph.tasks.ReduceTransitiveEdgesVisitor
public class ReduceTransitiveEdgesVisitor
Perform a transitive reduction of the graph.
Field Summary |
---|
Fields inherited from class org.apache.maven.archiva.dependency.graph.walk.BaseVisitor |
---|
graph |
Constructor Summary | |
---|---|
ReduceTransitiveEdgesVisitor()
|
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 |
discoverNode(DependencyGraphNode node)
Called for each node, when that node is visited. |
void |
finishGraph(DependencyGraph graph)
Called once, for when the graph is finished being visited. |
void |
finishNode(DependencyGraphNode node)
Called for each node, when the node has been fully visited. |
Methods inherited from class org.apache.maven.archiva.dependency.graph.walk.BaseVisitor |
---|
finishEdge, 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 |
---|
finishEdge |
Constructor Detail |
---|
public ReduceTransitiveEdgesVisitor()
Method Detail |
---|
public void discoverGraph(DependencyGraph graph)
DependencyGraphVisitor
discoverGraph
in interface DependencyGraphVisitor
discoverGraph
in class BaseVisitor
graph
- the graph that was discovered.public void discoverEdge(DependencyGraphEdge edge)
DependencyGraphVisitor
discoverEdge
in interface DependencyGraphVisitor
discoverEdge
in class BaseVisitor
edge
- the edge that is being visited.public void discoverNode(DependencyGraphNode node)
DependencyGraphVisitor
discoverNode
in interface DependencyGraphVisitor
discoverNode
in class BaseVisitor
node
- the node that is being visited.public void finishNode(DependencyGraphNode node)
DependencyGraphVisitor
finishNode
in interface DependencyGraphVisitor
finishNode
in class BaseVisitor
node
- the node that was finished being visited.public void finishGraph(DependencyGraph graph)
DependencyGraphVisitor
finishGraph
in interface DependencyGraphVisitor
finishGraph
in class AbstractReduceEdgeVisitor
graph
- the graph that finished being visited.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |