Class DefaultSettingsValidator

    • Constructor Detail

      • DefaultSettingsValidator

        public DefaultSettingsValidator()
    • Method Detail

      • validate

        public void validate​(Settings settings,
                             SettingsProblemCollector problems)
        Description copied from interface: SettingsValidator
        Validate the specified settings.
        Specified by:
        validate in interface SettingsValidator
        Parameters:
        settings - The settings to validate, must not be null.
        problems - The container used to collect problems that were encountered, must not be null.