|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DependencyGraph.Edge | |
|---|---|
| org.jvnet.maven.plugin.antrun | |
| Uses of DependencyGraph.Edge in org.jvnet.maven.plugin.antrun |
|---|
| Methods in org.jvnet.maven.plugin.antrun that return types with arguments of type DependencyGraph.Edge | |
|---|---|
java.util.List<DependencyGraph.Edge> |
DependencyGraph.Node.getBackwardEdges(DependencyGraph g)
Gets the backward dependency edges (modules that depend on this module.) |
java.util.List<DependencyGraph.Edge> |
DependencyGraph.Node.getForwardEdges(DependencyGraph g)
Gets the forward dependency edges (modules that this module depends on.) |
java.util.List<DependencyGraph.Edge> |
DependencyGraph.Node.getTrail(DependencyGraph graph)
Builds the dependency trail from this node to the root node, in that order. |
| Methods in org.jvnet.maven.plugin.antrun with parameters of type DependencyGraph.Edge | |
|---|---|
boolean |
ListFilter.visit(DependencyGraph.Edge edge)
|
boolean |
GraphVizVisualizer.visit(DependencyGraph.Edge edge)
|
boolean |
ScopeFilter.visit(DependencyGraph.Edge edge)
|
boolean |
GraphVisitor.visit(DependencyGraph.Edge edge)
Visits an edge. |
boolean |
DefaultGraphVisitor.visit(DependencyGraph.Edge edge)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||