Class Config

java.lang.Object
org.apache.ofbiz.base.start.Config

public final class Config extends Object
OFBiz server parameters needed on system startup and retrieved from one of the properties files in the start component
  • Method Details

    • getLogDir

      public Path getLogDir()
    • getLoaders

      public List<String> getLoaders()
    • isShutdownAfterLoad

      public boolean isShutdownAfterLoad()
    • isUseShutdownHook

      public boolean isUseShutdownHook()
    • getAdminAddress

      public InetAddress getAdminAddress()
    • getAdminKey

      public String getAdminKey()
    • getAdminPort

      public int getAdminPort()
    • getPortOffset

      public int getPortOffset()
    • getOfbizHome

      public Path getOfbizHome()