@Named @Singleton public class DefaultSettingsValidator extends Object implements SettingsValidator
| Constructor and Description | 
|---|
| DefaultSettingsValidator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | validate(org.apache.maven.api.settings.Settings settings,
        SettingsProblemCollector problems)Validate the specified settings. | 
public void validate(org.apache.maven.api.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.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.