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 | 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 |
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 |
---|---|
protected LocalContainer |
AbstractLocalDeployer.getContainer() |
Constructor and Description |
---|
AbstractLocalDeployer(LocalContainer container) |
Copyright © 2004-2013 Codehaus. All Rights Reserved.