protected abstract static class Ant.ReallyBasicAntTask
extends org.apache.tools.ant.Task
Modifier | Constructor and Description |
---|---|
protected |
Ant.ReallyBasicAntTask() |
Modifier and Type | Method and Description |
---|---|
void |
addClasspath(org.apache.tools.ant.types.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.
|
org.apache.tools.ant.types.Path |
getClasspath()
Returns a classpath, being used to load compiled classes
or ressources.
|
java.lang.String |
getClasspathRef()
Returns a classpath reference, being used to load compiled classes
or ressources.
|
java.io.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(java.lang.String pRef)
Sets a classpath reference, being used to load compiled classes
or ressources.
|
void |
setDestDir(java.io.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.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setSettingLoggerFactory(boolean pSettingLoggerFactory)
public boolean isSettingLoggerFactory()
public void setDestDir(java.io.File pDir)
public java.io.File getDestDir()
public void setClasspathRef(java.lang.String pRef)
public java.lang.String getClasspathRef()
public void addClasspath(org.apache.tools.ant.types.Path pClasspath)
public org.apache.tools.ant.types.Path getClasspath()
public void finish()
Performs validation of the attributes and nested elements.
public abstract void doExecute() throws java.lang.Exception
java.lang.Exception
public void execute()
execute
in class org.apache.tools.ant.Task