|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.INSTALLED
Represents a local installed container type. |
static ContainerType |
ContainerType.EMBEDDED
Represents a local embedded container type. |
static ContainerType |
ContainerType.REMOTE
Represents a remote container type. |
Methods in org.codehaus.cargo.container that return ContainerType | |
static ContainerType |
ContainerType.toType(java.lang.String typeAsString)
Transform a type represented as a string into a ContainerType object. |
ContainerType |
Container.getType()
|
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 |
AbstractRemoteContainer.getType()
|
ContainerType |
AbstractEmbeddedLocalContainer.getType()
|
ContainerType |
AbstractInstalledLocalContainer.getType()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |