public interface DependencyCollector
| Modifier and Type | Method and Description |
|---|---|
CollectResult |
collectDependencies(ProjectBuildingRequest buildingRequest,
DependableCoordinate root)
Collects the transitive dependencies of some artifacts and builds a dependency graph.
|
CollectResult |
collectDependencies(ProjectBuildingRequest buildingRequest,
org.apache.maven.model.Dependency root)
Collects the transitive dependencies of some artifacts and builds a dependency graph.
|
CollectResult |
collectDependencies(ProjectBuildingRequest buildingRequest,
org.apache.maven.model.Model root)
Collects the transitive dependencies of some artifacts and builds a dependency graph.
|
CollectResult collectDependencies(ProjectBuildingRequest buildingRequest, org.apache.maven.model.Dependency root) throws DependencyCollectionException
buildingRequest - The Maven project buildingrequest, must not be null.root - The Maven Dependency, must not be null.null.DependencyCollectionException - If the dependency tree could not be built.CollectResult collectDependencies(ProjectBuildingRequest buildingRequest, DependableCoordinate root) throws DependencyCollectionException
buildingRequest - The Maven project buildingrequest, must not be null.root - The Maven DependableCoordinate, must not be null.null.DependencyCollectionException - If the dependency tree could not be built.CollectResult collectDependencies(ProjectBuildingRequest buildingRequest, org.apache.maven.model.Model root) throws DependencyCollectionException
buildingRequest - The Maven project buildingrequest, must not be null.root - The Maven model, must not be null.null.DependencyCollectionException - If the dependency tree could not be built.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.