|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A file set is a set of files, which may be added to an archive.
Method Summary | |
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. |
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. |
Method Detail |
public java.lang.String getPrefix()
public java.lang.String[] getIncludes()
public java.lang.String[] getExcludes()
public boolean isCaseSensitive()
public boolean isUsingDefaultExcludes()
public boolean isIncludingEmptyDirectories()
public org.codehaus.plexus.components.io.fileselectors.FileSelector[] getFileSelectors()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |