|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StandaloneLocalConfiguration
Using a standalone configuration allows Cargo to create a valid configuration for your container
in the directory of your choice. It uses default parameters and allows you to modify important
ones. If you find that there are parameters that you cannot modify using a standalone
configuration you should switch to an ExistingLocalConfiguration
. However, doing so means
that you'll need to set up the configuration yourself on your local file system.
Method Summary | |
---|---|
java.util.List |
getFileProperties()
Returns the file configurations. |
org.apache.tools.ant.types.FilterChain |
getFilterChain()
Returns the filterchain for this configuration. |
void |
setConfigFileProperty(FileConfig fileConfig)
set the config file property for a configuration. |
void |
setFileProperty(FileConfig fileConfig)
set the file property for a configuration. |
Methods inherited from interface org.codehaus.cargo.container.configuration.LocalConfiguration |
---|
addDeployable, addResource, configure, getDeployables, getFileHandler, getHome, getResources, setFileHandler |
Methods inherited from interface org.codehaus.cargo.container.configuration.Configuration |
---|
getCapability, getProperties, getPropertyValue, getType, setProperty |
Methods inherited from interface org.codehaus.cargo.util.log.Loggable |
---|
getLogger, setLogger |
Method Detail |
---|
void setConfigFileProperty(FileConfig fileConfig)
fileConfig
- The FileConfig to usevoid setFileProperty(FileConfig fileConfig)
fileConfig
- The FileConfig to usejava.util.List getFileProperties()
org.apache.tools.ant.types.FilterChain getFilterChain()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |