Interface SettingsValidator

    • Method Detail

      • validate

        void validate​(Settings settings,
                      SettingsProblemCollector problems)
        Validate the specified settings.
        Parameters:
        settings - The settings to validate, must not be null.
        problems - The container used to collect problems that were encountered, must not be null.