|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
de.uni_paderborn.fujaba.ant.AbstractGenTask
No comment provided by developer, please add a comment to improve documentation.
| Field Summary |
| Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
| Constructor Summary | |
AbstractGenTask()
|
|
| Method Summary | |
void |
execute()
The method executing the task |
protected abstract void |
executeImpl()
No comment provided by developer, please add a comment to improve documentation. |
java.lang.String |
getDestDirname()
Get the destDirname attribute of the AbstractGenTask object |
java.lang.String |
getPluginFolder()
Get the pluginFolder attribute of the AbstractGenTask object |
void |
setDestDirname(java.lang.String destDirname)
|
void |
setPluginFolder(java.lang.String pluginFolder)
Sets the pluginFolder attribute of the AbstractGenTask object |
java.lang.String |
toString()
No comment provided by developer, please add a comment to improve documentation. |
protected void |
validate()
validate task input configuration. |
| Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AbstractGenTask()
| Method Detail |
public java.lang.String getDestDirname()
public void setDestDirname(java.lang.String destDirname)
destDirname - The destDirname to set.
public void execute()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException - if codegeneration failsprotected abstract void executeImpl()
protected void validate()
org.apache.tools.ant.BuildException - if configuration is invalid .public java.lang.String toString()
public void setPluginFolder(java.lang.String pluginFolder)
pluginFolder - The new pluginFolder valuepublic java.lang.String getPluginFolder()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||