it.haefelinger.flaka
Class Export
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
it.haefelinger.flaka.Task
it.haefelinger.flaka.Export
- All Implemented Interfaces:
- Cloneable
public class Export
- extends Task
Task to export a certain loc. The loc in question is getting retrieved by
looking up the search class path. By default the result will be printed on
stdout.
- 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 |
Export
public Export()
setDst
public void setDst(String s)
setDest
public void setDest(String s)
setOut
public void setOut(String s)
setSrc
public void setSrc(String s)
setTee
public void setTee(boolean b)
execute
public void execute()
throws BuildException
- Overrides:
execute in class Task
- Throws:
BuildException