Interface StandardOptions


  • public interface StandardOptions
    • Field Detail

      • PATH_SEPARATOR

        static final ConfigurationOption<java.lang.Character> PATH_SEPARATOR
        The configuration path separator.
      • SET_DEFAULTS

        static final ConfigurationOption<java.lang.Boolean> SET_DEFAULTS
        Whether to set and save default values if offered and not exists in configuration.
      • LOAD_SUB_CLASSES

        static final ConfigurationOption<java.lang.Boolean> LOAD_SUB_CLASSES
        Whether to load subclasses of configuration class.