net.sf.cglib.transform
Class AbstractProcessTask
java.lang.Object
Task
net.sf.cglib.transform.AbstractProcessTask
- Direct Known Subclasses:
- AbstractTransformTask
public abstract class AbstractProcessTask
- extends Task
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractProcessTask
public AbstractProcessTask()
addFileset
public void addFileset(FileSet set)
getFiles
protected Collection getFiles()
execute
public void execute()
throws BuildException
- Throws:
BuildException
beforeExecute
protected void beforeExecute()
throws BuildException
- Throws:
BuildException
processFile
protected abstract void processFile(File file)
throws Exception
- Throws:
Exception
Copyright © 2012 Oracle Corporation. All Rights Reserved.