Class GoalsList
- java.lang.Object
-
- org.apache.maven.buildcache.xml.config.CoordinatesBase
-
- org.apache.maven.buildcache.xml.config.GoalsList
-
- All Implemented Interfaces:
Serializable
public class GoalsList extends CoordinatesBase implements Serializable
Class GoalsList.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GoalsList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addGoal(String string)
Method addGoal.List<String>
getGoals()
Method getGoals.void
removeGoal(String string)
Method removeGoal.void
setGoals(List<String> goals)
Set goals identification.-
Methods inherited from class org.apache.maven.buildcache.xml.config.CoordinatesBase
getArtifactId, getGroupId, setArtifactId, setGroupId
-
-