Uses of Class
org.codehaus.cargo.container.deployer.DeployerType

Packages that use DeployerType
org.codehaus.cargo.container.deployer   
org.codehaus.cargo.container.jetty.internal   
org.codehaus.cargo.container.spi.deployer   
org.codehaus.cargo.container.tomcat   
org.codehaus.cargo.generic.deployer   
 

Uses of DeployerType in org.codehaus.cargo.container.deployer
 

Fields in org.codehaus.cargo.container.deployer declared as DeployerType
static DeployerType DeployerType.EMBEDDED
          A deployer type to deploy to an embedded local container.
static DeployerType DeployerType.INSTALLED
          A deployer type to deploy to an installed local container.
static DeployerType DeployerType.REMOTE
          A deployer type to deploy to a remote container.
 

Methods in org.codehaus.cargo.container.deployer that return DeployerType
 DeployerType Deployer.getType()
           
static DeployerType DeployerType.toType(ContainerType containerType)
          Converts a ContainerType to the corresponding DeployerType.
static DeployerType DeployerType.toType(String typeAsString)
          Transform a type represented as a string into a DeployerType object.
 

Uses of DeployerType in org.codehaus.cargo.container.jetty.internal
 

Methods in org.codehaus.cargo.container.jetty.internal that return DeployerType
 DeployerType AbstractJettyEmbeddedLocalDeployer.getType()
          
 

Uses of DeployerType in org.codehaus.cargo.container.spi.deployer
 

Methods in org.codehaus.cargo.container.spi.deployer that return DeployerType
 DeployerType AbstractRemoteDeployer.getType()
          
 DeployerType AbstractEmbeddedLocalDeployer.getType()
          
 DeployerType AbstractInstalledLocalDeployer.getType()
          
 

Uses of DeployerType in org.codehaus.cargo.container.tomcat
 

Methods in org.codehaus.cargo.container.tomcat that return DeployerType
 DeployerType Tomcat5xEmbeddedLocalDeployer.getType()
          
 

Uses of DeployerType in org.codehaus.cargo.generic.deployer
 

Methods in org.codehaus.cargo.generic.deployer with parameters of type DeployerType
 Deployer DeployerFactory.createDeployer(Container container, DeployerType deployerType)
          Create a Deployer instance matching the specified container and type.
 Deployer DefaultDeployerFactory.createDeployer(Container container, DeployerType deployerType)
          Create a Deployer instance matching the specified container and type.
 Class DeployerFactory.getDeployerClass(String containerId, DeployerType deployerType)
           
 Class DefaultDeployerFactory.getDeployerClass(String containerId, DeployerType deployerType)
          
 boolean DeployerFactory.isDeployerRegistered(String containerId, DeployerType deployerType)
           
 boolean DefaultDeployerFactory.isDeployerRegistered(String containerId, DeployerType deployerType)
          
 void DeployerFactory.registerDeployer(String containerId, DeployerType deployerType, Class deployerClass)
          Registers a Deployer implementation.
 void DefaultDeployerFactory.registerDeployer(String containerId, DeployerType deployerType, Class deployerClass)
          Registers a Deployer implementation.
 void DefaultDeployerFactory.registerDeployer(String containerId, DeployerType deployerType, String deployerClassName)
          Registers a deployer using a class specified as a String.
 



Copyright © 2004-2012 Codehaus. All Rights Reserved.