org.ow2.util.plan.bindings.deploymentplan.url
Class UrlDeployment

java.lang.Object
  extended by org.ow2.util.plan.bindings.deploymentplan.Deployment
      extended by org.ow2.util.plan.bindings.deploymentplan.DeploymentPlanFragment
          extended by 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

Field Summary
protected  String resource
           
 
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
UrlDeployment()
           
 
Method Summary
 String getResource()
          Gets the value of the resource property.
 void setResource(String value)
          Sets the value of the resource 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

resource

protected String resource
Constructor Detail

UrlDeployment

public UrlDeployment()
Method Detail

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.