Uses of Interface
org.apache.maven.api.Node
Package
Description
-
Uses of Node in org.apache.maven.api
Modifier 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.Modifier and TypeMethodDescriptionNode.getChildren()
Gets the child nodes of this node.Node.stream()
Obtain a Stream containing this node and all its descendant.Modifier and TypeMethodDescriptionboolean
Starts the visit to the specified dependency node.boolean
Ends the visit to the specified dependency node. -
Uses of Node in org.apache.maven.api.services
Modifier and TypeMethodDescriptionProjectManager.getCollectedDependencies
(Project project, ResolutionScope scope) DependencyCollectorResult.getRoot()
Gets the root node of the dependency graph. -
Uses of Node in org.apache.maven.internal.impl
Modifier and TypeMethodDescriptionAbstractSession.collectDependencies
(Artifact artifact) Shortcut forgetService(DependencyCollector.class).collect(...)
AbstractSession.collectDependencies
(DependencyCoordinate dependency) Shortcut forgetService(DependencyCollector.class).collect(...)
AbstractSession.collectDependencies
(Project project) Shortcut forgetService(DependencyCollector.class).collect(...)
DefaultProjectManager.getCollectedDependencies
(Project project, ResolutionScope scope) AbstractSession.getNode
(org.eclipse.aether.graph.DependencyNode node) AbstractSession.getNode
(org.eclipse.aether.graph.DependencyNode node, boolean verbose)