This is an abstract task that should be used by all those tasks that
require to include or exclude files based on pattern matching.
author: Arnout J. Kuiper ajkuiper@wxs.nl author: Stefano Mazzocchi stefano@apache.org author: Sam Ruby rubys@us.ibm.com author: Jon S. Stevens jon@clearink.com
provide access to properties from within the inner class
setDefaultexcludes
public void setDefaultexcludes(boolean useDefaultExcludes)(Code)
Sets whether default exclusions should be used or not.
Parameters: useDefaultExcludes - "true"|"on"|"yes" when default exclusionsshould be used, "false"|"off"|"no" when theyshouldn't be used.
List of filenames and directory names to not include. They should be
either , or " " (space) separated. The ignored files will be logged.
Parameters: ignoreString - the string containing the files to ignore.
Set this to be the items in the base directory that you want to be
included. You can also specify "*" for the items (ie: items="*")
and it will include all the items in the base directory.
Parameters: itemString - the string containing the files to include.