public class TextDocumentSyncOptions
extends java.lang.Object
Constructor and Description |
---|
TextDocumentSyncOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
TextDocumentSyncKind |
getChange()
Change notifications are sent to the server.
|
java.lang.Boolean |
getOpenClose()
Open and close notifications are sent to the server.
|
org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.Boolean,SaveOptions> |
getSave()
Save notifications are sent to the server.
|
java.lang.Boolean |
getWillSave()
Will save notifications are sent to the server.
|
java.lang.Boolean |
getWillSaveWaitUntil()
Will save wait until requests are sent to the server.
|
int |
hashCode() |
void |
setChange(TextDocumentSyncKind change)
Change notifications are sent to the server.
|
void |
setOpenClose(java.lang.Boolean openClose)
Open and close notifications are sent to the server.
|
void |
setSave(java.lang.Boolean save) |
void |
setSave(org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.Boolean,SaveOptions> save)
Save notifications are sent to the server.
|
void |
setSave(SaveOptions save) |
void |
setWillSave(java.lang.Boolean willSave)
Will save notifications are sent to the server.
|
void |
setWillSaveWaitUntil(java.lang.Boolean willSaveWaitUntil)
Will save wait until requests are sent to the server.
|
java.lang.String |
toString() |
@Pure public java.lang.Boolean getOpenClose()
public void setOpenClose(java.lang.Boolean openClose)
@Pure public TextDocumentSyncKind getChange()
public void setChange(TextDocumentSyncKind change)
@Pure public java.lang.Boolean getWillSave()
public void setWillSave(java.lang.Boolean willSave)
@Pure public java.lang.Boolean getWillSaveWaitUntil()
public void setWillSaveWaitUntil(java.lang.Boolean willSaveWaitUntil)
@Pure public org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.Boolean,SaveOptions> getSave()
public void setSave(org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.Boolean,SaveOptions> save)
public void setSave(java.lang.Boolean save)
public void setSave(SaveOptions save)
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object