Uses of Class
org.jvnet.maven.plugin.antrun.DependencyGraph.Edge

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
 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.
 

Methods in org.jvnet.maven.plugin.antrun with parameters of type DependencyGraph.Edge
 boolean ListFilter.visit(DependencyGraph.Edge edge)
           
 boolean GraphVisitor.visit(DependencyGraph.Edge edge)
          Visits an edge.
 boolean ScopeFilter.visit(DependencyGraph.Edge edge)
           
 boolean DefaultGraphVisitor.visit(DependencyGraph.Edge edge)
           
 boolean GraphVizVisualizer.visit(DependencyGraph.Edge edge)
           
 



Copyright © 2011. All Rights Reserved.