Class Maven3ScopeManagerConfiguration
java.lang.Object
org.apache.maven.repository.internal.scopes.Maven3ScopeManagerConfiguration
- All Implemented Interfaces:
org.eclipse.aether.impl.scope.ScopeManagerConfiguration
@Deprecated(since="4.0.0")
public final class Maven3ScopeManagerConfiguration
extends Object
implements org.eclipse.aether.impl.scope.ScopeManagerConfiguration
Deprecated.
Maven3 scope configurations. Configures scope manager to support Maven3 scopes.
This manager supports the old Maven 3 dependency scopes.
- Since:
- 2.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final Maven3ScopeManagerConfiguration
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionCollection
<org.eclipse.aether.scope.DependencyScope> buildDependencyScopes
(org.eclipse.aether.impl.scope.InternalScopeManager internalScopeManager) Deprecated.Collection
<org.eclipse.aether.scope.ResolutionScope> buildResolutionScopes
(org.eclipse.aether.impl.scope.InternalScopeManager internalScopeManager) Deprecated.org.eclipse.aether.impl.scope.BuildScopeSource
Deprecated.getId()
Deprecated.boolean
Deprecated.boolean
Deprecated.static void
Deprecated.
-
Field Details
-
INSTANCE
Deprecated. -
DS_COMPILE
Deprecated.- See Also:
-
DS_RUNTIME
Deprecated.- See Also:
-
DS_PROVIDED
Deprecated.- See Also:
-
DS_SYSTEM
Deprecated.- See Also:
-
DS_TEST
Deprecated.- See Also:
-
RS_NONE
Deprecated.- See Also:
-
RS_MAIN_COMPILE
Deprecated.- See Also:
-
RS_MAIN_COMPILE_PLUS_RUNTIME
Deprecated.- See Also:
-
RS_MAIN_RUNTIME
Deprecated.- See Also:
-
RS_MAIN_RUNTIME_PLUS_SYSTEM
Deprecated.- See Also:
-
RS_TEST_COMPILE
Deprecated.- See Also:
-
RS_TEST_RUNTIME
Deprecated.- See Also:
-
-
Method Details
-
getId
Deprecated.- Specified by:
getId
in interfaceorg.eclipse.aether.impl.scope.ScopeManagerConfiguration
-
isStrictDependencyScopes
public boolean isStrictDependencyScopes()Deprecated.- Specified by:
isStrictDependencyScopes
in interfaceorg.eclipse.aether.impl.scope.ScopeManagerConfiguration
-
isStrictResolutionScopes
public boolean isStrictResolutionScopes()Deprecated.- Specified by:
isStrictResolutionScopes
in interfaceorg.eclipse.aether.impl.scope.ScopeManagerConfiguration
-
getBuildScopeSource
public org.eclipse.aether.impl.scope.BuildScopeSource getBuildScopeSource()Deprecated.- Specified by:
getBuildScopeSource
in interfaceorg.eclipse.aether.impl.scope.ScopeManagerConfiguration
-
buildDependencyScopes
public Collection<org.eclipse.aether.scope.DependencyScope> buildDependencyScopes(org.eclipse.aether.impl.scope.InternalScopeManager internalScopeManager) Deprecated.- Specified by:
buildDependencyScopes
in interfaceorg.eclipse.aether.impl.scope.ScopeManagerConfiguration
-
buildResolutionScopes
public Collection<org.eclipse.aether.scope.ResolutionScope> buildResolutionScopes(org.eclipse.aether.impl.scope.InternalScopeManager internalScopeManager) Deprecated.- Specified by:
buildResolutionScopes
in interfaceorg.eclipse.aether.impl.scope.ScopeManagerConfiguration
-
main
Deprecated.
-
maven-api-impl
jar instead