Uses of Interface
org.eclipse.aether.scope.ResolutionScope
-
Packages that use ResolutionScope Package Description org.eclipse.aether.collection The types and extension points for collecting the transitive dependencies of an artifact and building a dependency graph.org.eclipse.aether.scope -
-
Uses of ResolutionScope in org.eclipse.aether.collection
Methods in org.eclipse.aether.collection that return ResolutionScope Modifier and Type Method Description ResolutionScopeCollectRequest. getResolutionScope()Gets the wanted resolution scope.Methods in org.eclipse.aether.collection with parameters of type ResolutionScope Modifier and Type Method Description voidCollectRequest. setResolutionScope(ResolutionScope resolutionScope)Sets the wanted resolution scope. -
Uses of ResolutionScope in org.eclipse.aether.scope
Methods in org.eclipse.aether.scope that return types with arguments of type ResolutionScope Modifier and Type Method Description java.util.Optional<ResolutionScope>ScopeManager. getResolutionScope(java.lang.String id)Returns a specific resolution scope by label.java.util.Collection<ResolutionScope>ScopeManager. getResolutionScopeUniverse()Returns the "universe" (all) of resolution scopes as immutable collection.Methods in org.eclipse.aether.scope with parameters of type ResolutionScope Modifier and Type Method Description DependencyFilterScopeManager. getDependencyFilter(RepositorySystemSession session, ResolutionScope resolutionScope)Resolver scope configuration specific: dependency filter to be used to support this scope (with its dependency and resolution scopes).DependencySelectorScopeManager. getDependencySelector(RepositorySystemSession session, ResolutionScope resolutionScope)Resolver scope configuration specific: dependency selector to be used to support this scope (with its dependency and resolution scopes).
-