Interface Lifecycle.DependenciesPointer
- All Superinterfaces:
Lifecycle.Pointer
- Enclosing interface:
Lifecycle
- Since:
- 4.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.maven.api.Lifecycle.Pointer
Lifecycle.Pointer.Type
-
Method Summary
Modifier and TypeMethodDescriptionscope()
Returns the dependency scope this pointer applies to.default Lifecycle.Pointer.Type
type()
Returns the type of pointer, which is always DEPENDENCIES for a DependenciesPointer.Methods inherited from interface org.apache.maven.api.Lifecycle.Pointer
phase
-
Method Details
-
scope
String scope()Returns the dependency scope this pointer applies to.- Returns:
- the dependency scope, or "all" if not specified
-
type
Returns the type of pointer, which is always DEPENDENCIES for a DependenciesPointer.- Specified by:
type
in interfaceLifecycle.Pointer
- Returns:
- the DEPENDENCIES pointer type
-