Uses of Interface
org.apache.maven.api.Node
Packages that use Node
-
Uses of Node in org.apache.maven.api
Methods in org.apache.maven.api that return NodeModifier and TypeMethodDescriptionSession.collectDependencies
(Artifact artifact) Shortcut forgetService(DependencyCollector.class).collect(...)
Session.collectDependencies
(DependencyCoordinate dependency) Shortcut forgetService(DependencyCollector.class).resolve(...)
Session.collectDependencies
(Project project) Shortcut forgetService(DependencyCollector.class).collect(...)
Returns a new tree starting at this node, filtering the children.Methods in org.apache.maven.api that return types with arguments of type NodeModifier and TypeMethodDescriptionNode.getChildren()
Gets the child nodes of this node.Node.stream()
Obtain a Stream containing this node and all its descendant.Methods in org.apache.maven.api with parameters of type NodeModifier and TypeMethodDescriptionboolean
Starts the visit to the specified dependency node.boolean
Ends the visit to the specified dependency node.Method parameters in org.apache.maven.api with type arguments of type Node -
Uses of Node in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return NodeModifier and TypeMethodDescriptionProjectManager.getCollectedDependencies
(Project project, ResolutionScope scope) DependencyCollectorResult.getRoot()
Gets the root node of the dependency graph.