Uses of Interface
org.apache.maven.shared.transfer.graph.DependencyNode
-
-
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.collection.internal
Classes in org.apache.maven.shared.transfer.collection.internal that implement DependencyNode Modifier and Type Class Description (package private) classMaven31DependencyNodeAdapterDependencyCollectorNode wrapper aroundDependencyNodeMethods in org.apache.maven.shared.transfer.collection.internal that return DependencyNode Modifier and Type Method Description DependencyNodeMaven31CollectResult. getRoot()Gets the root node of the dependency graph.Methods in org.apache.maven.shared.transfer.collection.internal that return types with arguments of type DependencyNode Modifier and Type Method Description java.util.List<DependencyNode>Maven31DependencyNodeAdapter. getChildren() -
Uses of DependencyNode in org.apache.maven.shared.transfer.dependencies.collect.internal
Classes in org.apache.maven.shared.transfer.dependencies.collect.internal that implement DependencyNode Modifier and Type Class Description (package private) classMaven31DependencyNodeAdapterDependencyCollectorNode wrapper aroundDependencyNodeMethods in org.apache.maven.shared.transfer.dependencies.collect.internal that return types with arguments of type DependencyNode Modifier and Type Method Description java.util.List<DependencyNode>Maven31DependencyNodeAdapter. getChildren() -
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.
-