Class PostProcessorTask


  • public class PostProcessorTask
    extends DynamicAttributeTask
    Generic defn of a post process step...
    Author:
    Peter Mclaren, Richard Smith
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String clsName  
      protected java.lang.String osName  
      • Fields inherited from class org.apache.tools.ant.Task

        description, location, target, taskName, taskType, wrapper
      • Fields inherited from class org.apache.tools.ant.ProjectComponent

        project
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()
      Run the task
      void setClsName​(java.lang.String clsName)
      Set the name of the PostProcessor sub-class to load to do the postprocessing.
      void setOsName​(java.lang.String osName)
      Set the ObjectStore alias.
      • Methods inherited from class org.apache.tools.ant.Task

        getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
      • Methods inherited from class org.apache.tools.ant.ProjectComponent

        getProject, setProject
      • Methods inherited from class java.lang.Object

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

      • clsName

        protected java.lang.String clsName
      • osName

        protected java.lang.String osName
    • Constructor Detail

      • PostProcessorTask

        public PostProcessorTask()
    • Method Detail

      • setClsName

        public void setClsName​(java.lang.String clsName)
        Set the name of the PostProcessor sub-class to load to do the postprocessing.
        Parameters:
        clsName - the class name
      • setOsName

        public void setOsName​(java.lang.String osName)
        Set the ObjectStore alias.
        Parameters:
        osName - the ObjectStore alias
      • execute

        public void execute()
        Run the task
        Overrides:
        execute in class org.apache.tools.ant.Task
        Throws:
        org.apache.tools.ant.BuildException - if a problem occurs