public abstract class BaseFileSetTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
BaseFileSetTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFilelist(org.apache.tools.ant.types.FileList list)
Adds the given file list to this task.
|
void |
addFileset(org.apache.tools.ant.types.FileSet set)
Adds the given file set to this task.
|
protected List<File> |
getAllFiles()
Returns a list of all files in all sets.
|
protected List<SimpleFileSet> |
getAllFileSets()
Returns all specified file sets.
|
protected void |
validateAttributes()
Makes sure at least one file set/list was added.
|
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void addFileset(org.apache.tools.ant.types.FileSet set)
set - public void addFilelist(org.apache.tools.ant.types.FileList list)
list - protected void validateAttributes()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionprotected List<SimpleFileSet> getAllFileSets()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.