public class FileSystemWatcher extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
FileSystemWatcher.Callback |
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
FileSystemWatcher(String rootFolder) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCallback(FileSystemWatcher.Callback callback) |
void |
start() |
void |
stop() |
public FileSystemWatcher(String rootFolder)
public void start()
public void stop()
public void addCallback(FileSystemWatcher.Callback callback)
Copyright © 2014. All rights reserved.