Package org.codehaus.cargo.container

Interface Summary
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).
 

Class Summary
ContainerType Types of Containers.
State Represent the container states (started, starting, stopped, etc).
 

Exception Summary
ContainerException Base exception class for all Cargo Container API classes.
 



Copyright © 2004-2009 Codehaus. All Rights Reserved.