|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.plan.bindings.deploymentplan.Deployment
org.ow2.util.plan.bindings.deploymentplan.DeploymentPlanFragment
org.ow2.util.plan.bindings.deploymentplan.maven2.Maven2Deployment
public class Maven2Deployment
maven2-deploymentType is a deploymentType where the resource is an artifact managed by Maven.
Java class for maven2-deploymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="maven2-deploymentType">
<complexContent>
<extension base="{http://jonas.ow2.org/ns/deployment-plan/1.0}deploymentType">
<sequence>
<element name="groupId">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
<element name="artifactId">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
<element name="classifier" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
<element name="version">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
<element name="type" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
artifactId
|
protected String |
classifier
|
protected String |
groupId
|
protected String |
type
|
protected String |
version
|
| Fields inherited from class org.ow2.util.plan.bindings.deploymentplan.Deployment |
|---|
condition, id, idAttr, reference, referenceAttr, reloadable, reloadableAttr, repositoryRef, repositoryRefAttr, start, startAttr, startlevel, startlevelAttr, starttransient, starttransientAttr, targets |
| Constructor Summary | |
|---|---|
Maven2Deployment()
|
|
| Method Summary | |
|---|---|
String |
getArtifactId()
Gets the value of the artifactId property. |
String |
getClassifier()
Gets the value of the classifier property. |
String |
getGroupId()
Gets the value of the groupId property. |
String |
getType()
Gets the value of the type property. |
String |
getVersion()
Gets the value of the version property. |
void |
setArtifactId(String value)
Sets the value of the artifactId property. |
void |
setClassifier(String value)
Sets the value of the classifier property. |
void |
setGroupId(String value)
Sets the value of the groupId property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class org.ow2.util.plan.bindings.deploymentplan.DeploymentPlanFragment |
|---|
isDeployed, setDeployed, toString |
| Methods inherited from class org.ow2.util.plan.bindings.deploymentplan.Deployment |
|---|
getCondition, getId, getIdAttr, getRepositoryRef, getRepositoryRefAttr, getStartlevel, getStartlevelAttr, getTargets, isReference, isReferenceAttr, isReloadable, isReloadableAttr, isStart, isStartAttr, isStarttransient, isStarttransientAttr, setCondition, setId, setIdAttr, setReference, setReferenceAttr, setReloadable, setReloadableAttr, setRepositoryRef, setRepositoryRefAttr, setStart, setStartAttr, setStartlevel, setStartlevelAttr, setStarttransient, setStarttransientAttr, setTargets |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String groupId
protected String artifactId
protected String classifier
protected String version
protected String type
| Constructor Detail |
|---|
public Maven2Deployment()
| Method Detail |
|---|
public String getGroupId()
Stringpublic void setGroupId(String value)
value - allowed object is
Stringpublic String getArtifactId()
Stringpublic void setArtifactId(String value)
value - allowed object is
Stringpublic String getClassifier()
Stringpublic void setClassifier(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||