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 TypeMethodDescriptionvoidCollectRequest.setResolutionScope(ResolutionScope resolutionScope) Sets the wanted resolution scope. -
Uses of ResolutionScope in org.eclipse.aether.impl.scope
Methods in org.eclipse.aether.impl.scope that return ResolutionScopeModifier and TypeMethodDescriptionInternalScopeManager.createResolutionScope(String id, InternalScopeManager.Mode mode, Collection<BuildScopeQuery> wantedPresence, Collection<DependencyScope> explicitlyIncluded, Collection<DependencyScope> transitivelyExcluded) Creates resolution scope instance.Methods in org.eclipse.aether.impl.scope that return types with arguments of type ResolutionScopeModifier and TypeMethodDescriptionScopeManagerConfiguration.buildResolutionScopes(InternalScopeManager internalScopeManager) Methods in org.eclipse.aether.impl.scope with parameters of type ResolutionScopeModifier 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
Methods in org.eclipse.aether.internal.impl.scope that return ResolutionScopeModifier and TypeMethodDescriptionScopeManagerImpl.createResolutionScope(String id, InternalScopeManager.Mode mode, Collection<BuildScopeQuery> wantedPresence, Collection<DependencyScope> explicitlyIncluded, Collection<DependencyScope> transitivelyExcluded) Methods in org.eclipse.aether.internal.impl.scope that return types with arguments of type ResolutionScopeModifier and TypeMethodDescriptionScopeManagerImpl.getResolutionScope(String id) ScopeManagerImpl.getResolutionScopeUniverse()Methods in org.eclipse.aether.internal.impl.scope with parameters of type ResolutionScopeModifier 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
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 as immutable collection. -
Uses of ResolutionScope in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return types with arguments of type ResolutionScopeModifier and TypeMethodDescriptionMaven3ScopeManagerConfiguration.buildResolutionScopes(InternalScopeManager internalScopeManager)