Package net.didion.jwnl.dictionary.file_manager

Classes used by FileBackedDictionary to interface with the filesystem.

See:
          Description

Interface Summary
FileManager FileManager defines the interface between the FileBackedDictionary and the file system.
 

Class Summary
FileManagerImpl An implementation of FileManager that reads files from the local file system.
RemoteFileManager An object of this class can serve as a FileManager for remote FileBackedDictionary instantiations using RMI.
 

Package net.didion.jwnl.dictionary.file_manager Description

Classes used by FileBackedDictionary to interface with the filesystem.