Package org.apache.maven.api
Interface Lifecycle.Link
- Enclosing interface:
Lifecycle
public static interface Lifecycle.Link
A link from a phase to another phase, consisting of a type which can be
Lifecycle.Link.Kind.BEFORE or Lifecycle.Link.Kind.AFTER, and a Lifecycle.Pointer to
another phase.-
Method Details
-
kind
Lifecycle.Link.Kind kind()Returns the kind of link (BEFORE or AFTER).- Returns:
- the link kind
-
pointer
Lifecycle.Pointer pointer()Returns the pointer to the target phase.- Returns:
- the phase pointer
-