|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.assembly.model.UnpackOptions
public class UnpackOptions
Specifies options for including/excluding/filtering items extracted from an archive.
Constructor Summary | |
---|---|
UnpackOptions()
|
Method Summary | |
---|---|
void |
addExclude(java.lang.String string)
Method addExclude |
void |
addInclude(java.lang.String string)
Method addInclude |
java.util.List |
getExcludes()
Method getExcludes |
java.util.List |
getIncludes()
Method getIncludes |
java.lang.String |
getModelEncoding()
|
boolean |
isFiltered()
Get Whether to filter symbols in the files as they are unpacked from the archive, using properties from the build configuration. |
void |
removeExclude(java.lang.String string)
Method removeExclude |
void |
removeInclude(java.lang.String string)
Method removeInclude |
void |
setExcludes(java.util.List excludes)
Set Set of patterns for matching items to be excluded from an archive as it is unpacked. |
void |
setFiltered(boolean filtered)
Set Whether to filter symbols in the files as they are unpacked from the archive, using properties from the build configuration. |
void |
setIncludes(java.util.List includes)
Set Set of patterns for matching items to be included from an archive as it is unpacked. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnpackOptions()
Method Detail |
---|
public void addExclude(java.lang.String string)
string
- public void addInclude(java.lang.String string)
string
- public java.util.List getExcludes()
public java.util.List getIncludes()
public boolean isFiltered()
public void removeExclude(java.lang.String string)
string
- public void removeInclude(java.lang.String string)
string
- public void setExcludes(java.util.List excludes)
excludes
- public void setFiltered(boolean filtered)
filtered
- public void setIncludes(java.util.List includes)
includes
- public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |