Class PhaseId
java.lang.Object
org.apache.maven.lifecycle.internal.PhaseId
Represents a parsed phase identifier.
- 
Method Summary
- 
Method Details- 
ofParses the phase identifier.- Parameters:
- phase- the phase identifier.
- Returns:
- the PhaseId.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
- 
executionPoint
- 
phase
- 
prioritypublic int priority()
 
-