Uses of Class
org.apache.commons.io.monitor.FileEntry
-
Packages that use FileEntry Package Description org.apache.commons.io.monitor 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
Methods in org.apache.commons.io.monitor that return FileEntry Modifier and Type Method Description FileEntry[]
FileEntry. getChildren()
Gets the directory's files.FileEntry
FileEntry. getParent()
Gets the parent entry.FileEntry
FileEntry. newChildInstance(java.io.File file)
Constructs a new child instance.Methods in org.apache.commons.io.monitor with parameters of type FileEntry Modifier and Type Method Description void
FileEntry. setChildren(FileEntry... children)
Sets the directory's files.FileAlterationObserver.Builder
FileAlterationObserver.Builder. setRootEntry(FileEntry rootEntry)
Sets the root directory to observe.Constructors in org.apache.commons.io.monitor with parameters of type FileEntry Constructor Description FileAlterationObserver(FileEntry rootEntry, java.io.FileFilter fileFilter, IOCase ioCase)
Constructs an observer for the specified directory, file filter and file comparator.FileEntry(FileEntry parent, java.io.File file)
Constructs a new monitor for a specifiedFile
.
-