Uses of Interface
org.apache.maven.shared.transfer.graph.DependencyNode
-
Packages that use DependencyNode Package Description org.apache.maven.shared.transfer.collection org.apache.maven.shared.transfer.graph -
-
Uses of DependencyNode in org.apache.maven.shared.transfer.collection
Methods in org.apache.maven.shared.transfer.collection that return DependencyNode Modifier and Type Method Description DependencyNodeCollectResult. getRoot()Gets the root node of the dependency graph. -
Uses of DependencyNode in org.apache.maven.shared.transfer.graph
Methods in org.apache.maven.shared.transfer.graph that return types with arguments of type DependencyNode Modifier and Type Method Description java.util.List<DependencyNode>DependencyNode. getChildren()Gets the child nodes of this node.Methods in org.apache.maven.shared.transfer.graph with parameters of type DependencyNode Modifier and Type Method Description booleanDependencyVisitor. visitEnter(DependencyNode node)Starts the visit to the specified dependency node.booleanDependencyVisitor. visitLeave(DependencyNode node)Ends the visit to to the specified dependency node.
-