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 Collection |
getFiles() |
protected abstract void |
processFile(File file) |
public void addFileset(FileSet set)
protected Collection getFiles()
public void execute()
throws BuildException
BuildExceptionprotected void beforeExecute()
throws BuildException
BuildExceptionCopyright © 2009-2013 Oracle Corporation. All Rights Reserved.