Class TextDocumentSyncOptions
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.TextDocumentSyncOptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic TextDocumentSyncOptionscreate()booleanChange notifications are sent to the server.Open and close notifications are sent to the server.getSave()If present save notifications are sent to the server.If present will save notifications are sent to the server.If present will save wait until requests are sent to the server.inthashCode()setChange(TextDocumentSyncKind change) setOpenClose(Boolean openClose) setSave(SaveOptions save) setWillSave(Boolean willSave) setWillSaveWaitUntil(Boolean willSaveWaitUntil)
-
Method Details
-
getOpenClose
Open and close notifications are sent to the server. If omitted open close notification should not be sent. -
setOpenClose
-
getChange
Change notifications are sent to the server. See TextDocumentSyncKind.None, TextDocumentSyncKind.Full and TextDocumentSyncKind.Incremental. If omitted it defaults to TextDocumentSyncKind.None. -
setChange
-
getWillSave
If present will save notifications are sent to the server. If omitted the notification should not be sent. -
setWillSave
-
getWillSaveWaitUntil
If present will save wait until requests are sent to the server. If omitted the request should not be sent. -
setWillSaveWaitUntil
-
getSave
If present save notifications are sent to the server. If omitted the notification should not be sent. -
setSave
-
equals
-
hashCode
public int hashCode() -
create
-