Interface ExistingLocalConfiguration
-
- All Superinterfaces:
Configuration
,LocalConfiguration
,Loggable
- All Known Implementing Classes:
AbstractExistingLocalConfiguration
,AbstractJettyExistingLocalConfiguration
,AbstractJonasExistingLocalConfiguration
,AbstractWebLogicWlstExistingLocalConfiguration
,GeronimoExistingLocalConfiguration
,GlassFishExistingLocalConfiguration
,JBoss3x4xExistingLocalConfiguration
,JBoss42xExistingLocalConfiguration
,JBoss5xExistingLocalConfiguration
,JBoss6xExistingLocalConfiguration
,JBoss71xExistingLocalConfiguration
,JBoss72xExistingLocalConfiguration
,JBoss7xExistingLocalConfiguration
,Jetty10xExistingLocalConfiguration
,Jetty11xExistingLocalConfiguration
,Jetty12xExistingLocalConfiguration
,Jetty6xExistingLocalConfiguration
,Jetty7xExistingLocalConfiguration
,Jetty8xExistingLocalConfiguration
,Jetty9xExistingLocalConfiguration
,Jonas4xExistingLocalConfiguration
,Jonas5xExistingLocalConfiguration
,JRun4xExistingLocalConfiguration
,Oc4j10xExistingLocalConfiguration
,PayaraExistingLocalConfiguration
,Resin3xExistingLocalConfiguration
,TomcatExistingLocalConfiguration
,TomeeExistingLocalConfiguration
,WebLogic121xExistingLocalConfiguration
,WebLogic122xExistingLocalConfiguration
,WebLogic14xExistingLocalConfiguration
,WebLogic8xExistingLocalConfiguration
,WebLogic9x10x12x14xExistingLocalConfiguration
,WebSphere85xExistingLocalConfiguration
,WebSphere9xExistingLocalConfiguration
,WildFly10xExistingLocalConfiguration
,WildFly11xExistingLocalConfiguration
,WildFly12xExistingLocalConfiguration
,WildFly13xExistingLocalConfiguration
,WildFly14xExistingLocalConfiguration
,WildFly15xExistingLocalConfiguration
,WildFly16xExistingLocalConfiguration
,WildFly17xExistingLocalConfiguration
,WildFly18xExistingLocalConfiguration
,WildFly19xExistingLocalConfiguration
,WildFly20xExistingLocalConfiguration
,WildFly21xExistingLocalConfiguration
,WildFly22xExistingLocalConfiguration
,WildFly23xExistingLocalConfiguration
,WildFly24xExistingLocalConfiguration
,WildFly25xExistingLocalConfiguration
,WildFly26xExistingLocalConfiguration
,WildFly27xExistingLocalConfiguration
,WildFly28xExistingLocalConfiguration
,WildFly29xExistingLocalConfiguration
,WildFly30xExistingLocalConfiguration
,WildFly31xExistingLocalConfiguration
,WildFly32xExistingLocalConfiguration
,WildFly33xExistingLocalConfiguration
,WildFly8xExistingLocalConfiguration
,WildFly9xExistingLocalConfiguration
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 inJBOSSHOME/server
, such asJBOSSHOME/server/default
for example). The default configuration locations depend on the container you're using.
-
-
Method Summary
-
Methods inherited from interface org.codehaus.cargo.container.configuration.Configuration
getCapability, getProperties, getPropertyValue, getType, setProperty
-
Methods inherited from interface org.codehaus.cargo.container.configuration.LocalConfiguration
addDataSource, addDeployable, addResource, addUser, applyPortOffset, configure, getDataSources, getDeployables, getFileHandler, getFileProperties, getHome, getResources, getUsers, isOffsetApplied, revertPortOffset, setConfigFileProperty, setFileHandler, setFileProperty
-
-