public interface DiagnosticFilter extends ValidationFilter
Diagnostic
s.
See ValidationService#registerValidationFilter(ValidationFilter).Modifier and Type | Method and Description |
---|---|
boolean |
ignoreDiagnostic(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.common.util.Diagnostic diagnostic)
Return true if the given
Diagnostic should be ignored. |
boolean ignoreDiagnostic(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.common.util.Diagnostic diagnostic)
Diagnostic
should be ignored.
Ignored Diagnostic
s will not appear in the output of ValidationService#validate(EObject).eObject
- the EObject
that has been validateddiagnostic
- the Diagnostic
as a result of the validation of the given EObject
Diagnostic
should not be included in the output
of ValidationService#validate(EObject)Copyright © 2019. All rights reserved.