Package | Description |
---|---|
org.apache.maven.api.services | |
org.apache.maven.internal.impl |
Modifier and Type | Method and Description |
---|---|
DependencyCollectorResult |
DependencyCollector.collect(DependencyCollectorRequest request)
Collects the transitive dependencies and builds a dependency graph.
|
default DependencyCollectorResult |
DependencyCollector.collect(Session session,
Artifact artifact)
Collects the transitive dependencies of some artifacts and builds a dependency graph.
|
default DependencyCollectorResult |
DependencyCollector.collect(Session session,
DependencyCoordinate root)
Collects the transitive dependencies of some artifacts and builds a dependency graph.
|
default DependencyCollectorResult |
DependencyCollector.collect(Session session,
Project project)
Collects the transitive dependencies of some artifacts and builds a dependency graph.
|
Modifier and Type | Method and Description |
---|---|
Optional<DependencyCollectorResult> |
ProjectBuilderResult.getDependencyResolverResult()
Gets the result of the dependency resolution for the project.
|
Modifier and Type | Method and Description |
---|---|
DependencyCollectorResult |
DefaultDependencyCollector.collect(DependencyCollectorRequest request) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.