it.haefelinger.flaka
Class Break
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
it.haefelinger.flaka.Task
it.haefelinger.flaka.Break
- All Implemented Interfaces:
- Cloneable
- Direct Known Subclasses:
- Continue
public class Break
- extends Task
A task to terminate a for or while loop.
See break for a
detailed description of this task.
- Since:
- 1.0
- Author:
- merzedes
| Fields inherited from class it.haefelinger.flaka.Task |
debug, el |
|
Constructor Summary |
Break()
|
| Methods inherited from class it.haefelinger.flaka.Task |
debug, debug, error, error, getProperty, getref, info, log, setDebug, setEl, throwbx, throwbx, toFile, verbose, warn, warn |
| 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, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
TOKEN
public static final String TOKEN
- See Also:
- Constant Field Values
EXCEPTION
protected static final BuildException EXCEPTION
test
protected String test
ifp
protected String ifp
unlessp
protected String unlessp
Break
public Break()
setTest
public void setTest(String test)
setIf
public void setIf(String ifp)
setUnless
public void setUnless(String unlessp)
fail
protected void fail()
execute
public void execute()
throws BuildException
- Overrides:
execute in class Task
- Throws:
BuildException