Class GoalsList
java.lang.Object
org.apache.maven.buildcache.xml.config.CoordinatesBase
org.apache.maven.buildcache.xml.config.GoalsList
- All Implemented Interfaces:
Serializable
Class GoalsList.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.buildcache.xml.config.CoordinatesBase
getArtifactId, getGroupId, setArtifactId, setGroupId
-
Constructor Details
-
GoalsList
public GoalsList()
-
-
Method Details
-
addGoal
Method addGoal.- Parameters:
string- a string object.
-
getGoals
Method getGoals.- Returns:
- List
-
removeGoal
Method removeGoal.- Parameters:
string- a string object.
-
setGoals
Set goals identification.- Parameters:
goals- a goals object.
-