Class CheckSumCondition

  • All Implemented Interfaces:
    Cloneable

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

      Fields 
      Modifier and Type Field Description
      protected String obDir  
      protected String property  
      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 Detail

      • CheckSumCondition

        public CheckSumCondition()
    • 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)
      • getProperty

        public String getProperty()
      • setProperty

        public void setProperty​(String property)