it.haefelinger.flaka
Class Rescue
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
it.haefelinger.flaka.Task
it.haefelinger.flaka.Rescue
- All Implemented Interfaces:
- Cloneable, TaskContainer
public class Rescue
- extends Task
- implements TaskContainer
A task to rescue variables.
- Since:
- 1.0
- Author:
- merzedes
| Fields inherited from class it.haefelinger.flaka.Task |
debug, el |
| 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 |
vars
protected List vars
properties
protected List properties
varhtab
protected Map varhtab
ptyhtab
protected Map ptyhtab
tasks
protected Vector tasks
- Optional Vector holding the nested tasks
Rescue
public Rescue()
addVars
public void addVars(List list)
addProperties
public void addProperties(List list)
addTask
public void addTask(Task nestedTask)
- Specified by:
addTask in interface TaskContainer
rescue
protected void rescue()
restore
protected void restore()
execute
public void execute()
throws BuildException
- Overrides:
execute in class Task
- Throws:
BuildException