Interface WebLogicConfiguration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDomainHome()
      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
      • Methods inherited from interface org.codehaus.cargo.util.log.Loggable

        getLogger, setLogger
    • 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