public interface LocalConfiguration extends Configuration
Deployable
s before the container is started.Modifier and Type | Method and Description |
---|---|
void |
addDeployable(Deployable deployable)
Deploy a
Deployable in the container. |
void |
addResource(Resource resource)
Add resources the container can take advantage of.
|
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() |
org.codehaus.cargo.util.FileHandler |
getFileHandler() |
String |
getHome() |
List |
getResources() |
void |
setFileHandler(org.codehaus.cargo.util.FileHandler handler) |
getCapability, getProperties, getPropertyValue, getType, setProperty
String 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()
Deployable
s that are going to be deployed in the container when
it is startedvoid configure(LocalContainer container)
container
- the container to configurevoid addResource(Resource resource)
resource
- the Resource
to add.List getResources()
Resource
s that are going to be added to the container when
it is started.void setFileHandler(org.codehaus.cargo.util.FileHandler handler)
handler
- means by which we affect local files.org.codehaus.cargo.util.FileHandler getFileHandler()
Copyright © 2004-2013 Codehaus. All Rights Reserved.