Uses of Interface
org.apache.maven.api.Node
Package
Description
Maven Core API
-
Uses of Node in org.apache.maven.api
Modifier and TypeMethodDescriptionSession.collectDependencies
(Artifact artifact, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
Session.collectDependencies
(DependencyCoordinates dependency, PathScope scope) Collects the transitive dependencies of some artifacts and builds a dependency graph.Session.collectDependencies
(Project project, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
Returns a new tree starting at this node, filtering the children.Modifier and TypeMethodDescriptionSession.flattenDependencies
(Node node, PathScope scope) Shortcut forgetService(DependencyResolver.class).flatten(...)
.Node.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.Session.flattenDependencies
(Node node, PathScope scope) Shortcut forgetService(DependencyResolver.class).flatten(...)
.boolean
Ends the visit to the specified dependency node. -
Uses of Node in org.apache.maven.api.services
Modifier and TypeMethodDescriptionDependencyResolverResult.getRoot()
Gets the root node of the dependency graph.Modifier and TypeMethodDescriptionFlattens a list of nodes.DependencyResolverResult.getNodes()
The ordered list of the flattened dependency nodes. -
Uses of Node in org.apache.maven.internal.impl
Modifier and TypeMethodDescriptionAbstractSession.collectDependencies
(Artifact artifact, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
AbstractSession.collectDependencies
(DependencyCoordinates dependency, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
AbstractSession.collectDependencies
(Project project, PathScope scope) Shortcut forgetService(DependencyResolver.class).collect(...)
AbstractSession.getNode
(org.eclipse.aether.graph.DependencyNode node) AbstractSession.getNode
(org.eclipse.aether.graph.DependencyNode node, boolean verbose) InternalSession.getNode
(org.eclipse.aether.graph.DependencyNode node) InternalSession.getNode
(org.eclipse.aether.graph.DependencyNode node, boolean verbose) Modifier and TypeMethodDescriptionAbstractSession.flattenDependencies
(Node node, PathScope scope) DefaultNode.getChildren()
Modifier and TypeMethodDescriptionAbstractSession.flattenDependencies
(Node node, PathScope scope)