Uses of Interface
org.eclipse.aether.collection.DependencyManager
-
Packages that use DependencyManager Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.org.eclipse.aether.collection 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 DependencyManager Modifier and Type Method Description DependencyManagerAbstractForwardingRepositorySystemSession. getDependencyManager()DependencyManagerDefaultRepositorySystemSession. getDependencyManager()DependencyManagerRepositorySystemSession. getDependencyManager()Gets the dependency manager to use for building dependency graphs.Methods in org.eclipse.aether with parameters of type DependencyManager Modifier and Type Method Description DefaultRepositorySystemSessionDefaultRepositorySystemSession. 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 DependencyManager Modifier and Type Method Description DependencyManagerDependencyManager. deriveChildManager(DependencyCollectionContext context)Derives a dependency manager for the specified collection context.
-