Uses of Class
org.apache.commons.io.monitor.FileEntry
Package
Description
Provides a component for monitoring file system events (directory and file create, update and delete events).
-
Uses of FileEntry in org.apache.commons.io.monitor
Modifier and TypeMethodDescriptionFileEntry.getChildren()
Gets the directory's files.FileEntry.getParent()
Gets the parent entry.FileEntry.newChildInstance
(File file) Constructs a new child instance.Modifier and TypeMethodDescriptionvoid
FileEntry.setChildren
(FileEntry... children) Sets the directory's files.FileAlterationObserver.Builder.setRootEntry
(FileEntry rootEntry) Sets the root directory to observe.ModifierConstructorDescriptionprotected
FileAlterationObserver
(FileEntry rootEntry, FileFilter fileFilter, IOCase ioCase) Constructs an observer for the specified directory, file filter and file comparator.Constructs a new monitor for a specifiedFile
.