Class SettingsMap


  • public class SettingsMap
    extends Object
    Creates a map of settings to be used in configuration, the settings are loaded from the following sources in the order of precedence (lower number in this list overrides a higher number):
    • 1. System properties.
    • 2. Environment variables.
    • 3. Properties file set via CONF_PROPERTIES environment variable.
    • 4. Properties file: ./conf.properties (Not used if CONF_PROPERTIES was set).
    • 5. Properties file: ~/.sk/conf.properties (Not used if CONF_PROPERTIES was set).