Package | Description |
---|---|
org.jvnet.maven.plugin.antrun |
Modifier and Type | Method and Description |
---|---|
List<DependencyGraph.Edge> |
DependencyGraph.Node.getBackwardEdges(DependencyGraph g)
Gets the backward dependency edges (modules that depend on this module.)
|
List<DependencyGraph.Edge> |
DependencyGraph.Node.getForwardEdges(DependencyGraph g)
Gets the forward dependency edges (modules that this module depends on.)
|
List<DependencyGraph.Edge> |
DependencyGraph.Node.getTrail(DependencyGraph graph)
Builds the dependency trail from this node to the root node, in that order.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ListFilter.visit(DependencyGraph.Edge edge) |
boolean |
GraphVisitor.visit(DependencyGraph.Edge edge)
Visits an edge.
|
boolean |
GraphVizVisualizer.visit(DependencyGraph.Edge edge) |
boolean |
DefaultGraphVisitor.visit(DependencyGraph.Edge edge) |
boolean |
ScopeFilter.visit(DependencyGraph.Edge edge) |
Copyright © 2014. All rights reserved.