@Component(role=SettingsValidator.class) public class DefaultSettingsValidator extends Object implements SettingsValidator
Constructor and Description |
---|
DefaultSettingsValidator() |
Modifier and Type | Method and Description |
---|---|
void |
validate(Settings settings,
SettingsProblemCollector problems)
Validate the specified settings.
|
public DefaultSettingsValidator()
public void validate(Settings settings, SettingsProblemCollector problems)
SettingsValidator
validate
in interface SettingsValidator
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–2015 The Apache Software Foundation. All rights reserved.