Package | Description |
---|---|
org.codehaus.cargo.container | |
org.codehaus.cargo.container.spi | |
org.codehaus.cargo.container.spi.util |
Modifier and Type | Interface and Description |
---|---|
interface |
EmbeddedLocalContainer
Represents an embedded container which only requires the correct JARs in the classpath to work.
|
interface |
InstalledLocalContainer
Represents a local container that requires an installation to work.
|
interface |
LocalContainer
A local container is a container that executes on the machine where Cargo is executing.
|
interface |
RemoteContainer
A remote container is a container that is already installed and started (locally or on a remote
machine).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContainer
Base implementation for all types of containers.
|
class |
AbstractEmbeddedLocalContainer
Default container implementation that all local embedded container implementations must extend.
|
class |
AbstractInstalledLocalContainer
Default container implementation that all local installed container implementations must extend.
|
class |
AbstractLocalContainer
Default container implementation that all local container implementations must extend.
|
class |
AbstractRemoteContainer
Base implementation of a remote container.
|
Modifier and Type | Method and Description |
---|---|
static void |
ContainerUtils.waitTillContainerIsStopped(Container container)
Wait indefinitely till the container is stopped.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.