org.apache.ws.jaxme.js.pattern
protected abstract static class Ant.ReallyBasicAntTask extends Task
| Method Summary | |
|---|---|
| void | addClasspath(Path pClasspath) Sets a classpath, being used to load compiled classes
or ressources. |
| abstract void | doExecute() Abstract method, which is invoked to do the real work. |
| void | execute() |
| void | finish() Performs validation of the attributes and nested elements. |
| Path | getClasspath() Returns a classpath, being used to load compiled classes
or ressources. |
| String | getClasspathRef() Returns a classpath reference, being used to load compiled classes
or ressources. |
| File | getDestDir() Sets, the destination directory, where sources are being generated to.
|
| boolean | isSettingLoggerFactory() Returns, whether the Ant task initializes its own logger factory.
|
| void | setClasspathRef(String pRef) Sets a classpath reference, being used to load compiled classes
or ressources. |
| void | setDestDir(File pDir) Sets, the destination directory, where sources are being generated to.
|
| void | setSettingLoggerFactory(boolean pSettingLoggerFactory) Sets, whether the Ant task initializes its own logger factory.
|
Throws: Exception
Performs validation of the attributes and nested elements.