com.octagroup.foregej.ant
Class JavaModifyTask

java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.Task
              |
              +--com.octagroup.foregej.ant.JavaModifyTask

public class JavaModifyTask
extends org.apache.tools.ant.Task

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

JavaModifyTask

public JavaModifyTask()
Method Detail

setDst

public void setDst(java.lang.String dst)
Sets the dst.
Parameters:
dst - The dst to set
Throws:
org.apache.tools.ant.BuildException - DOCUMENT ME!

setExtends

public void setExtends(java.lang.String _extends_)
Sets the extends.
Parameters:
_extends_ - The extends to set

setPackage

public void setPackage(java.lang.String _package_)
Sets the package.
Parameters:
_package_ - The package to set

setMethodsToRemove

public void setMethodsToRemove(java.lang.String methodsToRemove)
Sets the methods to remove.
Parameters:
methodsToRemove - the methods to remove

setSrc

public void setSrc(java.lang.String src)
Sets the src.
Parameters:
src - The src to set
Throws:
org.apache.tools.ant.BuildException - DOCUMENT ME!

execute

public void execute()
DOCUMENT ME!
Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException - DOCUMENT ME!


Copyright © 2003 El Icognito des Noboby. All Rights Reserved.