|
||||||||||
| 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. (Since 2.2) .
| Constructor Summary | |
|---|---|
UnpackOptions()
|
|
| Method Summary | |
|---|---|
void |
addExclude(String string)
Method addExclude. |
void |
addInclude(String string)
Method addInclude. |
List<String> |
getExcludes()
Method getExcludes. |
List<String> |
getIncludes()
Method getIncludes. |
String |
getLineEnding()
Get sets the line-endings of the files. |
boolean |
isFiltered()
Get whether to filter symbols in the files as they are unpacked from the archive, using properties from the build configuration. |
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. |
void |
removeExclude(String string)
Method removeExclude. |
void |
removeInclude(String string)
Method removeInclude. |
void |
setExcludes(List<String> excludes)
Set set of file and/or directory 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(List<String> includes)
Set set of file and/or directory patterns for matching items to be included from an archive as it is unpacked. |
void |
setLineEnding(String lineEnding)
Set sets the line-endings of the files. |
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. |
| 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(String string)
string - public void addInclude(String string)
string - public List<String> getExcludes()
public List<String> getIncludes()
public String getLineEnding()
public boolean isFiltered()
public boolean isUseDefaultExcludes()
public void removeExclude(String string)
string - public void removeInclude(String string)
string - public void setExcludes(List<String> excludes)
excludes - public void setFiltered(boolean filtered)
filtered - public void setIncludes(List<String> includes)
includes - public void setLineEnding(String lineEnding)
lineEnding - public void setUseDefaultExcludes(boolean useDefaultExcludes)
useDefaultExcludes -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||