public class DidChangeWatchedFilesRegistrationOptions
extends java.lang.Object
Constructor and Description |
---|
DidChangeWatchedFilesRegistrationOptions() |
DidChangeWatchedFilesRegistrationOptions(java.util.List<FileSystemWatcher> watchers) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<FileSystemWatcher> |
getWatchers()
The watchers to register.
|
int |
hashCode() |
void |
setWatchers(java.util.List<FileSystemWatcher> watchers)
The watchers to register.
|
java.lang.String |
toString() |
public DidChangeWatchedFilesRegistrationOptions()
public DidChangeWatchedFilesRegistrationOptions(java.util.List<FileSystemWatcher> watchers)
@Pure public java.util.List<FileSystemWatcher> getWatchers()
public void setWatchers(java.util.List<FileSystemWatcher> watchers)
@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