Interface WebLogicConfiguration
-
- All Superinterfaces:
Configuration,Loggable
- All Known Subinterfaces:
WebLogicWlstConfiguration
- All Known Implementing Classes:
AbstractWebLogicWlstExistingLocalConfiguration,AbstractWebLogicWlstRuntimeConfiguration,AbstractWebLogicWlstStandaloneLocalConfiguration,WebLogic103xRuntimeConfiguration,WebLogic103xStandaloneLocalConfiguration,WebLogic10xStandaloneLocalConfiguration,WebLogic121xExistingLocalConfiguration,WebLogic121xRuntimeConfiguration,WebLogic121xStandaloneLocalConfiguration,WebLogic122xExistingLocalConfiguration,WebLogic122xRuntimeConfiguration,WebLogic122xStandaloneLocalConfiguration,WebLogic12xStandaloneLocalConfiguration,WebLogic14xExistingLocalConfiguration,WebLogic14xRuntimeConfiguration,WebLogic14xStandaloneLocalConfiguration,WebLogic8xExistingLocalConfiguration,WebLogic8xStandaloneLocalConfiguration,WebLogic9x10x12x14xExistingLocalConfiguration,WebLogic9xStandaloneLocalConfiguration
public interface WebLogicConfiguration extends Configuration
All WebLogic configuration implementations must implement this interface which provides method to find out the location of key directories needed to operate WebLogic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDomainHome()The DOMAIN_HOME holds the configuration and runtime files of a WebLogic domain.-
Methods inherited from interface org.codehaus.cargo.container.configuration.Configuration
getCapability, getProperties, getPropertyValue, getType, setProperty
-
-
-
-
Method Detail
-
getDomainHome
String getDomainHome()
The DOMAIN_HOME holds the configuration and runtime files of a WebLogic domain. One or more server processes execute from this directory and must have permissions to write to it.- Returns:
- The DOMAIN_HOME, or instance-specific installation of WebLogic
-
-