org.codehaus.plexus.archiver.util
public abstract class AbstractFileSet extends Object implements BaseFileSet
Since: 1.0-alpha-9
Method Summary | |
---|---|
String[] | getExcludes() |
FileSelector[] | getFileSelectors() |
String[] | getIncludes() |
String | getPrefix() |
boolean | isCaseSensitive() |
boolean | isIncludingEmptyDirectories() |
boolean | isUsingDefaultExcludes() |
void | setCaseSensitive(boolean caseSensitive)
Sets, whether the include/exclude patterns are
case sensitive. |
void | setExcludes(String[] excludes)
Sets a string of patterns, which excluded files
should match. |
void | setFileSelectors(FileSelector[] fileSelectors)
Sets a set of file selectors, which should be used
to select the included files. |
void | setIncludes(String[] includes)
Sets a string of patterns, which included files
should match. |
void | setIncludingEmptyDirectories(boolean includingEmptyDirectories)
Sets, whether empty directories are being included. |
void | setPrefix(String prefix)
Sets the prefix, which the file sets contents shall
have. |
void | setUsingDefaultExcludes(boolean usingDefaultExcludes)
Sets, whether the default excludes are being
applied. |