Package | Description |
---|---|
org.apache.maven.api | |
org.apache.maven.api.services | |
org.apache.maven.internal.impl |
Modifier and Type | Method and Description |
---|---|
Node |
Session.collectDependencies(Artifact artifact)
Shortcut for
getService(DependencyCollector.class).collect(...) |
Node |
Session.collectDependencies(DependencyCoordinate dependency)
Shortcut for
getService(DependencyResolver.class).resolve(...) |
Node |
Session.collectDependencies(Project project)
Shortcut for
getService(DependencyCollector.class).collect(...) |
Node |
Node.filter(Predicate<Node> filter)
Returns a new tree starting at this node, filtering the children.
|
Modifier and Type | Method and Description |
---|---|
List<Node> |
Node.getChildren()
Gets the child nodes of this node.
|
default Stream<Node> |
Node.stream()
Obtain a Stream containing this node and all its descendant.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NodeVisitor.enter(Node node)
Starts the visit to the specified dependency node.
|
boolean |
NodeVisitor.leave(Node node)
Ends the visit to the specified dependency node.
|
Modifier and Type | Method and Description |
---|---|
Node |
Node.filter(Predicate<Node> filter)
Returns a new tree starting at this node, filtering the children.
|
Modifier and Type | Method and Description |
---|---|
Node |
ProjectManager.getCollectedDependencies(Project project,
ResolutionScope scope) |
Node |
DependencyCollectorResult.getRoot()
Gets the root node of the dependency graph.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNode |
class |
DefaultNode |
Modifier and Type | Method and Description |
---|---|
Node |
AbstractSession.collectDependencies(Artifact artifact)
Shortcut for
getService(DependencyCollector.class).collect(...) |
Node |
AbstractSession.collectDependencies(DependencyCoordinate dependency)
Shortcut for
getService(DependencyCollector.class).collect(...) |
Node |
AbstractSession.collectDependencies(Project project)
Shortcut for
getService(DependencyCollector.class).collect(...) |
Node |
AbstractNode.filter(Predicate<Node> filter) |
Node |
DefaultProjectManager.getCollectedDependencies(Project project,
ResolutionScope scope) |
Node |
AbstractSession.getNode(org.eclipse.aether.graph.DependencyNode node) |
Node |
AbstractSession.getNode(org.eclipse.aether.graph.DependencyNode node,
boolean verbose) |
Modifier and Type | Method and Description |
---|---|
List<Node> |
DefaultNode.getChildren() |
Modifier and Type | Method and Description |
---|---|
Node |
AbstractNode.filter(Predicate<Node> filter) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.