Uses of Interface
org.eclipse.aether.scope.DependencyScope
Package
Description
-
Uses of DependencyScope in org.eclipse.aether.impl.scope
Modifier and TypeMethodDescriptionInternalScopeManager.createDependencyScope
(String id, boolean transitive, Collection<BuildScopeQuery> presence) Creates dependency scope instance.Modifier and TypeMethodDescriptionScopeManagerConfiguration.buildDependencyScopes
(InternalScopeManager internalScopeManager) Modifier 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
Modifier and TypeMethodDescriptionScopeManagerImpl.createDependencyScope
(String id, boolean transitive, Collection<BuildScopeQuery> presence) Modifier and TypeMethodDescriptionScopeManagerImpl.getDependencyScope
(String id) ScopeManagerImpl.getDependencyScopeUniverse()
Modifier and TypeMethodDescriptionScopeManagerImpl.getDependencyScopeMainProjectBuildScope
(DependencyScope dependencyScope) int
ScopeManagerImpl.getDependencyScopeWidth
(DependencyScope dependencyScope) -
Uses of DependencyScope in org.eclipse.aether.scope
Modifier and TypeInterfaceDescriptioninterface
A special dependency scope: "system".Modifier and TypeMethodDescriptionScopeManager.getDependencyScope
(String id) Returns a specific dependency scope by label.ScopeManager.getDependencyScopeUniverse()
Returns the "universe" (all) of dependency scopes.