Package | Description |
---|---|
org.codehaus.cargo.container.deployer | |
org.codehaus.cargo.container.spi.deployer |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
DeployerType |
AbstractInstalledLocalDeployer.getType() |
DeployerType |
AbstractEmbeddedLocalDeployer.getType() |
DeployerType |
AbstractRemoteDeployer.getType() |
Copyright © 2004-2013 Codehaus. All Rights Reserved.