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