org.ow2.util.plan.bindings.deploymentplan.url
Class UrlDeployment
java.lang.Object
org.ow2.util.plan.bindings.deploymentplan.Deployment
org.ow2.util.plan.bindings.deploymentplan.DeploymentPlanFragment
org.ow2.util.plan.bindings.deploymentplan.url.UrlDeployment
- All Implemented Interfaces:
- Serializable
public class UrlDeployment
- extends DeploymentPlanFragment
- implements Serializable
url-deploymentType is a deploymentType where the resource is
hosted on a repository that can be accessed by a simple URL
(local directory, http, ftp, ...)
Java class for url-deploymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="url-deploymentType">
<complexContent>
<extension base="{http://jonas.ow2.org/ns/deployment-plan/1.0}deploymentType">
<sequence>
<element name="resource">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
| 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 |
| 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 |
resource
protected String resource
UrlDeployment
public UrlDeployment()
getResource
public String getResource()
- Gets the value of the resource property.
- Returns:
- possible object is
String
setResource
public void setResource(String value)
- Sets the value of the resource property.
- Parameters:
value - allowed object is
String
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.