public class FileSystemWatcher
extends java.lang.Object
Constructor and Description |
---|
FileSystemWatcher() |
FileSystemWatcher(java.lang.String globPattern) |
FileSystemWatcher(java.lang.String globPattern,
java.lang.Integer kind) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGlobPattern()
The glob pattern to watch
|
java.lang.Integer |
getKind()
The kind of events of interest.
|
int |
hashCode() |
void |
setGlobPattern(java.lang.String globPattern)
The glob pattern to watch
|
void |
setKind(java.lang.Integer kind)
The kind of events of interest.
|
java.lang.String |
toString() |
public FileSystemWatcher()
public FileSystemWatcher(java.lang.String globPattern)
public FileSystemWatcher(java.lang.String globPattern, java.lang.Integer kind)
@Pure public java.lang.String getGlobPattern()
public void setGlobPattern(java.lang.String globPattern)
@Pure public java.lang.Integer getKind()
public void setKind(java.lang.Integer kind)
@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