org.apache.maven.settings.validation
Class DefaultSettingsValidator

java.lang.Object
  extended by org.apache.maven.settings.validation.DefaultSettingsValidator
All Implemented Interfaces:
SettingsValidator

@Component(role=SettingsValidator.class)
public class DefaultSettingsValidator
extends Object
implements SettingsValidator

Author:
Milos Kleint

Constructor Summary
DefaultSettingsValidator()
           
 
Method Summary
 void validate(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(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.


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.