Class PublishDiagnosticsParams
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.PublishDiagnosticsParams
The publish diagnostic notification's parameters.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PublishDiagnosticsParamscreate(String uri, List<Diagnostic> diagnostics) booleanAn array of diagnostic information items.getUri()The URI for which diagnostic information is reported.Optional the version number of the document the diagnostics are published for.inthashCode()setDiagnostics(List<Diagnostic> diagnostics) setVersion(Integer version)
-
Method Details
-
getUri
The URI for which diagnostic information is reported. -
setUri
-
getVersion
Optional the version number of the document the diagnostics are published for.- Since:
- 3.15.0
-
setVersion
-
getDiagnostics
An array of diagnostic information items. -
setDiagnostics
-
equals
-
hashCode
public int hashCode() -
create
-