Class WADCheckSumTask

  • All Implemented Interfaces:
    Cloneable

    public class WADCheckSumTask
    extends org.apache.tools.ant.Task
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected String obDir  
      protected String type  
      • Fields inherited from class org.apache.tools.ant.Task

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

        description, location, project
    • Constructor Summary

      Constructors 
      Constructor Description
      WADCheckSumTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      String getObDir()  
      String getType()  
      void setObDir​(String obDir)  
      void setType​(String type)  
      • Methods inherited from class org.apache.tools.ant.Task

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

        clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
    • Constructor Detail

      • WADCheckSumTask

        public WADCheckSumTask()
    • Method Detail

      • execute

        public void execute()
        Overrides:
        execute in class org.apache.tools.ant.Task
      • getObDir

        public String getObDir()
      • setObDir

        public void setObDir​(String obDir)
      • getType

        public String getType()
      • setType

        public void setType​(String type)