资 源 简 介
Set of utility classes that watch for the given directory.
The list of directory files is periodically taken and processed by appropriate file processor.
For example, this tool can be used to monitor application log directory. The monitor can:
move old log files to archive directory;
compress all the content of this archive directory;
delete old compressed files;
etc.