Package org.eclipse.lsp4j
Class SaveOptions
- java.lang.Object
-
- org.eclipse.lsp4j.SaveOptions
-
public class SaveOptions extends java.lang.ObjectSave options.
-
-
Constructor Summary
Constructors Constructor Description SaveOptions()SaveOptions(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()
-
-
-
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 classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-