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.impl.scope
Modifier and TypeMethodDescriptionInternalScopeManager.createResolutionScope
(String id, InternalScopeManager.Mode mode, Collection<BuildScopeQuery> wantedPresence, Collection<DependencyScope> explicitlyIncluded, Collection<DependencyScope> transitivelyExcluded) Creates resolution scope instance.Modifier and TypeMethodDescriptionScopeManagerConfiguration.buildResolutionScopes
(InternalScopeManager internalScopeManager) Modifier and TypeMethodDescriptionInternalScopeManager.getDependencyFilter
(ResolutionScope resolutionScope) Resolver specific: dependency filter to be used to support this scope (with its dependency and resolution scopes).InternalScopeManager.getDependencyGraphTransformer
(ResolutionScope resolutionScope) Resolver specific: dependency graph transformer to be used to support this scope (with its dependency and resolution scopes).InternalScopeManager.getDependencySelector
(ResolutionScope resolutionScope) Resolver specific: dependency selector to be used to support this scope (with its dependency and resolution scopes).InternalScopeManager.postProcess
(ResolutionScope resolutionScope, CollectResult collectResult) Resolver specific: post-processing to be used to support this scope (with its dependency and resolution scopes). -
Uses of ResolutionScope in org.eclipse.aether.internal.impl.scope
Modifier and TypeMethodDescriptionScopeManagerImpl.createResolutionScope
(String id, InternalScopeManager.Mode mode, Collection<BuildScopeQuery> wantedPresence, Collection<DependencyScope> explicitlyIncluded, Collection<DependencyScope> transitivelyExcluded) Modifier and TypeMethodDescriptionScopeManagerImpl.getResolutionScope
(String id) ScopeManagerImpl.getResolutionScopeUniverse()
Modifier and TypeMethodDescriptionScopeManagerImpl.getDependencyFilter
(ResolutionScope resolutionScope) ScopeManagerImpl.getDependencyGraphTransformer
(ResolutionScope resolutionScope) ScopeManagerImpl.getDependencySelector
(ResolutionScope resolutionScope) ScopeManagerImpl.postProcess
(ResolutionScope resolutionScope, CollectResult collectResult) -
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.