|
|||||||||||
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
de.uni_paderborn.fujaba.ant.CxrGenTask
generate source code for input cxrfile to destination directory.
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 | |
CxrGenTask()
|
Method Summary | |
protected void |
executeImpl()
try to generate code for cxrFilename to directory destDirname . |
java.lang.String |
getCxrFilename()
|
void |
setCxrFilename(java.lang.String cxrFilename)
|
protected void |
validate()
validate task input configuration. |
Methods inherited from class de.uni_paderborn.fujaba.ant.AbstractGenTask |
execute, getDestDirname, getPluginFolder, setDestDirname, setPluginFolder, toString |
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 CxrGenTask()
Method Detail |
protected void executeImpl()
cxrFilename
to directory destDirname
.
executeImpl
in class AbstractGenTask
protected void validate()
validate
in class AbstractGenTask
org.apache.tools.ant.BuildException
- if configuration is invalid .public java.lang.String getCxrFilename()
public void setCxrFilename(java.lang.String cxrFilename)
cxrFilename
- The cxrFilename to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |