public interface DependencyCollectorBuilder
Modifier and Type | Method and Description |
---|---|
DependencyNode |
collectDependencyGraph(DependencyCollectorRequest dependencyCollectorRequest)
collect the project's raw dependency graph, with information to allow the API client to reason on its own about
dependencies.
|
default DependencyNode |
collectDependencyGraph(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
org.apache.maven.artifact.resolver.filter.ArtifactFilter filter)
collect the project's raw dependency graph, with information to allow the API client to reason on its own about
dependencies.
|
default DependencyNode collectDependencyGraph(org.apache.maven.project.ProjectBuildingRequest buildingRequest, org.apache.maven.artifact.resolver.filter.ArtifactFilter filter) throws DependencyCollectorBuilderException
buildingRequest
- the request with the project to process its dependencies.filter
- an artifact filter if not all dependencies are required (can be null
)DependencyCollectorBuilderException
- if some of the dependencies could not be collected.DependencyNode collectDependencyGraph(DependencyCollectorRequest dependencyCollectorRequest) throws DependencyCollectorBuilderException
dependencyCollectorRequest
- the request with different paramaters.DependencyCollectorBuilderException
- if some of the dependencies could not be collected.Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.