SettingsValidator@Component(role=SettingsValidator.class) public class DefaultSettingsValidator extends java.lang.Object implements SettingsValidator
| Constructor | Description |
|---|---|
DefaultSettingsValidator() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
validate(org.apache.maven.settings.Settings settings,
SettingsProblemCollector problems) |
Validate the specified settings.
|
public void validate(org.apache.maven.settings.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.