@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(DependencyCollectorRequest dependencyCollectorRequest)
collect the project's raw dependency graph, with information to allow the API client to reason on its own about
dependencies.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcollectDependencyGraph@Inject public DefaultDependencyCollectorBuilder(org.eclipse.aether.RepositorySystem repositorySystem)
public DependencyNode collectDependencyGraph(DependencyCollectorRequest dependencyCollectorRequest) throws DependencyCollectorBuilderException
DependencyCollectorBuildercollectDependencyGraph in interface DependencyCollectorBuilderdependencyCollectorRequest - 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.