|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.shared.model.fileset.SetBase
public class SetBase
Class SetBase.
| Constructor Summary | |
|---|---|
SetBase()
|
|
| Method Summary | |
|---|---|
void |
addExclude(java.lang.String string)
Method addExclude. |
void |
addInclude(java.lang.String string)
Method addInclude. |
java.lang.String |
getDirectoryMode()
Get Similar to a UNIX permission. |
java.util.List |
getExcludes()
Method getExcludes. |
java.lang.String[] |
getExcludesArray()
|
java.lang.String |
getFileMode()
Get Similar to a UNIX permission. |
java.util.List |
getIncludes()
Method getIncludes. |
java.lang.String[] |
getIncludesArray()
|
Mapper |
getMapper()
Get Specifies the mapper used. |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getOutputDirectory()
Get Specifies the output directory relative to the root of the root directory of the assembly. |
boolean |
isFollowSymlinks()
Get Specifies whether symbolic links should be traversed, or handled as-is. |
boolean |
isUseDefaultExcludes()
Get Whether to include exclusion patterns for common temporary and SCM control files (true by default). |
void |
removeExclude(java.lang.String string)
Method removeExclude. |
void |
removeInclude(java.lang.String string)
Method removeInclude. |
void |
setDirectoryMode(java.lang.String directoryMode)
Set Similar to a UNIX permission. |
void |
setExcludes(java.util.List excludes)
Set When <exclude> subelements are present, they define a set of files and directory to exclude. |
void |
setFileMode(java.lang.String fileMode)
Set Similar to a UNIX permission. |
void |
setFollowSymlinks(boolean followSymlinks)
Set Specifies whether symbolic links should be traversed, or handled as-is. |
void |
setIncludes(java.util.List includes)
Set When <include> subelements are present, they define a set of files and directory to include. |
void |
setMapper(Mapper mapper)
Set Specifies the mapper used. |
void |
setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model. |
void |
setOutputDirectory(java.lang.String outputDirectory)
Set Specifies the output directory relative to the root of the root directory of the assembly. |
void |
setUseDefaultExcludes(boolean useDefaultExcludes)
Set Whether to include exclusion patterns for common temporary and SCM control files (true by default). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SetBase()
| Method Detail |
|---|
public void addExclude(java.lang.String string)
string - public void addInclude(java.lang.String string)
string - public java.lang.String getDirectoryMode()
public java.util.List getExcludes()
public java.lang.String getFileMode()
public java.util.List getIncludes()
public Mapper getMapper()
public java.lang.String getOutputDirectory()
public boolean isFollowSymlinks()
public boolean isUseDefaultExcludes()
public void removeExclude(java.lang.String string)
string - public void removeInclude(java.lang.String string)
string - public void setDirectoryMode(java.lang.String directoryMode)
directoryMode - public void setExcludes(java.util.List excludes)
excludes - public void setFileMode(java.lang.String fileMode)
fileMode - public void setFollowSymlinks(boolean followSymlinks)
followSymlinks - public void setIncludes(java.util.List includes)
includes - public void setMapper(Mapper mapper)
mapper - public void setOutputDirectory(java.lang.String outputDirectory)
outputDirectory - public void setUseDefaultExcludes(boolean useDefaultExcludes)
useDefaultExcludes - public java.lang.String[] getIncludesArray()
public java.lang.String[] getExcludesArray()
public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||