public abstract class AbstractProcessTask
extends Task
| Constructor and Description |
|---|
AbstractProcessTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileset(FileSet set) |
protected void |
beforeExecute() |
void |
execute() |
protected java.util.Collection |
getFiles() |
protected abstract void |
processFile(java.io.File file) |
public void addFileset(FileSet set)
protected java.util.Collection getFiles()
public void execute()
throws BuildException
BuildExceptionprotected void beforeExecute()
throws BuildException
BuildExceptionprotected abstract void processFile(java.io.File file)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2013 Oracle Corporation. All Rights Reserved.