org.codehaus.cargo.container.configuration
Interface ExistingLocalConfiguration

All Superinterfaces:
Configuration, LocalConfiguration, Loggable
All Known Implementing Classes:
AbstractExistingLocalConfiguration, Geronimo1xExistingLocalConfiguration, JBossExistingLocalConfiguration, JRun4xExistingLocalConfiguration, Oc4j10xExistingLocalConfiguration, ResinExistingLocalConfiguration, TomcatExistingLocalConfiguration, WebLogic9xExistingLocalConfiguration, WebLogicExistingLocalConfiguration

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, 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
 



Copyright © 2004-2012 Codehaus. All Rights Reserved.