Uses of Interface
net.didion.jwnl.dictionary.file_manager.FileManager
Packages that use FileManager
Package
Description
Classes for acessing dictionary information.
Classes used by
FileBackedDictionary
to interface with the filesystem.-
Uses of FileManager in net.didion.jwnl.dictionary
Fields in net.didion.jwnl.dictionary declared as FileManagerMethods in net.didion.jwnl.dictionary that return FileManagerModifier and TypeMethodDescriptionprotected FileManager
FileBackedDictionary.getFileManager()
Get the file manager that backs this database.Methods in net.didion.jwnl.dictionary with parameters of type FileManagerModifier and TypeMethodDescriptionstatic void
FileBackedDictionary.install
(FileManager fileManager, FileDictionaryElementFactory factory) Construct a Dictionary that retrieves file data fromfileManager
.static void
FileBackedDictionary.install
(FileManager fileManager, FileDictionaryElementFactory factory, boolean enableCaching) static void
FileBackedDictionary.install
(FileManager fileManager, MorphologicalProcessor morph, FileDictionaryElementFactory factory) Construct a Dictionary that retrieves file data fromfileManager
.static void
FileBackedDictionary.install
(FileManager fileManager, MorphologicalProcessor morph, FileDictionaryElementFactory factory, boolean enableCaching) Constructors in net.didion.jwnl.dictionary with parameters of type FileManagerModifierConstructorDescriptionprivate
FileBackedDictionary
(FileManager manager, MorphologicalProcessor morph, FileDictionaryElementFactory factory, boolean enableCaching) -
Uses of FileManager in net.didion.jwnl.dictionary.file_manager
Classes in net.didion.jwnl.dictionary.file_manager that implement FileManagerModifier and TypeClassDescriptionclass
An implementation ofFileManager
that reads files from the local file system.class
An object of this class can serve as aFileManager
for remoteFileBackedDictionary
instantiations using RMI.Methods in net.didion.jwnl.dictionary.file_manager that return FileManagerModifier and TypeMethodDescriptionstatic FileManager
Lookup the object bound to the value ofBINDING_NAME
in the RMI registry on the host named by hostname