Class Phase

  • All Implemented Interfaces:
    java.io.Serializable

    public class Phase
    extends java.lang.Object
    implements java.io.Serializable
    A phase mapping definition.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Phase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addExecution​(Execution execution)
      Method addExecution.
      java.lang.Object getConfiguration()
      Get configuration to pass to all goals run in this phase.
      java.util.List<Execution> getExecutions()
      Method getExecutions.
      java.lang.String getId()
      Get the ID of this phase, e.g., generate-sources.
      void removeExecution​(Execution execution)
      Method removeExecution.
      void setConfiguration​(java.lang.Object configuration)
      Set configuration to pass to all goals run in this phase.
      void setExecutions​(java.util.List<Execution> executions)
      Set the goals to execute within the phase.
      void setId​(java.lang.String id)
      Set the ID of this phase, e.g., generate-sources.
      • Methods inherited from class java.lang.Object

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

      • Phase

        public Phase()
    • Method Detail

      • addExecution

        public void addExecution​(Execution execution)
        Method addExecution.
        Parameters:
        execution -
      • getConfiguration

        public java.lang.Object getConfiguration()
        Get configuration to pass to all goals run in this phase.
        Returns:
        Object
      • getExecutions

        public java.util.List<Execution> getExecutions()
        Method getExecutions.
        Returns:
        List
      • getId

        public java.lang.String getId()
        Get the ID of this phase, e.g., generate-sources.
        Returns:
        String
      • removeExecution

        public void removeExecution​(Execution execution)
        Method removeExecution.
        Parameters:
        execution -
      • setConfiguration

        public void setConfiguration​(java.lang.Object configuration)
        Set configuration to pass to all goals run in this phase.
        Parameters:
        configuration -
      • setExecutions

        public void setExecutions​(java.util.List<Execution> executions)
        Set the goals to execute within the phase.
        Parameters:
        executions -
      • setId

        public void setId​(java.lang.String id)
        Set the ID of this phase, e.g., generate-sources.
        Parameters:
        id -