Class ConfigSingleton


  • public final class ConfigSingleton
    extends Object
    A singleton of the configuration. Useful in implementations where the configuration must be shared and no dependency injection framework is available.
    Since:
    1.8.0
    Author:
    Jerome Leleu
    • Constructor Detail

      • ConfigSingleton

        public ConfigSingleton()
    • Method Detail

      • getConfig

        public static Config getConfig()
      • setConfig

        public static void setConfig​(Config config)