Package io.github.qishr.cascara.common.io.filewatcher
Class FilteredFileHandler
java.lang.Object
io.github.qishr.cascara.common.io.filewatcher.FilteredFileHandler
All Implemented Interfaces:
FileChangeHandler
public class FilteredFileHandler
Constructor Summary
| Constructor | Description |
|---|---|
| FilteredFileHandler(FileChangeHandler delegate, String[] extensions) |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public void | handle(FileChangeType type, Path path) |
Method Details
handle
public void handle(FileChangeType type, Path path)
Specified By: