Class Execution

  • All Implemented Interfaces:
    java.io.Serializable

    public class Execution
    extends java.lang.Object
    implements java.io.Serializable
    A set of goals to execute.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object configuration
      Configuration to pass to the goals.
      private java.util.List<java.lang.String> goals
      Field goals.
    • Constructor Summary

      Constructors 
      Constructor Description
      Execution()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addGoal​(java.lang.String string)
      Method addGoal.
      java.lang.Object getConfiguration()
      Get configuration to pass to the goals.
      java.util.List<java.lang.String> getGoals()
      Method getGoals.
      void removeGoal​(java.lang.String string)
      Method removeGoal.
      void setConfiguration​(java.lang.Object configuration)
      Set configuration to pass to the goals.
      void setGoals​(java.util.List<java.lang.String> goals)
      Set the goals to execute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • configuration

        private java.lang.Object configuration
        Configuration to pass to the goals.
      • goals

        private java.util.List<java.lang.String> goals
        Field goals.
    • Constructor Detail

      • Execution

        public Execution()
    • Method Detail

      • addGoal

        public void addGoal​(java.lang.String string)
        Method addGoal.
        Parameters:
        string -
      • getConfiguration

        public java.lang.Object getConfiguration()
        Get configuration to pass to the goals.
        Returns:
        Object
      • getGoals

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

        public void removeGoal​(java.lang.String string)
        Method removeGoal.
        Parameters:
        string -
      • setConfiguration

        public void setConfiguration​(java.lang.Object configuration)
        Set configuration to pass to the goals.
        Parameters:
        configuration -
      • setGoals

        public void setGoals​(java.util.List<java.lang.String> goals)
        Set the goals to execute.
        Parameters:
        goals -