Package org.apache.maven.api
Interface Lifecycle.Pointer
- All Known Subinterfaces:
Lifecycle.ChildrenPointer,Lifecycle.DependenciesPointer,Lifecycle.PhasePointer
- Enclosing interface:
Lifecycle
public static interface Lifecycle.Pointer
-
Method Details
-
phase
String phase()Returns the name of the target phase.- Returns:
- the phase name
-
type
Lifecycle.Pointer.Type type()Returns the type of pointer (PROJECT, DEPENDENCIES, or CHILDREN).- Returns:
- the pointer type
-