org.codehaus.cargo.container.configuration
Interface StandaloneLocalConfiguration

All Superinterfaces:
Configuration, LocalConfiguration, org.codehaus.cargo.util.log.Loggable
All Known Implementing Classes:
AbstractStandaloneLocalConfiguration

public interface StandaloneLocalConfiguration
extends LocalConfiguration

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.

Version:
$Id: StandaloneLocalConfiguration.java 1081 2006-07-14 11:52:30Z vmassol $

Methods inherited from interface org.codehaus.cargo.container.configuration.LocalConfiguration
addDeployable, configure, getDeployables, getHome
 
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
 



Copyright © 2004-2007 Codehaus. All Rights Reserved.