net.sf.cglib.transform
Class AbstractProcessTask

java.lang.Object
  extended by Task
      extended by net.sf.cglib.transform.AbstractProcessTask
Direct Known Subclasses:
AbstractTransformTask

public abstract class AbstractProcessTask
extends Task


Constructor Summary
AbstractProcessTask()
           
 
Method Summary
 void addFileset(FileSet set)
           
protected  void beforeExecute()
           
 void execute()
           
protected  Collection getFiles()
           
protected abstract  void processFile(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractProcessTask

public AbstractProcessTask()
Method Detail

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.