Uses of Interface
org.apache.maven.api.Node
Packages that use Node
Package
Description
Maven Core API
-
Uses of Node in org.apache.maven.api
Methods in org.apache.maven.api that return NodeModifier 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.Methods in org.apache.maven.api that return types with arguments of type NodeModifier 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.Methods in org.apache.maven.api with parameters of type NodeModifier 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.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 TypeMethodDescriptionDependencyResolverResult.getRoot()
Gets the root node of the dependency graph.Methods in org.apache.maven.api.services that return types with arguments of type NodeModifier and TypeMethodDescriptionFlattens a list of nodes.DependencyResolverResult.getNodes()
The ordered list of the flattened dependency nodes.Methods in org.apache.maven.api.services with parameters of type Node -
Uses of Node in org.apache.maven.internal.impl
Classes in org.apache.maven.internal.impl that implement NodeModifier and TypeClassDescriptionclass
class
(package private) class
Fields in org.apache.maven.internal.impl declared as NodeModifier and TypeFieldDescriptionprotected final Node
WrapperNode.delegate
private final Node
DefaultDependencyResolverResult.root
The root node of the dependency graph.Fields in org.apache.maven.internal.impl with type parameters of type NodeModifier and TypeFieldDescriptionAbstractSession.allNodes
WrapperNode.children
DefaultDependencyResolverResult.nodes
The ordered list of the flattened dependency nodes.Methods in org.apache.maven.internal.impl that return NodeModifier 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) DefaultDependencyResolverResult.getRoot()
Methods in org.apache.maven.internal.impl that return types with arguments of type NodeModifier and TypeMethodDescriptionAbstractSession.flattenDependencies
(Node node, PathScope scope) DefaultNode.getChildren()
WrapperNode.getChildren()
DefaultDependencyResolverResult.getNodes()
Methods in org.apache.maven.internal.impl with parameters of type NodeModifier and TypeMethodDescription(package private) void
DefaultDependencyResolverResult.addDependency
(Node node, Dependency dep, Predicate<PathType> filter, Path path) Adds a dependency to the result.(package private) void
Adds a dependency node to the result.AbstractSession.flattenDependencies
(Node node, PathScope scope) Method parameters in org.apache.maven.internal.impl with type arguments of type NodeConstructors in org.apache.maven.internal.impl with parameters of type NodeModifierConstructorDescription(package private)
DefaultDependencyResolverResult
(PathModularizationCache cache, List<Exception> exceptions, Node root, int count) Creates an initially empty result.(package private)
WrapperNode
(Node delegate, List<Node> children) Constructor parameters in org.apache.maven.internal.impl with type arguments of type Node