Package net.didion.jwnl.dictionary.file_manager
package net.didion.jwnl.dictionary.file_manager
Classes used by
FileBackedDictionary to interface with the filesystem.-
ClassDescription
FileManagerdefines the interface between theFileBackedDictionaryand the file system.An implementation ofFileManagerthat reads files from the local file system.An object of this class can serve as aFileManagerfor remoteFileBackedDictionaryinstantiations using RMI.