Class DefaultSettingsValidator
java.lang.Object
org.apache.maven.settings.validation.DefaultSettingsValidator
- All Implemented Interfaces:
- SettingsValidator
@Named
@Singleton
@Deprecated(since="4.0.0")
public class DefaultSettingsValidator
extends Object
implements SettingsValidator
Deprecated.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvalidate(Settings settings, SettingsProblemCollector problems) Deprecated.Validate the specified settings.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.settings.validation.SettingsValidatorvalidate
- 
Constructor Details- 
DefaultSettingsValidatorpublic DefaultSettingsValidator()Deprecated.
 
- 
- 
Method Details- 
validateDeprecated.Description 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.
 
 
- 
org.apache.maven.impl.DefaultSettingsValidatorinstead