|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugins.assembly.model.SetBase
org.apache.maven.plugins.assembly.model.ModuleBinaries
public class ModuleBinaries
Configuration for including the binary files for a Module in an assembly.
| Constructor Summary | |
|---|---|
ModuleBinaries()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getModelEncoding()
|
java.lang.String |
getOutputFileNameMapping()
Get Specify the mapping pattern for all dependencies included in this assembly. |
boolean |
isIncludeDependencies()
Get If set to true, the plugin will include the direct and transitive dependencies of of the project modules included here. |
boolean |
isUnpack()
Get If set to true, this property will unpack all module packages into the specified output directory. |
void |
setIncludeDependencies(boolean includeDependencies)
Set If set to true, the plugin will include the direct and transitive dependencies of of the project modules included here. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setOutputFileNameMapping(java.lang.String outputFileNameMapping)
Set Specify the mapping pattern for all dependencies included in this assembly. |
void |
setUnpack(boolean unpack)
Set If set to true, this property will unpack all module packages into the specified output directory. |
| Methods inherited from class org.apache.maven.plugins.assembly.model.SetBase |
|---|
addExclude, addInclude, getDirectoryMode, getExcludes, getFileMode, getIncludes, getOutputDirectory, removeExclude, removeInclude, setDirectoryMode, setExcludes, setFileMode, setIncludes, setOutputDirectory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModuleBinaries()
| Method Detail |
|---|
public java.lang.String getOutputFileNameMapping()
public boolean isIncludeDependencies()
public boolean isUnpack()
public void setIncludeDependencies(boolean includeDependencies)
includeDependencies - public void setOutputFileNameMapping(java.lang.String outputFileNameMapping)
outputFileNameMapping - public void setUnpack(boolean unpack)
unpack - public void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding in class SetBasepublic java.lang.String getModelEncoding()
getModelEncoding in class SetBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||