Class Maven4ScopeManagerConfiguration
java.lang.Object
org.apache.maven.internal.impl.resolver.scopes.Maven4ScopeManagerConfiguration
- All Implemented Interfaces:
- org.eclipse.aether.impl.scope.ScopeManagerConfiguration
public final class Maven4ScopeManagerConfiguration
extends Object
implements org.eclipse.aether.impl.scope.ScopeManagerConfiguration
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 SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionCollection<org.eclipse.aether.scope.DependencyScope> buildDependencyScopes(org.eclipse.aether.impl.scope.InternalScopeManager internalScopeManager) Collection<org.eclipse.aether.scope.ResolutionScope> buildResolutionScopes(org.eclipse.aether.impl.scope.InternalScopeManager internalScopeManager) org.eclipse.aether.impl.scope.BuildScopeSourcegetId()booleanbooleanstatic void
- 
Field Details- 
INSTANCE
- 
RS_NONE- See Also:
 
- 
RS_MAIN_COMPILE- See Also:
 
- 
RS_MAIN_COMPILE_PLUS_RUNTIME- See Also:
 
- 
RS_MAIN_RUNTIME- See Also:
 
- 
RS_MAIN_RUNTIME_PLUS_SYSTEM- See Also:
 
- 
RS_TEST_COMPILE- See Also:
 
- 
RS_TEST_RUNTIME- See Also:
 
 
- 
- 
Method Details- 
getId- Specified by:
- getIdin interface- org.eclipse.aether.impl.scope.ScopeManagerConfiguration
 
- 
isStrictDependencyScopespublic boolean isStrictDependencyScopes()- Specified by:
- isStrictDependencyScopesin interface- org.eclipse.aether.impl.scope.ScopeManagerConfiguration
 
- 
isStrictResolutionScopespublic boolean isStrictResolutionScopes()- Specified by:
- isStrictResolutionScopesin interface- org.eclipse.aether.impl.scope.ScopeManagerConfiguration
 
- 
getBuildScopeSourcepublic org.eclipse.aether.impl.scope.BuildScopeSource getBuildScopeSource()- Specified by:
- getBuildScopeSourcein interface- org.eclipse.aether.impl.scope.ScopeManagerConfiguration
 
- 
buildDependencyScopespublic Collection<org.eclipse.aether.scope.DependencyScope> buildDependencyScopes(org.eclipse.aether.impl.scope.InternalScopeManager internalScopeManager) - Specified by:
- buildDependencyScopesin interface- org.eclipse.aether.impl.scope.ScopeManagerConfiguration
 
- 
buildResolutionScopespublic Collection<org.eclipse.aether.scope.ResolutionScope> buildResolutionScopes(org.eclipse.aether.impl.scope.InternalScopeManager internalScopeManager) - Specified by:
- buildResolutionScopesin interface- org.eclipse.aether.impl.scope.ScopeManagerConfiguration
 
- 
main
 
-