@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)
SettingsValidatorvalidate in interface SettingsValidatorsettings - The settings to validate, must not be null.problems - The container used to collect problems that were encountered, must not be null.Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.