Package | Description |
---|---|
org.codehaus.cargo.container | |
org.codehaus.cargo.container.spi |
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.
|
Modifier and Type | Class and Description |
---|---|
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-2013 Codehaus. All Rights Reserved.