Example usage for org.apache.commons.jci.monitor FilesystemAlterationListener interface-usage

List of usage examples for org.apache.commons.jci.monitor FilesystemAlterationListener interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.jci.monitor FilesystemAlterationListener interface-usage.

Usage

From source file org.openecard.addon.PluginDirectoryAlterationListener.java

/**
 * Simple listener for changes in the plugin directory.
 * <br/>It will add or unload a plugin in the plugin manager if it detects a file creation or removal.
 * 
 * @author Dirk Petrautzki <petrautzki@hs-coburg.de>
 */

From source file org.apache.struts2.spring.ClassReloadingXMLWebApplicationContext.java

/**
 * This class can be used instead of XmlWebApplicationContext, and it will watch jar files and directories for changes
 * and reload then changed classes.
 * <br />
 * To use this class:
 * <ul>