Package org.eclipse.lsp4j
Class TextDocumentSaveRegistrationOptions
- java.lang.Object
-
- org.eclipse.lsp4j.TextDocumentRegistrationOptions
-
- org.eclipse.lsp4j.TextDocumentSaveRegistrationOptions
-
public class TextDocumentSaveRegistrationOptions extends TextDocumentRegistrationOptions
-
-
Constructor Summary
Constructors Constructor Description TextDocumentSaveRegistrationOptions()TextDocumentSaveRegistrationOptions(java.lang.Boolean includeText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.BooleangetIncludeText()The client is supposed to include the content on save.inthashCode()voidsetIncludeText(java.lang.Boolean includeText)The client is supposed to include the content on save.java.lang.StringtoString()-
Methods inherited from class org.eclipse.lsp4j.TextDocumentRegistrationOptions
getDocumentSelector, setDocumentSelector
-
-
-
-
Method Detail
-
getIncludeText
public java.lang.Boolean getIncludeText()
The client is supposed to include the content on save.
-
setIncludeText
public void setIncludeText(java.lang.Boolean includeText)
The client is supposed to include the content on save.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classTextDocumentRegistrationOptions
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classTextDocumentRegistrationOptions
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTextDocumentRegistrationOptions
-
-