public interface ErrorProvider
MimeLookup
.Modifier and Type | Interface and Description |
---|---|
static class |
ErrorProvider.Context
The context for the error provider.
|
static class |
ErrorProvider.Kind
The kind of errors/warnings that should be computed.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Diagnostic> |
computeErrors(ErrorProvider.Context context)
Returns a list of
ErrorDescription s for the given Context . |
List<? extends Diagnostic> computeErrors(ErrorProvider.Context context)
ErrorDescription
s for the given Context
.context
- specification of the file, for which the output should be computed