Uses of Class
org.apache.commons.io.monitor.FileAlterationObserver.Builder
Package
Description
Provides a component for monitoring file system events (directory and file create, update and delete events).
-
Uses of FileAlterationObserver.Builder in org.apache.commons.io.monitor
Modifier and TypeMethodDescriptionFileAlterationObserver.builder()
Creates a new builder.FileAlterationObserver.Builder.setFileFilter
(FileFilter fileFilter) Sets the file filter or null if none.Sets what case sensitivity to use comparing file names, null means system sensitive.FileAlterationObserver.Builder.setRootEntry
(FileEntry rootEntry) Sets the root directory to observe.