Class DidSaveTextDocumentParams
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.DidSaveTextDocumentParams
The parameters send in a save text document notification.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DidSaveTextDocumentParamscreate(VersionedTextDocumentIdentifier textDocument) booleangetText()Optional the content when saved.The document that was closed.inthashCode()setTextDocument(VersionedTextDocumentIdentifier textDocument)
-
Method Details
-
getTextDocument
The document that was closed. -
setTextDocument
-
getText
Optional the content when saved. Depends on the includeText value when the save notification was requested. -
setText
-
equals
-
hashCode
public int hashCode() -
create
-