DOC

org.apache.excalibur.components : excalibur-monitor

Maven & Gradle

Feb 15, 2007

Excalibur Monitor · Avalon Excalibur's resource management code allows you to be notified when a resource has changed. There are two methods of resource management: active and passive. Passive resource management acts as a holder for resources, and after the resource has been modified through it's normal API, notification goes to all listeners. Active resource management does the same, but it also polls the resources periodically to see if the resource was modified through an external method. Active resource management is perfect for monitoring files because they can be modified by external programs, and your program will be notified when the change occurs instead of constantly polling it.

Table Of Contents

Latest Version

Download org.apache.excalibur.components : excalibur-monitor Javadoc & API Documentation - Latest Versions:

All Versions

Download org.apache.excalibur.components : excalibur-monitor Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file excalibur-monitor-2.2.1-javadoc.jar to excalibur-monitor-2.2.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder excalibur-monitor-2.2.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "excalibur-monitor-2.2.1-sources.jar" -d "excalibur-monitor-2.2.1-javadoc" -subpackages