Uses of Interface
org.eclipse.aether.collection.DependencySelector
Packages that use DependencySelector
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 DependencySelector in org.eclipse.aether
Methods in org.eclipse.aether that return DependencySelectorModifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getDependencySelector()
DefaultRepositorySystemSession.getDependencySelector()
RepositorySystemSession.getDependencySelector()
Gets the dependency selector to use for building dependency graphs.Methods in org.eclipse.aether with parameters of type DependencySelectorModifier and TypeMethodDescriptionDefaultRepositorySystemSession.setDependencySelector
(DependencySelector dependencySelector) Sets the dependency selector to use for building dependency graphs. -
Uses of DependencySelector in org.eclipse.aether.collection
Methods in org.eclipse.aether.collection that return DependencySelectorModifier and TypeMethodDescriptionDependencySelector.deriveChildSelector
(DependencyCollectionContext context) Derives a dependency selector for the specified collection context.