|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.plexus.archiver.util.AbstractFileSet
public abstract class AbstractFileSet
Default implementation of BaseFileSet.
| Constructor Summary | |
|---|---|
AbstractFileSet()
|
|
| Method Summary | |
|---|---|
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. |
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(org.codehaus.plexus.components.io.fileselectors.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractFileSet()
| Method Detail |
|---|
public void setExcludes(String[] excludes)
public String[] getExcludes()
BaseFileSet
getExcludes in interface BaseFileSetpublic void setFileSelectors(org.codehaus.plexus.components.io.fileselectors.FileSelector[] fileSelectors)
public org.codehaus.plexus.components.io.fileselectors.FileSelector[] getFileSelectors()
BaseFileSet
getFileSelectors in interface BaseFileSetpublic void setIncludes(String[] includes)
public String[] getIncludes()
BaseFileSet
getIncludes in interface BaseFileSetpublic void setPrefix(String prefix)
public String getPrefix()
BaseFileSet
getPrefix in interface BaseFileSetpublic void setCaseSensitive(boolean caseSensitive)
public boolean isCaseSensitive()
BaseFileSet
isCaseSensitive in interface BaseFileSetpublic void setUsingDefaultExcludes(boolean usingDefaultExcludes)
public boolean isUsingDefaultExcludes()
BaseFileSet
isUsingDefaultExcludes in interface BaseFileSetpublic void setIncludingEmptyDirectories(boolean includingEmptyDirectories)
public boolean isIncludingEmptyDirectories()
BaseFileSet
isIncludingEmptyDirectories in interface BaseFileSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||