Package | Description |
---|---|
org.codehaus.cargo.container | |
org.codehaus.cargo.container.deployer | |
org.codehaus.cargo.container.spi |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ContainerType |
Container.getType() |
static ContainerType |
ContainerType.toType(String typeAsString)
Transform a type represented as a string into a
ContainerType object. |
Modifier and Type | Method and Description |
---|---|
static DeployerType |
DeployerType.toType(ContainerType containerType)
Converts a
ContainerType to the corresponding DeployerType . |
Modifier and Type | Method and Description |
---|---|
ContainerType |
AbstractRemoteContainer.getType() |
ContainerType |
AbstractInstalledLocalContainer.getType() |
ContainerType |
AbstractEmbeddedLocalContainer.getType() |
Copyright © 2004-2013 Codehaus. All Rights Reserved.