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 SummaryNested Classes
- 
Method Summary
- 
Method Details- 
kindLifecycle.Link.Kind kind()
- 
pointerLifecycle.Pointer pointer()
 
-