|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.Task | +--com.octagroup.foregej.ant.JavaModifyTask
A task that modifies a java file.
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 | |
JavaModifyTask()
|
Method Summary | |
void |
execute()
DOCUMENT ME! |
void |
setDst(java.lang.String dst)
Sets the dst. |
void |
setExtends(java.lang.String _extends_)
Sets the extends. |
void |
setMethodsToRemove(java.lang.String methodsToRemove)
Sets the methods to remove. |
void |
setPackage(java.lang.String _package_)
Sets the package. |
void |
setSrc(java.lang.String src)
Sets the src. |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
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, toString, wait, wait, wait |
Constructor Detail |
public JavaModifyTask()
Method Detail |
public void setDst(java.lang.String dst)
dst
- The dst to setorg.apache.tools.ant.BuildException
- DOCUMENT ME!public void setExtends(java.lang.String _extends_)
_extends_
- The extends to setpublic void setPackage(java.lang.String _package_)
_package_
- The package to setpublic void setMethodsToRemove(java.lang.String methodsToRemove)
methodsToRemove
- the methods to removepublic void setSrc(java.lang.String src)
src
- The src to setorg.apache.tools.ant.BuildException
- DOCUMENT ME!public void execute()
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |