Uses of Interface
org.eclipse.aether.scope.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
Modifier and TypeMethodDescriptionCollectRequest.getResolutionScope()
Gets the wanted resolution scope.Modifier and TypeMethodDescriptionvoid
CollectRequest.setResolutionScope
(ResolutionScope resolutionScope) Sets the wanted resolution scope. -
Uses of ResolutionScope in org.eclipse.aether.scope
Modifier and TypeMethodDescriptionScopeManager.getResolutionScope
(String id) Returns a specific resolution scope by label.ScopeManager.getResolutionScopeUniverse()
Returns the "universe" (all) of resolution scopes.