public interface LocalConfiguration extends Configuration
Deployables before the container is started.| Modifier and Type | Method and Description |
|---|---|
void |
addDeployable(Deployable deployable)
Deploy a
Deployable in the container. |
void |
configure(LocalContainer container)
Setup the container which means setting up a valid directory structure, setting up
configuration files and deploying static deployables.
|
List |
getDeployables() |
String |
getHome() |
getCapability, getProperties, getPropertyValue, getType, setPropertyString getHome()
void addDeployable(Deployable deployable)
Deployable in the container. It installs the Deployable in the
container's configuration directory.deployable - the Deployable to deployList getDeployables()
Deployables that are going to be deployed in the container when
it is startedvoid configure(LocalContainer container)
container - the container to configureCopyright © 2004-2013 Codehaus. All Rights Reserved.