public class DidChangeWatchedFilesCapabilities extends DynamicRegistrationCapabilities
| Constructor and Description |
|---|
DidChangeWatchedFilesCapabilities() |
DidChangeWatchedFilesCapabilities(java.lang.Boolean dynamicRegistration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getRelativePatternSupport()
Whether the client has support for relative patterns
or not.
|
int |
hashCode() |
void |
setRelativePatternSupport(java.lang.Boolean relativePatternSupport)
Whether the client has support for relative patterns
or not.
|
java.lang.String |
toString() |
getDynamicRegistration, setDynamicRegistrationpublic DidChangeWatchedFilesCapabilities()
public DidChangeWatchedFilesCapabilities(java.lang.Boolean dynamicRegistration)
@Pure public java.lang.Boolean getRelativePatternSupport()
Since 3.17.0
public void setRelativePatternSupport(java.lang.Boolean relativePatternSupport)
Since 3.17.0
@Pure public java.lang.String toString()
toString in class DynamicRegistrationCapabilities@Pure public boolean equals(java.lang.Object obj)
equals in class DynamicRegistrationCapabilities@Pure public int hashCode()
hashCode in class DynamicRegistrationCapabilities