Class PhaseId

java.lang.Object
org.apache.maven.lifecycle.internal.PhaseId

public class PhaseId extends Object
Represents a parsed phase identifier.
  • Method Details

    • of

      public static PhaseId of(String phase)
      Parses the phase identifier.
      Parameters:
      phase - the phase identifier.
      Returns:
      the PhaseId.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • executionPoint

      public PhaseExecutionPoint executionPoint()
    • phase

      public String phase()
    • priority

      public int priority()