|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModuleBinaries
Contains configuration options for including the binary files of a project module in an assembly.
Java class for ModuleBinaries complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModuleBinaries">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="attachmentClassifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="includeDependencies" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="dependencySets" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dependencySet" type="{http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1}DependencySet" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="unpack" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="unpackOptions" type="{http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1}UnpackOptions" minOccurs="0"/>
<element name="outputFileNameMapping" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="useStrictFiltering" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="useDefaultExcludes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="outputDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="includes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="include" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="excludes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="exclude" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="fileMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="directoryMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
ModuleBinaries.DependencySets
Java class for anonymous complex type. |
static interface |
ModuleBinaries.Excludes
Java class for anonymous complex type. |
static interface |
ModuleBinaries.Includes
Java class for anonymous complex type. |
| Method Summary | |
|---|---|
String |
getAttachmentClassifier()
Gets the value of the attachmentClassifier property. |
ModuleBinaries.DependencySets |
getDependencySets()
Gets the value of the dependencySets property. |
String |
getDirectoryMode()
Gets the value of the directoryMode property. |
ModuleBinaries.Excludes |
getExcludes()
Gets the value of the excludes property. |
String |
getFileMode()
Gets the value of the fileMode property. |
ModuleBinaries.Includes |
getIncludes()
Gets the value of the includes property. |
String |
getOutputDirectory()
Gets the value of the outputDirectory property. |
String |
getOutputFileNameMapping()
Gets the value of the outputFileNameMapping property. |
UnpackOptions |
getUnpackOptions()
Gets the value of the unpackOptions property. |
Boolean |
isIncludeDependencies()
Gets the value of the includeDependencies property. |
Boolean |
isUnpack()
Gets the value of the unpack property. |
Boolean |
isUseDefaultExcludes()
Gets the value of the useDefaultExcludes property. |
Boolean |
isUseStrictFiltering()
Gets the value of the useStrictFiltering property. |
void |
setAttachmentClassifier(String value)
Sets the value of the attachmentClassifier property. |
void |
setDependencySets(ModuleBinaries.DependencySets value)
Sets the value of the dependencySets property. |
void |
setDirectoryMode(String value)
Sets the value of the directoryMode property. |
void |
setExcludes(ModuleBinaries.Excludes value)
Sets the value of the excludes property. |
void |
setFileMode(String value)
Sets the value of the fileMode property. |
void |
setIncludeDependencies(Boolean value)
Sets the value of the includeDependencies property. |
void |
setIncludes(ModuleBinaries.Includes value)
Sets the value of the includes property. |
void |
setOutputDirectory(String value)
Sets the value of the outputDirectory property. |
void |
setOutputFileNameMapping(String value)
Sets the value of the outputFileNameMapping property. |
void |
setUnpack(Boolean value)
Sets the value of the unpack property. |
void |
setUnpackOptions(UnpackOptions value)
Sets the value of the unpackOptions property. |
void |
setUseDefaultExcludes(Boolean value)
Sets the value of the useDefaultExcludes property. |
void |
setUseStrictFiltering(Boolean value)
Sets the value of the useStrictFiltering property. |
| Method Detail |
|---|
String getAttachmentClassifier()
Stringvoid setAttachmentClassifier(String value)
value - allowed object is
StringBoolean isIncludeDependencies()
Booleanvoid setIncludeDependencies(Boolean value)
value - allowed object is
BooleanModuleBinaries.DependencySets getDependencySets()
ModuleBinaries.DependencySetsvoid setDependencySets(ModuleBinaries.DependencySets value)
value - allowed object is
ModuleBinaries.DependencySetsBoolean isUnpack()
Booleanvoid setUnpack(Boolean value)
value - allowed object is
BooleanUnpackOptions getUnpackOptions()
UnpackOptionsvoid setUnpackOptions(UnpackOptions value)
value - allowed object is
UnpackOptionsString getOutputFileNameMapping()
Stringvoid setOutputFileNameMapping(String value)
value - allowed object is
StringBoolean isUseStrictFiltering()
Booleanvoid setUseStrictFiltering(Boolean value)
value - allowed object is
BooleanBoolean isUseDefaultExcludes()
Booleanvoid setUseDefaultExcludes(Boolean value)
value - allowed object is
BooleanString getOutputDirectory()
Stringvoid setOutputDirectory(String value)
value - allowed object is
StringModuleBinaries.Includes getIncludes()
ModuleBinaries.Includesvoid setIncludes(ModuleBinaries.Includes value)
value - allowed object is
ModuleBinaries.IncludesModuleBinaries.Excludes getExcludes()
ModuleBinaries.Excludesvoid setExcludes(ModuleBinaries.Excludes value)
value - allowed object is
ModuleBinaries.ExcludesString getFileMode()
Stringvoid setFileMode(String value)
value - allowed object is
StringString getDirectoryMode()
Stringvoid setDirectoryMode(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||