@Named public class DefaultDependencyCollectorBuilder extends Object implements DependencyCollectorBuilder
| Constructor and Description |
|---|
DefaultDependencyCollectorBuilder(org.eclipse.aether.RepositorySystem repositorySystem) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
@Inject public DefaultDependencyCollectorBuilder(org.eclipse.aether.RepositorySystem repositorySystem)
public DependencyNode collectDependencyGraph(org.apache.maven.project.ProjectBuildingRequest buildingRequest, org.apache.maven.artifact.resolver.filter.ArtifactFilter filter) throws DependencyCollectorBuilderException
DependencyCollectorBuildercollectDependencyGraph in interface DependencyCollectorBuilderbuildingRequest - 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.Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.