Interface FileAlterationMonitor
public interface FileAlterationMonitor
Watches out for file system modifications. Abstracted from apache commons.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
start
Starts monitoring.- Throws:
ExecutionException- if an error occurs initializing the observer
-
stop
Stops monitoring.- Throws:
ExecutionException- if an error occurs initializing the observer
-