Class DefaultSettingsValidator

  • All Implemented Interfaces:
    SettingsValidator

    @Named
    @Singleton
    public class DefaultSettingsValidator
    extends java.lang.Object
    implements SettingsValidator
    Author:
    Milos Kleint
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validate​(org.apache.maven.settings.Settings settings, SettingsProblemCollector problems)
      Validate the specified settings.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultSettingsValidator

        public DefaultSettingsValidator()
    • Method Detail

      • validate

        public void validate​(org.apache.maven.settings.Settings settings,
                             SettingsProblemCollector problems)
        Description copied from interface: SettingsValidator
        Validate the specified settings.
        Specified by:
        validate in 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.