Package gaiasky.util

Class ConfInit

  • Direct Known Subclasses:
    DesktopConfInit

    public abstract class ConfInit
    extends java.lang.Object
    • Field Detail

      • instance

        public static ConfInit instance
      • webgl

        public boolean webgl
        Used to emulate webgl in desktop. Should be set true by the WebGL ConfInits
    • Constructor Detail

      • ConfInit

        public ConfInit()
    • Method Detail

      • initialize

        public static void initialize​(ConfInit instance)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • initGlobalConf

        public abstract void initGlobalConf()
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • persistGlobalConf

        public abstract void persistGlobalConf​(java.io.File propsFile)
      • initialiseProperties

        public abstract void initialiseProperties​(java.io.File confFile)