类 AbstractProcessTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- net.sf.cglib.transform.AbstractProcessTask
-
- 所有已实现的接口:
java.lang.Cloneable
- 直接已知子类:
AbstractTransformTask
public abstract class AbstractProcessTask extends org.apache.tools.ant.Task
-
-
构造器概要
构造器 构造器 说明 AbstractProcessTask()
-
方法概要
所有方法 实例方法 抽象方法 具体方法 修饰符和类型 方法 说明 voidaddFileset(org.apache.tools.ant.types.FileSet set)protected voidbeforeExecute()voidexecute()protected java.util.CollectiongetFiles()protected abstract voidprocessFile(java.io.File file)-
从类继承的方法 org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-
-
-
方法详细资料
-
addFileset
public void addFileset(org.apache.tools.ant.types.FileSet set)
-
getFiles
protected java.util.Collection getFiles()
-
execute
public void execute() throws org.apache.tools.ant.BuildException- 覆盖:
execute在类中org.apache.tools.ant.Task- 抛出:
org.apache.tools.ant.BuildException
-
beforeExecute
protected void beforeExecute() throws org.apache.tools.ant.BuildException- 抛出:
org.apache.tools.ant.BuildException
-
processFile
protected abstract void processFile(java.io.File file) throws java.lang.Exception- 抛出:
java.lang.Exception
-
-