|
||||||||||
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 | |
---|---|
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. |
void |
setCaseSensitive(boolean caseSensitive)
Sets, whether the include/exclude patterns are case sensitive. |
void |
setExcludes(java.lang.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(java.lang.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(java.lang.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(java.lang.String[] excludes)
public java.lang.String[] getExcludes()
BaseFileSet
getExcludes
in interface BaseFileSet
public void setFileSelectors(org.codehaus.plexus.components.io.fileselectors.FileSelector[] fileSelectors)
public org.codehaus.plexus.components.io.fileselectors.FileSelector[] getFileSelectors()
BaseFileSet
getFileSelectors
in interface BaseFileSet
public void setIncludes(java.lang.String[] includes)
public java.lang.String[] getIncludes()
BaseFileSet
getIncludes
in interface BaseFileSet
public void setPrefix(java.lang.String prefix)
public java.lang.String getPrefix()
BaseFileSet
getPrefix
in interface BaseFileSet
public void setCaseSensitive(boolean caseSensitive)
public boolean isCaseSensitive()
BaseFileSet
isCaseSensitive
in interface BaseFileSet
public void setUsingDefaultExcludes(boolean usingDefaultExcludes)
public boolean isUsingDefaultExcludes()
BaseFileSet
isUsingDefaultExcludes
in interface BaseFileSet
public 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 |