|
|||||||||||
| 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
null
| Constructor Summary | |
SetBase()
|
|
| Method Summary | |
void |
addExclude(String string)
Method addExclude |
void |
addInclude(String string)
Method addInclude |
String |
getDirectoryMode()
Get Similar to a UNIX permission. |
List |
getExcludes()
Method getExcludes |
String[] |
getExcludesArray()
Return the file-set exclusion rules in array form. |
String |
getFileMode()
Get Similar to a UNIX permission. |
List |
getIncludes()
Method getIncludes |
String[] |
getIncludesArray()
Return the file-set inclusion rules in array form. |
Mapper |
getMapper()
Get Specifies the mapper used. |
String |
getModelEncoding()
|
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(String string)
Method removeExclude |
void |
removeInclude(String string)
Method removeInclude |
void |
setDirectoryMode(String directoryMode)
Set Similar to a UNIX permission. |
void |
setExcludes(List excludes)
Set When <exclude> subelements are present, they define a set of files and directory to exclude. |
void |
setFileMode(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(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(String modelEncoding)
|
void |
setOutputDirectory(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(String string)
string - public void addInclude(String string)
string - public String getDirectoryMode()
public List getExcludes()
public String getFileMode()
public List getIncludes()
public Mapper getMapper()
public String getOutputDirectory()
public boolean isFollowSymlinks()
public boolean isUseDefaultExcludes()
public void removeExclude(String string)
string - public void removeInclude(String string)
string - public void setDirectoryMode(String directoryMode)
directoryMode - public void setExcludes(List excludes)
excludes - public void setFileMode(String fileMode)
fileMode - public void setFollowSymlinks(boolean followSymlinks)
followSymlinks - public void setIncludes(List includes)
includes - public void setMapper(Mapper mapper)
mapper - public void setOutputDirectory(String outputDirectory)
outputDirectory - public void setUseDefaultExcludes(boolean useDefaultExcludes)
useDefaultExcludes - public String[] getIncludesArray()
public String[] getExcludesArray()
public void setModelEncoding(String modelEncoding)
public String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||