Package org.openbravo.utils
Class CheckSumCondition
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- org.openbravo.utils.CheckSumCondition
-
- All Implemented Interfaces:
Cloneable
public class CheckSumCondition extends org.apache.tools.ant.Task
-
-
Constructor Summary
Constructors Constructor Description CheckSumCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
String
getObDir()
String
getProperty()
String
getType()
void
setObDir(String obDir)
void
setProperty(String property)
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
-
-
-
-
Method Detail
-
execute
public void execute()
- Overrides:
execute
in classorg.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)
-
-