ArchivedFileSet, FileSetAbstractFileSet, DefaultArchivedFileSet, DefaultFileSetpublic interface BaseFileSet
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.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.
|
java.lang.String[] |
getIncludes() |
Returns a string of patterns, which included files
should match.
|
java.lang.String |
getPrefix() |
Returns the prefix, which the file sets contents shall
have.
|
org.codehaus.plexus.components.io.functions.InputStreamTransformer |
getStreamTransformer() |
Returns the InputStreamTransformers that can be applied to this fileset
|
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.
|
@CheckForNull java.lang.String getPrefix()
@CheckForNull java.lang.String[] getIncludes()
@CheckForNull java.lang.String[] getExcludes()
boolean isCaseSensitive()
boolean isUsingDefaultExcludes()
boolean isIncludingEmptyDirectories()
@CheckForNull org.codehaus.plexus.components.io.fileselectors.FileSelector[] getFileSelectors()
org.codehaus.plexus.components.io.functions.InputStreamTransformer getStreamTransformer()