org.apache.maven.settings.validation
Interface SettingsValidator

All Known Implementing Classes:
DefaultSettingsValidator

public interface SettingsValidator

Validate a model settings

Author:
Milos Kleint

Method Summary
 void validate(Settings settings, SettingsProblemCollector problems)
          Validate the specified settings.
 

Method Detail

validate

void validate(Settings settings,
              SettingsProblemCollector problems)
Validate the specified settings.

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–2013 The Apache Software Foundation. All rights reserved.