Takes a filename wildcard pattern, a stale interval, and watches those files
to see if they're deleted/stale/created or change @TODO sort out the
difficulty of entering wildcards on the commandline!
Filter - class org.abraracourcix.alipes.listeners.filter.Filter.
Template class for filters
Filter(Listener) -
Constructor for class org.abraracourcix.alipes.listeners.filter.Filter
Constructor
G
GONE_DOWN -
Static variable in class org.abraracourcix.alipes.monitors.url.URLEvent
Enum value
GONE_STALE -
Static variable in class org.abraracourcix.alipes.monitors.file.FileEvent
Enum value
GONE_UP -
Static variable in class org.abraracourcix.alipes.monitors.url.URLEvent
A more sophisticated listener which combines message templates with a
dynamic filtering system allowing certain recipients to register interest
with only certain resources.
Stale interval in seconds - the time after which the file goes stale use
setStaleInterval(FileStateMonitor.NEVER) if the files are never
considered stale.