Uses of Class
de.gebit.integrity.runner.Diagnostic
-
Packages that use Diagnostic Package Description de.gebit.integrity.runner de.gebit.integrity.runner.exceptions -
-
Uses of Diagnostic in de.gebit.integrity.runner
Methods in de.gebit.integrity.runner that return types with arguments of type Diagnostic Modifier and Type Method Description protected List<Diagnostic>TestModel. customValidateSingleModel(Model aModel)Performs validation of a single model.protected List<Diagnostic>TestModel. loadSingleResource(TestResourceProvider aResourceProvider, TestResource aResourceName, org.eclipse.xtext.resource.XtextResourceSet aResourceSet, org.eclipse.xtext.resource.IResourceFactory aResourceFactory, boolean aVerboseFlag)Loads a singleTestResourcefrom the givenTestResourceProvider.List<Diagnostic>TestModel. readIntegrityScriptFiles(TestResourceProvider aResourceProvider, boolean aPerformModelValidationFlag)Reads all Integrity scripts from the provided resource provider and initializes this test model with them. -
Uses of Diagnostic in de.gebit.integrity.runner.exceptions
Methods in de.gebit.integrity.runner.exceptions that return types with arguments of type Diagnostic Modifier and Type Method Description List<Diagnostic>ModelParseException. getErrors()Constructor parameters in de.gebit.integrity.runner.exceptions with type arguments of type Diagnostic Constructor Description ModelParseException(String aMessage, List<Diagnostic> someErrors)Creates a new instance.
-