Package org.apache.commons.io.monitor
package org.apache.commons.io.monitor
Provides a component for monitoring file system events (directory and file create, update and delete events).
-
ClassDescriptionReceives events of file system modifications.Convenience
FileAlterationListener
implementation that does nothing.A runnable that spawns a monitoring thread triggering any registeredFileAlterationObserver
at a specified interval.FileAlterationObserver represents the state of files below a root directory, checking the file system and notifying listeners of create, change or delete events.Builds instances ofFileAlterationObserver
.The state of a file or directory, capturing the followingFile
attributes at a point in time.