Skip to content

pke/file.monitor

Repository files navigation

A file monitor for Java (OSGi) applications.

{toc}

Introduction

It uses a system function to notifiy listeners about changes in the file-system.

Usage

General

Some examples of usage are:

In an OSGi environment

The code was developed for OSGi environments in mind. All provided jars are valid OSGi bundles.

Implementations

Supported file-systems

Currently there is only a Win32 implementation based on ReadDirectoryChangesW.
Feel free to fork this repository and add an implementation for your file-system.

OSGi support

The file.monitor.osgi.event implements an FileListener that translates the FileEvent into a EventAdmin event with topic and properties.

License

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.

About

A monitor for changes in the filesystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages