Uses of Interface
org.eclipse.aether.collection.DependencyManager
Package
Description
The primary API of the
RepositorySystem
and its functionality.The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
-
Uses of DependencyManager in org.eclipse.aether
Modifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getDependencyManager()
DefaultRepositorySystemSession.getDependencyManager()
RepositorySystemSession.getDependencyManager()
Gets the dependency manager to use for building dependency graphs.Modifier and TypeMethodDescriptionDefaultRepositorySystemSession.setDependencyManager
(DependencyManager dependencyManager) Sets the dependency manager to use for building dependency graphs.RepositorySystemSession.SessionBuilder.setDependencyManager
(DependencyManager dependencyManager) Sets the dependency manager to use for building dependency graphs. -
Uses of DependencyManager in org.eclipse.aether.collection
Modifier and TypeMethodDescriptionDependencyManager.deriveChildManager
(DependencyCollectionContext context) Derives a dependency manager for the specified collection context.