|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeployerType | |
org.codehaus.cargo.container.deployer | |
org.codehaus.cargo.container.spi.deployer |
Uses of DeployerType in org.codehaus.cargo.container.deployer |
Fields in org.codehaus.cargo.container.deployer declared as DeployerType | |
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. |
static DeployerType |
DeployerType.EMBEDDED
A deployer type to deploy to an embedded local container. |
Methods in org.codehaus.cargo.container.deployer that return DeployerType | |
static DeployerType |
DeployerType.toType(java.lang.String typeAsString)
Transform a type represented as a string into a DeployerType object. |
static DeployerType |
DeployerType.toType(ContainerType containerType)
Converts a ContainerType to the corresponding DeployerType . |
DeployerType |
Deployer.getType()
|
Uses of DeployerType in org.codehaus.cargo.container.spi.deployer |
Methods in org.codehaus.cargo.container.spi.deployer that return DeployerType | |
DeployerType |
AbstractInstalledLocalDeployer.getType()
|
DeployerType |
AbstractEmbeddedLocalDeployer.getType()
|
DeployerType |
AbstractRemoteDeployer.getType()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |