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 voidaddGoal(String string)Method addGoal.List<String>getGoals()Method getGoals.voidremoveGoal(String string)Method removeGoal.voidsetGoals(List<String> goals)Set goals identification.-
Methods inherited from class org.apache.maven.buildcache.xml.config.CoordinatesBase
getArtifactId, getGroupId, setArtifactId, setGroupId
-
-