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.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalConfiguration.configure(LocalContainer container)
Setup the container which means setting up a valid directory structure, setting up
configuration files and deploying static deployables.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSourceSupport.configure(DataSource ds,
LocalContainer container) |
void |
ResourceSupport.configure(Resource ds,
LocalContainer container) |
void |
DataSourceSupport.configureDataSources(LocalContainer container)
Configure the DataSources defined for this configuration.
|
void |
ResourceSupport.configureResources(LocalContainer container)
Configure the Resources defined for this configuration.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractStandaloneLocalConfiguration.configure(LocalContainer container)
Configure the specified container.
|
void |
AbstractLocalConfiguration.configure(LocalContainer container)
Setup the container which means setting up a valid directory structure, setting up
configuration files and deploying static deployables.
|
protected abstract void |
AbstractLocalConfiguration.doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.configure(DataSource ds,
LocalContainer container) |
void |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.configure(LocalContainer container)
Configure the specified container.
|
void |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.configure(Resource ds,
LocalContainer container) |
void |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.configureDataSources(LocalContainer container)
Configure the DataSources defined for this configuration.
|
void |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.configureResources(LocalContainer container)
Configure the Resources defined for this configuration.
|
protected abstract ConfigurationBuilder |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.createConfigurationBuilder(LocalContainer container) |
protected abstract String |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.getOrCreateDataSourceConfigurationFile(DataSource ds,
LocalContainer container)
note that this file could hold other configuration besides datasources.
|
protected abstract String |
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.getOrCreateResourceConfigurationFile(Resource resource,
LocalContainer container)
note that this file could hold other configuration besides Resources.
|
Modifier and Type | Method and Description |
---|---|
protected LocalContainer |
AbstractLocalDeployer.getContainer() |
Constructor and Description |
---|
AbstractInstalledLocalDeployer(LocalContainer container) |
AbstractLocalDeployer(LocalContainer container) |
Copyright © 2004-2013 Codehaus. All Rights Reserved.