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:
  • Constructor Details

    • GoalsList

      public GoalsList()
  • Method Details

    • addGoal

      public void addGoal(String string)
      Method addGoal.
      Parameters:
      string - a string object.
    • getGoals

      public List<String> getGoals()
      Method getGoals.
      Returns:
      List
    • removeGoal

      public void removeGoal(String string)
      Method removeGoal.
      Parameters:
      string - a string object.
    • setGoals

      public void setGoals(List<String> goals)
      Set goals identification.
      Parameters:
      goals - a goals object.