Uses of Interface
org.eclipse.aether.collection.DependencySelector
-
Packages that use DependencySelector 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 DependencySelector in org.eclipse.aether
Methods in org.eclipse.aether that return DependencySelector Modifier and Type Method Description DependencySelectorAbstractForwardingRepositorySystemSession. getDependencySelector()DependencySelectorDefaultRepositorySystemSession. getDependencySelector()DependencySelectorRepositorySystemSession. getDependencySelector()Gets the dependency selector to use for building dependency graphs.Methods in org.eclipse.aether with parameters of type DependencySelector Modifier and Type Method Description DefaultRepositorySystemSessionDefaultRepositorySystemSession. 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 DependencySelector Modifier and Type Method Description DependencySelectorDependencySelector. deriveChildSelector(DependencyCollectionContext context)Derives a dependency selector for the specified collection context.
-