Class DefaultSettingsValidator
java.lang.Object
org.apache.maven.settings.validation.DefaultSettingsValidator
- All Implemented Interfaces:
- SettingsValidator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvalidate(Settings settings, boolean isProjectSettings, SettingsProblemCollector problems) Validate the specified settings.voidvalidate(Settings settings, SettingsProblemCollector problems) Validate the specified settings.
- 
Constructor Details- 
DefaultSettingsValidatorpublic DefaultSettingsValidator()
 
- 
- 
Method Details- 
validateDescription copied from interface:SettingsValidatorValidate the specified settings.- Specified by:
- validatein interface- SettingsValidator
- Parameters:
- settings- The settings to validate, must not be- null.
- problems- The container used to collect problems that were encountered, must not be- null.
 
- 
validatepublic void validate(Settings settings, boolean isProjectSettings, SettingsProblemCollector problems) Description copied from interface:SettingsValidatorValidate the specified settings.- Specified by:
- validatein interface- SettingsValidator
- Parameters:
- settings- The settings to validate, must not be- null.
- 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 be- null.
 
 
-