@Named @Singleton public class DefaultModelValidator extends Object implements ModelValidator
Constructor and Description |
---|
DefaultModelValidator() |
Modifier and Type | Method and Description |
---|---|
protected void |
validateDependencyVersion(ModelProblemCollector problems,
Dependency d,
String prefix) |
void |
validateEffectiveModel(Model m,
ModelBuildingRequest request,
ModelProblemCollector problems)
Checks the specified (effective) model for missing or invalid values.
|
void |
validateRawModel(Model m,
ModelBuildingRequest request,
ModelProblemCollector problems)
Checks the specified (raw) model for missing or invalid values.
|
public void validateRawModel(Model m, ModelBuildingRequest request, ModelProblemCollector problems)
ModelValidator
validateRawModel
in interface ModelValidator
m
- 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 m, ModelBuildingRequest request, ModelProblemCollector problems)
ModelValidator
validateEffectiveModel
in interface ModelValidator
m
- 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
.protected void validateDependencyVersion(ModelProblemCollector problems, Dependency d, String prefix)
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.