Package org.apache.maven.api
Class ExtensibleEnums.DefaultPathScope
java.lang.Object
org.apache.maven.api.ExtensibleEnums.DefaultExtensibleEnum
org.apache.maven.api.ExtensibleEnums.DefaultPathScope
- All Implemented Interfaces:
ExtensibleEnum
,PathScope
- Enclosing class:
ExtensibleEnums
private static class ExtensibleEnums.DefaultPathScope
extends ExtensibleEnums.DefaultExtensibleEnum
implements PathScope
-
Field Summary
FieldsFields inherited from interface org.apache.maven.api.PathScope
MAIN_COMPILE, MAIN_RUNTIME, TEST_COMPILE, TEST_RUNTIME
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultPathScope
(String id, ProjectScope projectScope, DependencyScope... dependencyScopes) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.maven.api.ExtensibleEnums.DefaultExtensibleEnum
equals, hashCode, id, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.maven.api.ExtensibleEnum
id
-
Field Details
-
projectScope
-
dependencyScopes
-
-
Constructor Details
-
DefaultPathScope
DefaultPathScope(String id, ProjectScope projectScope, DependencyScope... dependencyScopes)
-
-
Method Details
-
projectScope
- Specified by:
projectScope
in interfacePathScope
-
dependencyScopes
- Specified by:
dependencyScopes
in interfacePathScope
-