Uses of Interface
org.apache.maven.shared.transfer.graph.DependencyNode
Packages that use DependencyNode
Package
Description
-
Uses of DependencyNode in org.apache.maven.shared.transfer.collection
Methods in org.apache.maven.shared.transfer.collection that return DependencyNodeModifier and TypeMethodDescriptionCollectResult.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 DependencyNodeModifier and TypeClassDescription(package private) classDependencyCollectorNode wrapper aroundDependencyNodeMethods in org.apache.maven.shared.transfer.collection.internal that return DependencyNodeModifier and TypeMethodDescriptionMaven31CollectResult.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 -
Uses of DependencyNode in org.apache.maven.shared.transfer.dependencies.collect.internal
Classes in org.apache.maven.shared.transfer.dependencies.collect.internal that implement DependencyNodeModifier and TypeClassDescription(package private) classDependencyCollectorNode wrapper aroundDependencyNodeMethods in org.apache.maven.shared.transfer.dependencies.collect.internal that return types with arguments of type DependencyNode -
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 DependencyNodeModifier and TypeMethodDescriptionDependencyNode.getChildren()Gets the child nodes of this node.Methods in org.apache.maven.shared.transfer.graph with parameters of type DependencyNodeModifier and TypeMethodDescriptionbooleanDependencyVisitor.visitEnter(DependencyNode node) Starts the visit to the specified dependency node.booleanDependencyVisitor.visitLeave(DependencyNode node) Ends the visit to to the specified dependency node.