Modifier and Type | Interface and Description |
---|---|
interface |
ExistingLocalConfiguration
An existing configuration allows you to point Cargo to a container configuration that you have
already set somewhere on your local file system.
|
interface |
LocalConfiguration
A local configuration represents a container configuration located somewhere on the local file
system.
|
interface |
RuntimeConfiguration
A runtime configuration represents a configuration for a container that is already started.
|
interface |
StandaloneLocalConfiguration
Using a standalone configuration allows Cargo to create a valid configuration for your container
in the directory of your choice.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfiguration
Base implementation of
ContainerConfiguration that can be
specialized for any type of configuration. |
class |
AbstractExistingLocalConfiguration
Base implementation for an existing local configuration.
|
class |
AbstractLocalConfiguration
Base implementation of
ContainerConfiguration that can be
specialized for standalone configuration, existing configuration or other local configurations. |
class |
AbstractRuntimeConfiguration
Base implementation for a runtime configuration.
|
class |
AbstractStandaloneLocalConfiguration
Base implementation for a standalone local configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder
Convenience class that simplifies development of
configuration s with DataSourceSupport . |
Modifier and Type | Method and Description |
---|---|
static URL |
ContainerUtils.getCPCURL(Configuration configuration) |
Copyright © 2004-2013 Codehaus. All Rights Reserved.