|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.assembly.model.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, sets the directory mode of the directories included. |
List |
getExcludes()
Method getExcludes. |
String |
getFileMode()
Get similar to a UNIX permission, sets the file mode of the files included. |
List |
getIncludes()
Method getIncludes. |
String |
getOutputDirectory()
Get sets the output directory relative to the root of the root directory of the assembly. |
boolean |
isUseDefaultExcludes()
Get whether standard exclusion patterns, such as those matching CVS and Subversion metadata files, should be used when calculating the files affected by this set. |
boolean |
isUseStrictFiltering()
Get when specified as true, any include/exclude patterns which aren't used to filter an actual artifact during assembly creation will cause the build to fail with an error. |
void |
removeExclude(String string)
Method removeExclude. |
void |
removeInclude(String string)
Method removeInclude. |
void |
setDirectoryMode(String directoryMode)
Set similar to a UNIX permission, sets the directory mode of the directories included. |
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, sets the file mode of the files included. |
void |
setIncludes(List includes)
Set when <include> subelements are present, they define a set of files and directory to include. |
void |
setOutputDirectory(String outputDirectory)
Set sets the output directory relative to the root of the root directory of the assembly. |
void |
setUseDefaultExcludes(boolean useDefaultExcludes)
Set whether standard exclusion patterns, such as those matching CVS and Subversion metadata files, should be used when calculating the files affected by this set. |
void |
setUseStrictFiltering(boolean useStrictFiltering)
Set when specified as true, any include/exclude patterns which aren't used to filter an actual artifact during assembly creation will cause the build to fail with an error. |
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 String getOutputDirectory()
public boolean isUseDefaultExcludes()
public boolean isUseStrictFiltering()
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 setIncludes(List includes)
includes
- public void setOutputDirectory(String outputDirectory)
outputDirectory
- public void setUseDefaultExcludes(boolean useDefaultExcludes)
useDefaultExcludes
- public void setUseStrictFiltering(boolean useStrictFiltering)
useStrictFiltering
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |