public abstract class AbstractProcessTask
extends org.apache.tools.ant.Task
| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector |
filesets |
| Constructor and Description |
|---|
AbstractProcessTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet set) |
protected void |
beforeExecute() |
void |
execute() |
protected java.util.Collection |
getFiles() |
protected abstract void |
processFile(java.io.File file) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void addFileset(org.apache.tools.ant.types.FileSet set)
protected java.util.Collection getFiles()
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionprotected void beforeExecute()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionprotected abstract void processFile(java.io.File file)
throws java.lang.Exception
java.lang.Exception