public interface SettingsValidator
Modifier and Type | Method and Description |
---|---|
void |
validate(Settings settings,
SettingsProblemCollector problems)
Validate the specified settings.
|
void validate(Settings settings, SettingsProblemCollector problems)
settings
- The settings to validate, must not be null
.problems
- The container used to collect problems that were encountered, must not be null
.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.