Uses of Interface
org.codehaus.cargo.container.internal.RunnableContainer

Packages that use RunnableContainer
org.codehaus.cargo.container   
org.codehaus.cargo.container.spi   
 

Uses of RunnableContainer in org.codehaus.cargo.container
 

Subinterfaces of RunnableContainer 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.
 

Uses of RunnableContainer in org.codehaus.cargo.container.spi
 

Classes in org.codehaus.cargo.container.spi that implement RunnableContainer
 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.
 



Copyright © 2004-2008 Codehaus. All Rights Reserved.