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.
Returns the directory scanner needed to access the files to process.
Parameters: baseDir - the base directory to use with the fileset a directory scanner
Returns an enumerator for accessing the set of selectors.
an enumerator that goes through each of the selectors
setCaseSensitive
public void setCaseSensitive(boolean isCaseSensitive)(Code)
Sets case sensitivity of the file system
Parameters: isCaseSensitive - "true"|"on"|"yes" if file system is casesensitive, "false"|"off"|"no" when not.
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.
Sets the set of exclude patterns. Patterns may be separated by a comma
or a space.
Parameters: excludes - the string containing the exclude patterns
setExcludesfile
public void setExcludesfile(File excludesfile)(Code)
Sets the name of the file containing the includes patterns.
Parameters: excludesfile - A string containing the filename to fetchthe include patterns from.
setFollowSymlinks
public void setFollowSymlinks(boolean followSymlinks)(Code)
Sets whether or not symbolic links should be followed.
Parameters: followSymlinks - whether or not symbolic links should be followed
Sets the set of include patterns. Patterns may be separated by a comma
or a space.
Parameters: includes - the string containing the include patterns
setIncludesfile
public void setIncludesfile(File includesfile)(Code)
Sets the name of the file containing the includes patterns.
Parameters: includesfile - A string containing the filename to fetchthe include patterns from.