Class SystemConfig


  • public final class SystemConfig
    extends java.lang.Object
    • Method Detail

      • getInstanceByProps

        public static SystemConfig getInstanceByProps​(java.util.Hashtable properties)
      • getPlatformHome

        public java.io.File getPlatformHome()
        Returns:
        the platformHome
      • getBootstrapBinDir

        public java.io.File getBootstrapBinDir()
        Returns:
        the bootstrapBinDir
      • getConfigDir

        public java.io.File getConfigDir()
        Returns:
        the configDir
      • getBinDir

        public java.io.File getBinDir()
        Returns:
        the binDir
      • getDataDir

        public java.io.File getDataDir()
        Returns:
        the dataDir
      • getLogDir

        public java.io.File getLogDir()
        Returns:
        the logDir
      • getTempDir

        public java.io.File getTempDir()
        Returns:
        the tempDir
      • replaceProperties

        public java.lang.String replaceProperties​(java.lang.String path)
      • getDir

        public java.lang.String getDir​(java.lang.String property)