public class DirectoryWatcher<T> extends Object
| Constructor and Description |
|---|
DirectoryWatcher(File directory,
FileReloadCallback<T> loader) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getBaseNamesWithExtension(String extension) |
T |
getContents(String fileName) |
Set<String> |
getFileNames() |
public DirectoryWatcher(File directory, FileReloadCallback<T> loader)
public T getContents(String fileName) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2015. All rights reserved.