Package org.codehaus.cargo.container
-
Interface Summary Interface Description Container Common container API to wrap a physical container.ContainerCapability Represents the capability of a container.EmbeddedLocalContainer Represents an embedded container which only requires the correct JARs in the classpath to work.InstalledLocalContainer Represents a local container that requires an installation to work.LocalContainer A local container is a container that executes on the machine where Cargo is executing.RemoteContainer A remote container is a container that is already installed and started (locally or on a remote machine).ScriptingCapableContainer Represents container capable of executing configuration scripts. -
Class Summary Class Description ContainerType Types ofContainer
s.State Represent the container states (started, starting, stopped, etc). -
Exception Summary Exception Description ContainerException Base exception class for all Cargo Container API classes.