public class FileSystemWatcher extends Object
Constructor and Description |
---|
FileSystemWatcher() |
Modifier and Type | Method and Description |
---|---|
void |
addListener(WatcherListener listener) |
void |
addPath(String directory) |
void |
addPath(String base,
String relative) |
void |
start() |
void |
stop() |
public FileSystemWatcher() throws IOException
IOException
public void addPath(String directory)
public void addListener(WatcherListener listener)
public void start()
public void stop()
Copyright © 2020. All rights reserved.