Class OptionalDependencySelector
java.lang.Object
org.eclipse.aether.internal.impl.scope.OptionalDependencySelector
- All Implemented Interfaces:
 org.eclipse.aether.collection.DependencySelector
public final class OptionalDependencySelector
extends Object
implements org.eclipse.aether.collection.DependencySelector
A dependency selector that excludes optional dependencies which occur beyond given level.
 
Important note: equals/hashCode must factor in starting state, as instances of this class (potentially differentially configured) are used now in session, but are kept in a set.
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.aether.collection.DependencySelectorderiveChildSelector(org.eclipse.aether.collection.DependencyCollectionContext context) booleanstatic OptionalDependencySelectorfrom(int applyFrom) Excludes optional transitive dependencies from given depth (1=root, 2=direct, 3=transitives of direct ones...).static OptionalDependencySelectorExcludes optional transitive dependencies of direct dependencies.static OptionalDependencySelectorfromRoot()Excludes optional dependencies always (from root).inthashCode()booleanselectDependency(org.eclipse.aether.graph.Dependency dependency) toString() 
- 
Method Details
- 
fromRoot
Excludes optional dependencies always (from root). - 
fromDirect
Excludes optional transitive dependencies of direct dependencies. - 
from
Excludes optional transitive dependencies from given depth (1=root, 2=direct, 3=transitives of direct ones...). - 
selectDependency
- Specified by:
 selectDependencyin interfaceorg.eclipse.aether.collection.DependencySelector
 - 
deriveChildSelector
public org.eclipse.aether.collection.DependencySelector deriveChildSelector(org.eclipse.aether.collection.DependencyCollectionContext context) - Specified by:
 deriveChildSelectorin interfaceorg.eclipse.aether.collection.DependencySelector
 - 
equals
 - 
hashCode
 - 
toString
 
 -