public interface BaseFileSet
Modifier and Type | Method and Description |
---|---|
String[] |
getExcludes()
Returns a string of patterns, which excluded files
should match.
|
org.codehaus.plexus.components.io.fileselectors.FileSelector[] |
getFileSelectors()
Returns a set of file selectors, which should be used
to select the included files.
|
String[] |
getIncludes()
Returns a string of patterns, which included files
should match.
|
String |
getPrefix()
Returns the prefix, which the file sets contents shall
have.
|
boolean |
isCaseSensitive()
Returns, whether the include/exclude patterns are
case sensitive.
|
boolean |
isIncludingEmptyDirectories()
Returns, whether empty directories are being included.
|
boolean |
isUsingDefaultExcludes()
Returns, whether the default excludes are being
applied.
|
String getPrefix()
String[] getIncludes()
String[] getExcludes()
boolean isCaseSensitive()
boolean isUsingDefaultExcludes()
boolean isIncludingEmptyDirectories()
org.codehaus.plexus.components.io.fileselectors.FileSelector[] getFileSelectors()
Copyright © 2001-2014 Codehaus. All Rights Reserved.