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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final Maven3ScopeManagerConfigurationDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
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.BuildScopeSourceDeprecated.getId()Deprecated.booleanDeprecated.booleanDeprecated.static voidDeprecated.
-
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:
getIdin interfaceorg.eclipse.aether.impl.scope.ScopeManagerConfiguration
-
isStrictDependencyScopes
public boolean isStrictDependencyScopes()Deprecated.- Specified by:
isStrictDependencyScopesin interfaceorg.eclipse.aether.impl.scope.ScopeManagerConfiguration
-
isStrictResolutionScopes
public boolean isStrictResolutionScopes()Deprecated.- Specified by:
isStrictResolutionScopesin interfaceorg.eclipse.aether.impl.scope.ScopeManagerConfiguration
-
getBuildScopeSource
public org.eclipse.aether.impl.scope.BuildScopeSource getBuildScopeSource()Deprecated.- Specified by:
getBuildScopeSourcein 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:
buildDependencyScopesin 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:
buildResolutionScopesin interfaceorg.eclipse.aether.impl.scope.ScopeManagerConfiguration
-
main
Deprecated.
-
maven-api-impljar instead