Package com.mastfrog.util.file


package com.mastfrog.util.file
  • Class
    Description
    Utility methods for reading and writing files and directories.
    Manages file system watches, centralizing management of watch keys, and enabling and disabling notifications; uses a single thread and a set of polling intervals, and timeouts to ensure all watches are fairly serviced with fixed overhead.
    Allows for recursive watching on folders and files.