Uses of Interface
org.eclipse.aether.collection.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.
Internal helper classes for dependency collector.
Various dependency selectors for building a dependency graph.
-
Uses of DependencySelector in org.eclipse.aether
Modifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getDependencySelector()
DefaultRepositorySystemSession.getDependencySelector()
RepositorySystemSession.getDependencySelector()
Gets the dependency selector to use for building dependency graphs.Modifier and TypeMethodDescriptionDefaultRepositorySystemSession.setDependencySelector
(DependencySelector dependencySelector) Sets the dependency selector to use for building dependency graphs. -
Uses of DependencySelector in org.eclipse.aether.collection
Modifier and TypeMethodDescriptionDependencySelector.deriveChildSelector
(DependencyCollectionContext context) Derives a dependency selector for the specified collection context. -
Uses of DependencySelector in org.eclipse.aether.internal.impl.collect
Modifier and TypeMethodDescriptionDataPool.toKey
(Artifact artifact, List<RemoteRepository> repositories, DependencySelector selector, DependencyManager manager, DependencyTraverser traverser, VersionFilter filter) -
Uses of DependencySelector in org.eclipse.aether.util.graph.selector
Modifier and TypeClassDescriptionfinal class
A dependency selector that combines zero or more other selectors using a logicalAND
.final class
A dependency selector that applies exclusions based on artifact coordinates.final class
A dependency selector that excludes optional dependencies which occur beyond level one of the dependency graph.final class
A dependency selector that filters transitive dependencies based on their scope.final class
A dependency selector that always includes or excludes dependencies.Modifier and TypeMethodDescriptionAndDependencySelector.deriveChildSelector
(DependencyCollectionContext context) ExclusionDependencySelector.deriveChildSelector
(DependencyCollectionContext context) OptionalDependencySelector.deriveChildSelector
(DependencyCollectionContext context) ScopeDependencySelector.deriveChildSelector
(DependencyCollectionContext context) StaticDependencySelector.deriveChildSelector
(DependencyCollectionContext context) static DependencySelector
AndDependencySelector.newInstance
(DependencySelector selector1, DependencySelector selector2) Creates a new selector from the specified selectors.Modifier and TypeMethodDescriptionstatic DependencySelector
AndDependencySelector.newInstance
(DependencySelector selector1, DependencySelector selector2) Creates a new selector from the specified selectors.ModifierConstructorDescriptionAndDependencySelector
(DependencySelector... selectors) Creates a new selector from the specified selectors.ModifierConstructorDescriptionAndDependencySelector
(Collection<? extends DependencySelector> selectors) Creates a new selector from the specified selectors.