|
||||||||||
| 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.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(java.lang.String typeAsString)
Transform a type represented as a string into a DeployerType object. |
| 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 |
AbstractInstalledLocalDeployer.getType()
|
DeployerType |
AbstractEmbeddedLocalDeployer.getType()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||