|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.settings.validation.DefaultSettingsValidator
@Component(role=SettingsValidator.class) public class DefaultSettingsValidator
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 |
---|
public DefaultSettingsValidator()
Method Detail |
---|
public void validate(Settings settings, SettingsProblemCollector problems)
SettingsValidator
validate
in interface SettingsValidator
settings
- The settings to validate, must not be null
.problems
- The container used to collect problems that were encountered, must not be null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |