Class Maven4ScopeManagerConfiguration
java.lang.Object
org.apache.maven.repository.internal.scopes.Maven4ScopeManagerConfiguration
- All Implemented Interfaces:
org.eclipse.aether.impl.scope.ScopeManagerConfiguration
@Deprecated(since="4.0.0")
public final class Maven4ScopeManagerConfiguration
extends Object
implements org.eclipse.aether.impl.scope.ScopeManagerConfiguration
Deprecated.
Maven4 scope configurations. Configures scope manager to support Maven4 scopes.
This manager supports all the new Maven 4 dependency scopes defined in DependencyScope
.
- Since:
- 2.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Maven4ScopeManagerConfiguration
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. -
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