Class GoalId
- java.lang.Object
-
- org.apache.maven.buildcache.xml.config.CoordinatesBase
-
- org.apache.maven.buildcache.xml.config.GoalId
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GoalReconciliation
public class GoalId extends CoordinatesBase implements Serializable
Class GoalId.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GoalId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGoal()
Get the goal field.void
setGoal(String goal)
Set the goal field.-
Methods inherited from class org.apache.maven.buildcache.xml.config.CoordinatesBase
getArtifactId, getGroupId, setArtifactId, setGroupId
-
-