public class CheckSumCondition
extends org.apache.tools.ant.Task
Modifier and Type | Field and Description |
---|---|
protected String |
obDir |
protected String |
property |
protected String |
type |
Constructor and Description |
---|
CheckSumCondition() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
String |
getObDir() |
String |
getProperty() |
String |
getType() |
void |
setObDir(String obDir) |
void |
setProperty(String property) |
void |
setType(String type) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
protected String obDir
protected String type
protected String property
public void execute()
execute
in class org.apache.tools.ant.Task
public String getObDir()
public void setObDir(String obDir)
public String getType()
public void setType(String type)
public String getProperty()
public void setProperty(String property)