|
||||||||||
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(String string)
Method addExclude. |
void |
addInclude(String string)
Method addInclude. |
String |
getDirectoryMode()
Get similar to a UNIX permission. |
List |
getExcludes()
Method getExcludes. |
String[] |
getExcludesArray()
|
String |
getFileMode()
Get similar to a UNIX permission. |
List |
getIncludes()
Method getIncludes. |
String[] |
getIncludesArray()
|
Mapper |
getMapper()
Get specifies the mapper used. |
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 |
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |