public class FileSystemWatcher extends Object
| Constructor and Description |
|---|
FileSystemWatcher(String[] classPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
List<File> |
grabChangedFiles() |
boolean |
hasChanges() |
void |
waitForChange(int timeout) |
public FileSystemWatcher(String[] classPath) throws IOException
IOExceptionpublic void dispose()
throws IOException
IOExceptionpublic boolean hasChanges()
throws IOException
IOExceptionpublic void waitForChange(int timeout)
throws InterruptedException,
IOException
InterruptedExceptionIOExceptionCopyright © 2019. All rights reserved.