Package com.norconex.commons.lang.file
File-related utility classes.
-
Interface Summary Interface Description IFileChangeListener Listener for file changes, to be used with aFileMonitor.IFileVisitor Visitor to be used withFileUtil.visit*methods. -
Class Summary Class Description ContentFamily Represents a family of content types.ContentType Represents a file Content-Type (also called MIME-Type or Media Type).FileLocker SimpleFileLockwrapper to use operating-system file-locking ability to help with multi-processes management.FileMonitor Class monitoring aFilefor changes and notifying all registeredIFileChangeListener.FileUtil Utility methods when dealing with files and directories.WebFile Access a web-based file as a local file. -
Exception Summary Exception Description FileAlreadyLockedException Checked exception thrown byFileLockerwhen trying to create a lock on an on an already locked file.