|
||||||||||
| 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.FlagExcludedEdgesVisitor
public class FlagExcludedEdgesVisitor
FlagExcludedEdgesVisitor
| Field Summary |
|---|
| Fields inherited from class org.apache.maven.archiva.dependency.graph.walk.BaseVisitor |
|---|
graph |
| Constructor Summary | |
|---|---|
FlagExcludedEdgesVisitor()
|
|
| Method Summary | |
|---|---|
void |
discoverEdge(DependencyGraphEdge edge)
Called for each edge, when that edge is visited. |
void |
discoverNode(DependencyGraphNode node)
Called for each node, when that node is 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 |
|---|
discoverGraph, finishEdge, finishGraph, 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 |
|---|
discoverGraph, finishEdge, finishGraph |
| Constructor Detail |
|---|
public FlagExcludedEdgesVisitor()
| Method Detail |
|---|
public void discoverEdge(DependencyGraphEdge edge)
DependencyGraphVisitor
discoverEdge in interface DependencyGraphVisitordiscoverEdge in class BaseVisitoredge - the edge that is being visited.public void discoverNode(DependencyGraphNode node)
DependencyGraphVisitor
discoverNode in interface DependencyGraphVisitordiscoverNode in class BaseVisitornode - the node that is being visited.public void finishNode(DependencyGraphNode node)
DependencyGraphVisitor
finishNode in interface DependencyGraphVisitorfinishNode in class BaseVisitornode - the node that was finished being visited.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||