Class PhaseId
java.lang.Object
org.apache.maven.lifecycle.internal.PhaseId
Represents a parsed phase identifier.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PhaseExecutionPointThe execution point of thisPhaseId.InternedPhaseIdinstances.private final StringThe static phase that this dynamic phase belongs to.private final intThe priority of this dynamic phase within the static phase. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
PhaseId
Constructor.- Parameters:
phase- the phase identifier string.
-
-
Method Details
-
of
Parses the phase identifier.- Parameters:
phase- the phase identifier.- Returns:
- the
PhaseId.
-
equals
-
hashCode
public int hashCode() -
toString
-
executionPoint
-
phase
-
priority
public int priority()
-