Interface Lifecycle.Pointer

All Known Subinterfaces:
Lifecycle.ChildrenPointer, Lifecycle.DependenciesPointer, Lifecycle.PhasePointer
Enclosing interface:
Lifecycle

public static interface Lifecycle.Pointer
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 name of the target phase.
    Returns the type of pointer (PROJECT, DEPENDENCIES, or CHILDREN).
  • Method Details

    • phase

      String phase()
      Returns the name of the target phase.
      Returns:
      the phase name
    • type

      Returns the type of pointer (PROJECT, DEPENDENCIES, or CHILDREN).
      Returns:
      the pointer type