Uses of Interface
org.eclipse.aether.collection.DependencyManager
Packages that use 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
Methods in org.eclipse.aether that return DependencyManagerModifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getDependencyManager()
DefaultRepositorySystemSession.getDependencyManager()
RepositorySystemSession.getDependencyManager()
Gets the dependency manager to use for building dependency graphs.Methods in org.eclipse.aether with parameters of type DependencyManagerModifier 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
Methods in org.eclipse.aether.collection that return DependencyManagerModifier and TypeMethodDescriptionDependencyManager.deriveChildManager
(DependencyCollectionContext context) Derives a dependency manager for the specified collection context.