|
||||||||||
| 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.obr.ObrDeployment
public class ObrDeployment
obr-deploymentType is a deploymentType for resources managed by OBR (RFC 112, see http://www.osgi.org/Download/File?url=/download/rfc-0112_BundleRepository.pdf )
Java class for obr-deploymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="obr-deploymentType">
<complexContent>
<extension base="{http://jonas.ow2.org/ns/deployment-plan/1.0}deploymentType">
<sequence>
<element name="bundle-symbolic-name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
<pattern value="[a-zA-Z0-9_\-]+(\.[a-zA-Z0-9_\-]+)*"/>
</restriction>
</simpleType>
</element>
<element name="bundle-version" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
<element name="filter" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
<element name="require-service" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="used-as-bundle" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
bundleSymbolicName
|
protected String |
bundleVersion
|
protected String |
filter
|
protected String |
requireService
|
protected Boolean |
usedAsBundle
|
| 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 | |
|---|---|
ObrDeployment()
|
|
| Method Summary | |
|---|---|
String |
getBundleSymbolicName()
Gets the value of the bundleSymbolicName property. |
String |
getBundleVersion()
Gets the value of the bundleVersion property. |
String |
getFilter()
Gets the value of the filter property. |
String |
getRequireService()
Gets the value of the requireService property. |
Boolean |
isUsedAsBundle()
Gets the value of the usedAsBundle property. |
void |
setBundleSymbolicName(String value)
Sets the value of the bundleSymbolicName property. |
void |
setBundleVersion(String value)
Sets the value of the bundleVersion property. |
void |
setFilter(String value)
Sets the value of the filter property. |
void |
setRequireService(String value)
Sets the value of the requireService property. |
void |
setUsedAsBundle(Boolean value)
Sets the value of the usedAsBundle 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 bundleSymbolicName
protected String bundleVersion
protected String filter
protected String requireService
protected Boolean usedAsBundle
| Constructor Detail |
|---|
public ObrDeployment()
| Method Detail |
|---|
public String getBundleSymbolicName()
Stringpublic void setBundleSymbolicName(String value)
value - allowed object is
Stringpublic String getBundleVersion()
Stringpublic void setBundleVersion(String value)
value - allowed object is
Stringpublic String getFilter()
Stringpublic void setFilter(String value)
value - allowed object is
Stringpublic String getRequireService()
Stringpublic void setRequireService(String value)
value - allowed object is
Stringpublic Boolean isUsedAsBundle()
Booleanpublic void setUsedAsBundle(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||