Uses of Class
org.ow2.util.plan.bindings.deploymentplan.Deployment

Packages that use Deployment
org.ow2.util.plan.bindings.deploymentplan   
org.ow2.util.plan.bindings.deploymentplan.maven2   
org.ow2.util.plan.bindings.deploymentplan.obr   
org.ow2.util.plan.bindings.deploymentplan.url   
 

Uses of Deployment in org.ow2.util.plan.bindings.deploymentplan
 

Subclasses of Deployment in org.ow2.util.plan.bindings.deploymentplan
 class DeploymentPlanFragment
          Extension of the Deployment binding class with additional data (the deployment status).
 

Fields in org.ow2.util.plan.bindings.deploymentplan with type parameters of type Deployment
protected  List<Deployment> DeploymentPlan.deployments
           
 

Methods in org.ow2.util.plan.bindings.deploymentplan that return types with arguments of type Deployment
 List<Deployment> DeploymentPlan.getDeployments()
          Gets the value of the deployments property.
 

Methods in org.ow2.util.plan.bindings.deploymentplan with parameters of type Deployment
static String DeploymentHelper.getId(Deployment deployment)
          Accesses the Id of the deployment.
static String DeploymentHelper.getRepositoryRef(Deployment deployment)
          Accesses the repository reference of the deployment.
static Integer DeploymentHelper.getStartLevel(Deployment deployment)
          Accesses the startlevel flag of the deployment.
static Boolean DeploymentHelper.isReference(Deployment deployment)
          Accesses the reference flag of the deployment.
static Boolean DeploymentHelper.isReloadable(Deployment deployment)
          Accesses the reloadable flag of the deployment.
static Boolean DeploymentHelper.isStart(Deployment deployment)
          Accesses the start flag of the deployment.
static Boolean DeploymentHelper.isStartTransient(Deployment deployment)
          Accesses the starttransient flag of the deployment.
 

Uses of Deployment in org.ow2.util.plan.bindings.deploymentplan.maven2
 

Subclasses of Deployment in org.ow2.util.plan.bindings.deploymentplan.maven2
 class Maven2Deployment
          maven2-deploymentType is a deploymentType where the resource is an artifact managed by Maven.
 

Uses of Deployment in org.ow2.util.plan.bindings.deploymentplan.obr
 

Subclasses of Deployment in org.ow2.util.plan.bindings.deploymentplan.obr
 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 )
 

Uses of Deployment in org.ow2.util.plan.bindings.deploymentplan.url
 

Subclasses of Deployment in org.ow2.util.plan.bindings.deploymentplan.url
 class UrlDeployment
          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, ...)
 



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.