public interface IDiagnosticConsumer
Modifier and Type | Method and Description |
---|---|
void |
consume(Diagnostic diagnostic,
Severity severity) |
boolean |
hasConsumedDiagnostics(Severity severity) |
void consume(Diagnostic diagnostic, Severity severity)
severity
- the severity of the diagnostic. May neither be null
or Severity.INFO
.boolean hasConsumedDiagnostics(Severity severity)
severity
- the severity of the diagnostic. May neither be null
or Severity.INFO
.