This project has retired. For details please refer to its
Attic page.
FlagExcludedEdgesVisitor
org.apache.maven.archiva.dependency.graph.tasks
Class FlagExcludedEdgesVisitor
java.lang.Object
org.apache.maven.archiva.dependency.graph.walk.BaseVisitor
org.apache.maven.archiva.dependency.graph.tasks.FlagExcludedEdgesVisitor
- All Implemented Interfaces:
- DependencyGraphVisitor
public class FlagExcludedEdgesVisitor
- extends BaseVisitor
- implements DependencyGraphVisitor
FlagExcludedEdgesVisitor
Fields inherited from class org.apache.maven.archiva.dependency.graph.walk.BaseVisitor |
graph |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlagExcludedEdgesVisitor
public FlagExcludedEdgesVisitor()
discoverEdge
public void discoverEdge(DependencyGraphEdge edge)
- Description copied from interface:
DependencyGraphVisitor
- Called for each edge, when that edge is visited.
- Specified by:
discoverEdge
in interface DependencyGraphVisitor
- Overrides:
discoverEdge
in class BaseVisitor
- Parameters:
edge
- the edge that is being visited.
discoverNode
public void discoverNode(DependencyGraphNode node)
- Description copied from interface:
DependencyGraphVisitor
- Called for each node, when that node is visited.
- Specified by:
discoverNode
in interface DependencyGraphVisitor
- Overrides:
discoverNode
in class BaseVisitor
- Parameters:
node
- the node that is being visited.
finishNode
public void finishNode(DependencyGraphNode node)
- Description copied from interface:
DependencyGraphVisitor
- Called for each node, when the node has been fully visited.
- Specified by:
finishNode
in interface DependencyGraphVisitor
- Overrides:
finishNode
in class BaseVisitor
- Parameters:
node
- the node that was finished being visited.