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 theBuildScopethat this scope deem as main.intInternalScopeManager.getDependencyScopeWidth(DependencyScope dependencyScope) The "width" of scope: is basically sum of all distinctProjectPathandBuildPaththat 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) intScopeManagerImpl.getDependencyScopeWidth(DependencyScope dependencyScope) -
Uses of DependencyScope in org.eclipse.aether.scope
Subinterfaces of DependencyScope in org.eclipse.aether.scopeModifier and TypeInterfaceDescriptioninterfaceA 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 as immutable collection. -
Uses of DependencyScope in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return types with arguments of type DependencyScopeModifier and TypeMethodDescriptionMaven3ScopeManagerConfiguration.buildDependencyScopes(InternalScopeManager internalScopeManager)