public class WorkspaceFoldersOptions
extends java.lang.Object
Since 3.6.0
| 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()
If a string is provided, the string is treated as an ID under which the notification is registered on the client side. The ID can be used to unregister for these events using the `client/unregisterCapability` request.
public void setChangeNotifications(org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.String,java.lang.Boolean> changeNotifications)
If a string is provided, the string is treated as an ID under which the notification is registered on the client side. The ID can be used to unregister for these events using the `client/unregisterCapability` request.
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