Interface SettingsValidator
- All Known Implementing Classes:
 DefaultSettingsValidator
- 
Method Summary
Modifier and TypeMethodDescriptiondefault voidvalidate(Settings settings, boolean isProjectSettings, SettingsProblemCollector problems) Deprecated.Validate the specified settings.voidvalidate(Settings settings, SettingsProblemCollector problems) Deprecated.Validate the specified settings. 
- 
Method Details
- 
validate
Deprecated.Validate the specified settings.- Parameters:
 settings- The settings to validate, must not benull.problems- The container used to collect problems that were encountered, must not benull.
 - 
validate
default void validate(Settings settings, boolean isProjectSettings, SettingsProblemCollector problems) Deprecated.Validate the specified settings.- Parameters:
 settings- The settings to validate, must not benull.isProjectSettings- Boolean indicating if the validation is for project settings or user / global settings.problems- The container used to collect problems that were encountered, must not benull.
 
 - 
 
org.apache.maven.impl.DefaultSettingsValidatorinstead