public static interface DMNValidator.ValidatorBuilder
| Modifier and Type | Method and Description |
|---|---|
List<org.kie.dmn.api.core.DMNMessage> |
theseModels(org.kie.dmn.model.api.Definitions... models)
Validate the models and return the results.
|
List<org.kie.dmn.api.core.DMNMessage> |
theseModels(File... files)
Validate the models and return the results.
|
List<org.kie.dmn.api.core.DMNMessage> |
theseModels(Reader... readers)
Validate the models and return the results.
|
List<org.kie.dmn.api.core.DMNMessage> theseModels(File... files)
files - the DMN models to validateDMNValidator.validateUsing(Validation...)List<org.kie.dmn.api.core.DMNMessage> theseModels(Reader... readers)
readers - the DMN models to validateDMNValidator.validateUsing(Validation...)List<org.kie.dmn.api.core.DMNMessage> theseModels(org.kie.dmn.model.api.Definitions... models)
models - the DMN models to validateDMNValidator.validateUsing(Validation...)Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.