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.
Internal helper classes for dependency collector.
Various dependency managers for 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. -
Uses of DependencyManager in org.eclipse.aether.collection
Modifier and TypeMethodDescriptionDependencyManager.deriveChildManager
(DependencyCollectionContext context) Derives a dependency manager for the specified collection context. -
Uses of DependencyManager in org.eclipse.aether.internal.impl.collect
Modifier and TypeMethodDescriptionstatic PremanagedDependency
PremanagedDependency.create
(DependencyManager depManager, Dependency dependency, boolean disableVersionManagement, boolean premanagedState) DataPool.toKey
(Artifact artifact, List<RemoteRepository> repositories, DependencySelector selector, DependencyManager manager, DependencyTraverser traverser, VersionFilter filter) -
Uses of DependencyManager in org.eclipse.aether.util.graph.manager
Modifier and TypeClassDescriptionfinal class
A dependency manager that mimics the way Maven 2.x works.final class
A dependency manager managing dependencies on all levels supporting transitive dependency management.final class
A dependency manager that does not do any dependency management.final class
A dependency manager managing transitive dependencies supporting transitive dependency management.Modifier and TypeFieldDescriptionstatic final DependencyManager
NoopDependencyManager.INSTANCE
A ready-made instance of this dependency manager which can safely be reused throughout an entire application regardless of multi-threading.Modifier and TypeMethodDescriptionClassicDependencyManager.deriveChildManager
(DependencyCollectionContext context) DefaultDependencyManager.deriveChildManager
(DependencyCollectionContext context) NoopDependencyManager.deriveChildManager
(DependencyCollectionContext context) TransitiveDependencyManager.deriveChildManager
(DependencyCollectionContext context)