Uses of Class
org.codehaus.cargo.container.ContainerType

Packages that use ContainerType
org.codehaus.cargo.container   
org.codehaus.cargo.container.deployer   
org.codehaus.cargo.container.spi   
 

Uses of ContainerType in org.codehaus.cargo.container
 

Fields in org.codehaus.cargo.container declared as ContainerType
static ContainerType ContainerType.EMBEDDED
          Represents a local embedded container type.
static ContainerType ContainerType.INSTALLED
          Represents a local installed container type.
static ContainerType ContainerType.REMOTE
          Represents a remote container type.
 

Methods in org.codehaus.cargo.container that return ContainerType
 ContainerType Container.getType()
           
static ContainerType ContainerType.toType(java.lang.String typeAsString)
          Transform a type represented as a string into a ContainerType object.
 

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

Methods in org.codehaus.cargo.container.deployer with parameters of type ContainerType
static DeployerType DeployerType.toType(ContainerType containerType)
          Converts a ContainerType to the corresponding DeployerType.
 

Uses of ContainerType in org.codehaus.cargo.container.spi
 

Methods in org.codehaus.cargo.container.spi that return ContainerType
 ContainerType AbstractEmbeddedLocalContainer.getType()
          
 ContainerType AbstractRemoteContainer.getType()
          
 ContainerType AbstractInstalledLocalContainer.getType()
          
 



Copyright © 2004-2009 Codehaus. All Rights Reserved.