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