org.codehaus.cargo.container.configuration
Interface ExistingLocalConfiguration

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

public interface ExistingLocalConfiguration
extends LocalConfiguration

An existing configuration allows you to point Cargo to a container configuration that you have already set somewhere on your local file system. For example for JBoss this points to a JBoss server configuration (usually a directory located in JBOSSHOME/server, such as JBOSSHOME/server/default for example). The default configuration locations depend on the container you're using.

Version:
$Id: ExistingLocalConfiguration.java 531 2005-10-04 21:11:59Z vmassol $

Method Summary
 
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-2010 Codehaus. All Rights Reserved.