Package org.eclipse.lsp4j
Class DidChangeWatchedFilesRegistrationOptions
- java.lang.Object
-
- org.eclipse.lsp4j.DidChangeWatchedFilesRegistrationOptions
-
public class DidChangeWatchedFilesRegistrationOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DidChangeWatchedFilesRegistrationOptions()DidChangeWatchedFilesRegistrationOptions(java.util.List<FileSystemWatcher> watchers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.util.List<FileSystemWatcher>getWatchers()The watchers to register.inthashCode()voidsetWatchers(java.util.List<FileSystemWatcher> watchers)The watchers to register.java.lang.StringtoString()
-
-
-
Constructor Detail
-
DidChangeWatchedFilesRegistrationOptions
public DidChangeWatchedFilesRegistrationOptions()
-
DidChangeWatchedFilesRegistrationOptions
public DidChangeWatchedFilesRegistrationOptions(java.util.List<FileSystemWatcher> watchers)
-
-
Method Detail
-
getWatchers
public java.util.List<FileSystemWatcher> getWatchers()
The watchers to register.
-
setWatchers
public void setWatchers(java.util.List<FileSystemWatcher> watchers)
The watchers to register.
-
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
-
-