|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.assembly111.Assembly
public class Assembly
An assembly defines a collection of files usually distributed in an archive format such as zip, tar, or tar.gz that is generated from a project. For example, a project could produce a ZIP assembly which contains a project's JAR artifact in the root directory, the runtime dependencies in a lib/ directory, and a shell script to launch a stand-alone application.
Java class for Assembly complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Assembly">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="formats" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="format" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="includeBaseDirectory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="baseDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="includeSiteDirectory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="containerDescriptorHandlers" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="containerDescriptorHandler" type="{http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1}ContainerDescriptorHandlerConfig" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="moduleSets" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="moduleSet" type="{http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1}ModuleSet" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="fileSets" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fileSet" type="{http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1}FileSet" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="files" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="file" type="{http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1}FileItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<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="repositories" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="repository" type="{http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1}Repository" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="componentDescriptors" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="componentDescriptor" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Assembly.ComponentDescriptors
Java class for anonymous complex type. |
static class |
Assembly.ContainerDescriptorHandlers
Java class for anonymous complex type. |
static class |
Assembly.DependencySets
Java class for anonymous complex type. |
static class |
Assembly.Files
Java class for anonymous complex type. |
static class |
Assembly.FileSets
Java class for anonymous complex type. |
static class |
Assembly.Formats
Java class for anonymous complex type. |
static class |
Assembly.ModuleSets
Java class for anonymous complex type. |
static class |
Assembly.Repositories
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
baseDirectory
|
protected Assembly.ComponentDescriptors |
componentDescriptors
|
protected Assembly.ContainerDescriptorHandlers |
containerDescriptorHandlers
|
protected Assembly.DependencySets |
dependencySets
|
protected Assembly.Files |
files
|
protected Assembly.FileSets |
fileSets
|
protected Assembly.Formats |
formats
|
protected String |
id
|
protected Boolean |
includeBaseDirectory
|
protected Boolean |
includeSiteDirectory
|
protected Assembly.ModuleSets |
moduleSets
|
protected Assembly.Repositories |
repositories
|
| Constructor Summary | |
|---|---|
Assembly()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.assembly111.Assembly instance. |
|
Assembly(Assembly o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.assembly111.Assembly instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Assembly |
clone()
Creates and returns a copy of this object. |
String |
getBaseDirectory()
Gets the value of the baseDirectory property. |
Assembly.ComponentDescriptors |
getComponentDescriptors()
Gets the value of the componentDescriptors property. |
Assembly.ContainerDescriptorHandlers |
getContainerDescriptorHandlers()
Gets the value of the containerDescriptorHandlers property. |
Assembly.DependencySets |
getDependencySets()
Gets the value of the dependencySets property. |
Assembly.Files |
getFiles()
Gets the value of the files property. |
Assembly.FileSets |
getFileSets()
Gets the value of the fileSets property. |
Assembly.Formats |
getFormats()
Gets the value of the formats property. |
String |
getId()
Gets the value of the id property. |
Assembly.ModuleSets |
getModuleSets()
Gets the value of the moduleSets property. |
Assembly.Repositories |
getRepositories()
Gets the value of the repositories property. |
Boolean |
isIncludeBaseDirectory()
Gets the value of the includeBaseDirectory property. |
Boolean |
isIncludeSiteDirectory()
Gets the value of the includeSiteDirectory property. |
void |
setBaseDirectory(String value)
Sets the value of the baseDirectory property. |
void |
setComponentDescriptors(Assembly.ComponentDescriptors value)
Sets the value of the componentDescriptors property. |
void |
setContainerDescriptorHandlers(Assembly.ContainerDescriptorHandlers value)
Sets the value of the containerDescriptorHandlers property. |
void |
setDependencySets(Assembly.DependencySets value)
Sets the value of the dependencySets property. |
void |
setFiles(Assembly.Files value)
Sets the value of the files property. |
void |
setFileSets(Assembly.FileSets value)
Sets the value of the fileSets property. |
void |
setFormats(Assembly.Formats value)
Sets the value of the formats property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setIncludeBaseDirectory(Boolean value)
Sets the value of the includeBaseDirectory property. |
void |
setIncludeSiteDirectory(Boolean value)
Sets the value of the includeSiteDirectory property. |
void |
setModuleSets(Assembly.ModuleSets value)
Sets the value of the moduleSets property. |
void |
setRepositories(Assembly.Repositories value)
Sets the value of the repositories property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected Assembly.Formats formats
protected Boolean includeBaseDirectory
protected String baseDirectory
protected Boolean includeSiteDirectory
protected Assembly.ContainerDescriptorHandlers containerDescriptorHandlers
protected Assembly.ModuleSets moduleSets
protected Assembly.FileSets fileSets
protected Assembly.Files files
protected Assembly.DependencySets dependencySets
protected Assembly.Repositories repositories
protected Assembly.ComponentDescriptors componentDescriptors
| Constructor Detail |
|---|
public Assembly()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.assembly111.Assembly instance.
public Assembly(Assembly o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.assembly111.Assembly instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Assembly.Formats getFormats()
Assembly.Formatspublic void setFormats(Assembly.Formats value)
value - allowed object is
Assembly.Formatspublic Boolean isIncludeBaseDirectory()
Booleanpublic void setIncludeBaseDirectory(Boolean value)
value - allowed object is
Booleanpublic String getBaseDirectory()
Stringpublic void setBaseDirectory(String value)
value - allowed object is
Stringpublic Boolean isIncludeSiteDirectory()
Booleanpublic void setIncludeSiteDirectory(Boolean value)
value - allowed object is
Booleanpublic Assembly.ContainerDescriptorHandlers getContainerDescriptorHandlers()
Assembly.ContainerDescriptorHandlerspublic void setContainerDescriptorHandlers(Assembly.ContainerDescriptorHandlers value)
value - allowed object is
Assembly.ContainerDescriptorHandlerspublic Assembly.ModuleSets getModuleSets()
Assembly.ModuleSetspublic void setModuleSets(Assembly.ModuleSets value)
value - allowed object is
Assembly.ModuleSetspublic Assembly.FileSets getFileSets()
Assembly.FileSetspublic void setFileSets(Assembly.FileSets value)
value - allowed object is
Assembly.FileSetspublic Assembly.Files getFiles()
Assembly.Filespublic void setFiles(Assembly.Files value)
value - allowed object is
Assembly.Filespublic Assembly.DependencySets getDependencySets()
Assembly.DependencySetspublic void setDependencySets(Assembly.DependencySets value)
value - allowed object is
Assembly.DependencySetspublic Assembly.Repositories getRepositories()
Assembly.Repositoriespublic void setRepositories(Assembly.Repositories value)
value - allowed object is
Assembly.Repositoriespublic Assembly.ComponentDescriptors getComponentDescriptors()
Assembly.ComponentDescriptorspublic void setComponentDescriptors(Assembly.ComponentDescriptors value)
value - allowed object is
Assembly.ComponentDescriptorspublic Assembly clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||