|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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. |
void |
addExclude(java.lang.String string)
Method addExclude. |
void |
addInclude(java.lang.String string)
Method addInclude. |
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<DependencySet> |
getDependencySets()
Method getDependencySets. |
java.lang.String |
getDirectoryMode()
Get similar to a UNIX permission, sets the directory mode of the directories included. |
java.util.List<java.lang.String> |
getExcludes()
Method getExcludes. |
java.lang.String |
getFileMode()
Get similar to a UNIX permission, sets the file mode of the files included. |
java.util.List<java.lang.String> |
getIncludes()
Method getIncludes. |
java.lang.String |
getOutputDirectory()
Get sets the output directory relative to the root of the root directory of the assembly. |
java.lang.String |
getOutputFileNameMapping()
Get sets the mapping pattern for all NON-UNPACKED 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 |
removeExclude(java.lang.String string)
Method removeExclude. |
void |
removeInclude(java.lang.String string)
Method removeInclude. |
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<DependencySet> dependencySets)
Set specifies which dependencies of the module to include in the assembly. |
void |
setDirectoryMode(java.lang.String directoryMode)
Set similar to a UNIX permission, sets the directory mode of the directories included. |
void |
setExcludes(java.util.List<java.lang.String> excludes)
Set when <exclude> subelements are present, they define a set of dependency artifact coordinates to exclude. |
void |
setFileMode(java.lang.String fileMode)
Set similar to a UNIX permission, sets the file mode of the files included. |
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 |
setIncludes(java.util.List<java.lang.String> includes)
Set when <include> subelements are present, they define a set of artifact coordinates to include. |
void |
setOutputDirectory(java.lang.String outputDirectory)
Set sets the output directory relative to the root of the root directory of the assembly. |
void |
setOutputFileNameMapping(java.lang.String outputFileNameMapping)
Set sets the mapping pattern for all NON-UNPACKED 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 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 void addExclude(java.lang.String string)
string
- public void addInclude(java.lang.String string)
string
- public java.lang.String getAttachmentClassifier()
public java.util.List<DependencySet> getDependencySets()
public java.lang.String getDirectoryMode()
public java.util.List<java.lang.String> getExcludes()
public java.lang.String getFileMode()
public java.util.List<java.lang.String> getIncludes()
public java.lang.String getOutputDirectory()
public java.lang.String getOutputFileNameMapping()
public UnpackOptions getUnpackOptions()
public boolean isIncludeDependencies()
public boolean isUnpack()
public void removeDependencySet(DependencySet dependencySet)
dependencySet
- public void removeExclude(java.lang.String string)
string
- public void removeInclude(java.lang.String string)
string
- public void setAttachmentClassifier(java.lang.String attachmentClassifier)
attachmentClassifier
- public void setDependencySets(java.util.List<DependencySet> dependencySets)
dependencySets
- public void setDirectoryMode(java.lang.String directoryMode)
directoryMode
- public void setExcludes(java.util.List<java.lang.String> excludes)
excludes
- public void setFileMode(java.lang.String fileMode)
fileMode
- public void setIncludeDependencies(boolean includeDependencies)
includeDependencies
- public void setIncludes(java.util.List<java.lang.String> includes)
includes
- public void setOutputDirectory(java.lang.String outputDirectory)
outputDirectory
- public void setOutputFileNameMapping(java.lang.String outputFileNameMapping)
outputFileNameMapping
- public void setUnpack(boolean unpack)
unpack
- public void setUnpackOptions(UnpackOptions unpackOptions)
unpackOptions
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |