|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.validation.DefaultModelValidator
@Component(role=ModelValidator.class) public class DefaultModelValidator
| Constructor Summary | |
|---|---|
DefaultModelValidator()
|
|
| Method Summary | |
|---|---|
void |
validateEffectiveModel(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Checks the specified (effective) model for missing or invalid values. |
void |
validateRawModel(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
Checks the specified (raw) model for missing or invalid values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultModelValidator()
| Method Detail |
|---|
public void validateRawModel(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
ModelValidator
validateRawModel in interface ModelValidatormodel - The model to validate, must not be null.request - The model building request that holds further settings, must not be null.problems - The container used to collect problems that were encountered, must not be null.
public void validateEffectiveModel(Model model,
ModelBuildingRequest request,
ModelProblemCollector problems)
ModelValidator
validateEffectiveModel in interface ModelValidatormodel - The model to validate, must not be null.request - The model building request that holds further settings, 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 | |||||||||