Class PhaseId
java.lang.Object
org.apache.maven.lifecycle.internal.PhaseId
Represents a parsed phase identifier.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PhaseExecutionPoint
The execution point of thisPhaseId
.InternedPhaseId
instances.private final String
The static phase that this dynamic phase belongs to.private final int
The 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()
-