|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Container | |
---|---|
org.codehaus.cargo.container | |
org.codehaus.cargo.container.spi | |
org.codehaus.cargo.container.spi.util |
Uses of Container in org.codehaus.cargo.container |
---|
Subinterfaces of Container in org.codehaus.cargo.container | |
---|---|
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). |
Uses of Container in org.codehaus.cargo.container.spi |
---|
Classes in org.codehaus.cargo.container.spi that implement Container | |
---|---|
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. |
Uses of Container in org.codehaus.cargo.container.spi.util |
---|
Methods in org.codehaus.cargo.container.spi.util with parameters of type Container | |
---|---|
static void |
ContainerUtils.waitTillContainerIsStopped(Container container)
Wait indefinitely till the container is stopped. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |