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.-
Nested Class Summary
-
Method Summary
-
Method Details
-
kind
Lifecycle.Link.Kind kind() -
pointer
Lifecycle.Pointer pointer()
-