DefaultSettingsValidatorpublic interface SettingsValidator
| Modifier and Type | Method | Description |
|---|---|---|
void |
validate(org.apache.maven.settings.Settings settings,
SettingsProblemCollector problems) |
Validate the specified settings.
|
void validate(org.apache.maven.settings.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.