Package net.didion.jwnl.dictionary.file_manager
package net.didion.jwnl.dictionary.file_manager
Classes used by
FileBackedDictionary
to interface with the filesystem.-
ClassDescription
FileManager
defines the interface between theFileBackedDictionary
and the file system.An implementation ofFileManager
that reads files from the local file system.An object of this class can serve as aFileManager
for remoteFileBackedDictionary
instantiations using RMI.