public static interface DMNValidator.ValidatorBuilder
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DMNValidator.ValidatorBuilder.ValidatorImportReaderResolver |
| 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.
|
DMNValidator.ValidatorBuilder |
usingImports(DMNValidator.ValidatorBuilder.ValidatorImportReaderResolver r)
A DMN Import Reader resolver, when using the Validator to
DMNValidator.Validation.VALIDATE_COMPILATION
and the compilation requires to resolve non-DMN models by means of the Import's locationURI. |
DMNValidator.ValidatorBuilder usingImports(DMNValidator.ValidatorBuilder.ValidatorImportReaderResolver r)
DMNValidator.Validation.VALIDATE_COMPILATION
and the compilation requires to resolve non-DMN models by means of the Import's locationURI.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–2020 JBoss by Red Hat. All rights reserved.