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.
Since:
4.0.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the kind of link (BEFORE or AFTER).
    Returns the pointer to the target phase.
  • Method Details

    • kind

      Returns the kind of link (BEFORE or AFTER).
      Returns:
      the link kind
    • pointer

      Returns the pointer to the target phase.
      Returns:
      the phase pointer