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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(Settings settings, SettingsProblemCollector problems) Deprecated.Validate the specified settings.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.settings.validation.SettingsValidator
validate
-
Constructor Details
-
DefaultSettingsValidator
public DefaultSettingsValidator()Deprecated.
-
-
Method Details
-
validate
Deprecated.Description copied from interface:SettingsValidator
Validate the specified settings.- Specified by:
validate
in interfaceSettingsValidator
- Parameters:
settings
- The settings to validate, must not benull
.problems
- The container used to collect problems that were encountered, must not benull
.
-
org.apache.maven.impl.DefaultSettingsValidator
instead