ise.antelope.tasks
public class Case extends org.apache.tools.ant.Task implements org.apache.tools.ant.TaskContainer, Breakable
Constructor and Description |
---|
Case() |
Modifier and Type | Method and Description |
---|---|
void |
addBreak(Break b)
Required for Breakable interface.
|
void |
addTask(org.apache.tools.ant.Task task)
Adds a feature to the Task attribute of the Case object
|
boolean |
doBreak()
Required for Breakable interface.
|
void |
execute()
Execute all nested tasks, checking for Breakables.
|
java.lang.String |
getValue() |
void |
setBreak(boolean b)
Required for Breakable interface.
|
void |
setValue(java.lang.String value)
Set the value for this case.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setValue(java.lang.String value)
value
- the value.public java.lang.String getValue()
public void setBreak(boolean b)
public boolean doBreak()
public void addBreak(Break b)
public void addTask(org.apache.tools.ant.Task task) throws org.apache.tools.ant.BuildException
addTask
in interface org.apache.tools.ant.TaskContainer
task
- The feature to be added to the Task attributeorg.apache.tools.ant.BuildException
- Description of Exceptionpublic void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
- Description of Exception