|
||||||||||
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
org.apache.maven.plugin.assembly.model.ModuleBinaries
public class ModuleBinaries
Contains configuration options for including the binary files of a project module in an assembly.
Constructor Summary | |
---|---|
ModuleBinaries()
|
Method Summary | |
---|---|
void |
addDependencySet(DependencySet dependencySet)
Method addDependencySet |
java.lang.String |
getAttachmentClassifier()
Get When specified, the attachmentClassifier will cause the assembler to look at artifacts attached to the module instead of the main project artifact. |
java.util.List |
getDependencySets()
Method getDependencySets |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getOutputFileNameMapping()
Get Sets the mapping pattern for all dependencies included in this assembly. |
UnpackOptions |
getUnpackOptions()
Get Allows the specification of includes and excludes, along with filtering options, for items unpacked from a module artifact. |
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 |
removeDependencySet(DependencySet dependencySet)
Method removeDependencySet |
void |
setAttachmentClassifier(java.lang.String attachmentClassifier)
Set When specified, the attachmentClassifier will cause the assembler to look at artifacts attached to the module instead of the main project artifact. |
void |
setDependencySets(java.util.List dependencySets)
Set Specifies which dependencies of the module to include in the assembly. |
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 Sets 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. |
void |
setUnpackOptions(UnpackOptions unpackOptions)
Set Allows the specification of includes and excludes, along with filtering options, for items unpacked from a module artifact. |
Methods inherited from class org.apache.maven.plugin.assembly.model.SetBase |
---|
addExclude, addInclude, getDirectoryMode, getExcludes, getFileMode, getIncludes, getOutputDirectory, isUseDefaultExcludes, isUseStrictFiltering, removeExclude, removeInclude, setDirectoryMode, setExcludes, setFileMode, setIncludes, setOutputDirectory, setUseDefaultExcludes, setUseStrictFiltering |
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 void addDependencySet(DependencySet dependencySet)
dependencySet
- public java.lang.String getAttachmentClassifier()
public java.util.List getDependencySets()
public java.lang.String getOutputFileNameMapping()
public UnpackOptions getUnpackOptions()
public boolean isIncludeDependencies()
public boolean isUnpack()
public void removeDependencySet(DependencySet dependencySet)
dependencySet
- public void setAttachmentClassifier(java.lang.String attachmentClassifier)
attachmentClassifier
- public void setDependencySets(java.util.List dependencySets)
dependencySets
- public void setIncludeDependencies(boolean includeDependencies)
includeDependencies
- public void setOutputFileNameMapping(java.lang.String outputFileNameMapping)
outputFileNameMapping
- public void setUnpack(boolean unpack)
unpack
- public void setUnpackOptions(UnpackOptions unpackOptions)
unpackOptions
- public void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding
in class SetBase
public java.lang.String getModelEncoding()
getModelEncoding
in class SetBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |