Uses of Interface
org.eclipse.aether.scope.ResolutionScope
Packages that use ResolutionScope
Package
Description
The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
-
Uses of ResolutionScope in org.eclipse.aether.collection
Methods in org.eclipse.aether.collection that return ResolutionScopeModifier and TypeMethodDescriptionCollectRequest.getResolutionScope()
Gets the wanted resolution scope.Methods in org.eclipse.aether.collection with parameters of type ResolutionScopeModifier and TypeMethodDescriptionvoid
CollectRequest.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 ResolutionScopeModifier and TypeMethodDescriptionScopeManager.getResolutionScope
(String id) Returns a specific resolution scope by label.ScopeManager.getResolutionScopeUniverse()
Returns the "universe" (all) of resolution scopes.