public class WorkspaceFoldersOptions
extends java.lang.Object
Constructor and Description |
---|
WorkspaceFoldersOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,java.lang.Boolean> |
getChangeNotifications()
Whether the server wants to receive workspace folder
change notifications.
|
java.lang.Boolean |
getSupported()
The server has support for workspace folders
|
int |
hashCode() |
void |
setChangeNotifications(java.lang.Boolean changeNotifications) |
void |
setChangeNotifications(org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,java.lang.Boolean> changeNotifications)
Whether the server wants to receive workspace folder
change notifications.
|
void |
setChangeNotifications(java.lang.String changeNotifications) |
void |
setSupported(java.lang.Boolean supported)
The server has support for workspace folders
|
java.lang.String |
toString() |
@Pure public java.lang.Boolean getSupported()
public void setSupported(java.lang.Boolean supported)
@Pure public org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,java.lang.Boolean> getChangeNotifications()
public void setChangeNotifications(org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,java.lang.Boolean> changeNotifications)
public void setChangeNotifications(java.lang.String changeNotifications)
public void setChangeNotifications(java.lang.Boolean changeNotifications)
@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