Uses of Package
net.didion.jwnl.dictionary.file_manager
Packages that use net.didion.jwnl.dictionary.file_manager
Package
Description
Classes for acessing dictionary information.
Classes used by
FileBackedDictionary
to interface with the filesystem.-
Classes in net.didion.jwnl.dictionary.file_manager used by net.didion.jwnl.dictionaryClassDescription
FileManager
defines the interface between theFileBackedDictionary
and the file system. -
Classes in net.didion.jwnl.dictionary.file_manager used by net.didion.jwnl.dictionary.file_managerClassDescription
FileManager
defines the interface between theFileBackedDictionary
and the file system.An implementation ofFileManager
that reads files from the local file system.