public class ElseTask extends org.apache.tools.ant.Task implements org.apache.tools.ant.TaskContainer, Breakable
| Constructor and Description |
|---|
ElseTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBreak(Break b)
Required by Breakable interface.
|
void |
addTask(org.apache.tools.ant.Task task)
Add a task to execute.
|
boolean |
doBreak()
Required by Breakable interface.
|
void |
execute() |
void |
setBreak(boolean b)
Required by Breakable interface.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void addTask(org.apache.tools.ant.Task task)
addTask in interface org.apache.tools.ant.TaskContainertask - a task to execute.public void setBreak(boolean b)
public void addBreak(Break b)
public boolean doBreak()
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException