A file monitor for Java (OSGi) applications.
{toc}
It uses a system function to notifiy listeners about changes in the file-system.
Some examples of usage are:
The code was developed for OSGi environments in mind. All provided jars are valid OSGi bundles.
Currently there is only a Win32 implementation based on ReadDirectoryChangesW.
Feel free to fork this repository and add an implementation for your file-system.
The file.monitor.osgi.event
implements an FileListener that translates the FileEvent into a EventAdmin event with topic and properties.
This code and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html.