Uses of Interface
org.eclipse.aether.scope.DependencyScope
Packages that use DependencyScope
Package
Description
-
Uses of DependencyScope in org.eclipse.aether.impl.scope
Methods in org.eclipse.aether.impl.scope that return DependencyScopeModifier and TypeMethodDescriptionInternalScopeManager.createDependencyScope
(String id, boolean transitive, Collection<BuildScopeQuery> presence) Creates dependency scope instance.Methods in org.eclipse.aether.impl.scope that return types with arguments of type DependencyScopeModifier and TypeMethodDescriptionScopeManagerConfiguration.buildDependencyScopes
(InternalScopeManager internalScopeManager) Methods in org.eclipse.aether.impl.scope with parameters of type DependencyScopeModifier and TypeMethodDescriptionInternalScopeManager.getDependencyScopeMainProjectBuildScope
(DependencyScope dependencyScope) Returns theBuildScope
that this scope deem as main.int
InternalScopeManager.getDependencyScopeWidth
(DependencyScope dependencyScope) The "width" of scope: is basically sum of all distinctProjectPath
andBuildPath
that are in build scopes the scope is present in. -
Uses of DependencyScope in org.eclipse.aether.internal.impl.scope
Methods in org.eclipse.aether.internal.impl.scope that return DependencyScopeModifier and TypeMethodDescriptionScopeManagerImpl.createDependencyScope
(String id, boolean transitive, Collection<BuildScopeQuery> presence) Methods in org.eclipse.aether.internal.impl.scope that return types with arguments of type DependencyScopeModifier and TypeMethodDescriptionScopeManagerImpl.getDependencyScope
(String id) ScopeManagerImpl.getDependencyScopeUniverse()
Methods in org.eclipse.aether.internal.impl.scope with parameters of type DependencyScopeModifier and TypeMethodDescriptionScopeManagerImpl.getDependencyScopeMainProjectBuildScope
(DependencyScope dependencyScope) int
ScopeManagerImpl.getDependencyScopeWidth
(DependencyScope dependencyScope) -
Uses of DependencyScope in org.eclipse.aether.scope
Subinterfaces of DependencyScope in org.eclipse.aether.scopeModifier and TypeInterfaceDescriptioninterface
A special dependency scope: "system".Methods in org.eclipse.aether.scope that return types with arguments of type DependencyScopeModifier and TypeMethodDescriptionScopeManager.getDependencyScope
(String id) Returns a specific dependency scope by label.ScopeManager.getDependencyScopeUniverse()
Returns the "universe" (all) of dependency scopes.