Uses of Interface
net.didion.jwnl.dictionary.file_manager.FileManager
-
Packages that use FileManager Package Description net.didion.jwnl.dictionary Classes for acessing dictionary information.net.didion.jwnl.dictionary.file_manager Classes used byFileBackedDictionaryto interface with the filesystem. -
-
Uses of FileManager in net.didion.jwnl.dictionary
Fields in net.didion.jwnl.dictionary declared as FileManager Modifier and Type Field Description private FileManagerFileBackedDictionary. _dbMethods in net.didion.jwnl.dictionary that return FileManager Modifier and Type Method Description protected FileManagerFileBackedDictionary. getFileManager()Get the file manager that backs this database.Methods in net.didion.jwnl.dictionary with parameters of type FileManager Modifier and Type Method Description static voidFileBackedDictionary. install(FileManager fileManager, FileDictionaryElementFactory factory)Construct a Dictionary that retrieves file data fromfileManager.static voidFileBackedDictionary. install(FileManager fileManager, FileDictionaryElementFactory factory, boolean enableCaching)static voidFileBackedDictionary. install(FileManager fileManager, MorphologicalProcessor morph, FileDictionaryElementFactory factory)Construct a Dictionary that retrieves file data fromfileManager.static voidFileBackedDictionary. install(FileManager fileManager, MorphologicalProcessor morph, FileDictionaryElementFactory factory, boolean enableCaching)Constructors in net.didion.jwnl.dictionary with parameters of type FileManager Constructor Description 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 FileManager Modifier and Type Class Description classFileManagerImplAn implementation ofFileManagerthat reads files from the local file system.classRemoteFileManagerAn object of this class can serve as aFileManagerfor remoteFileBackedDictionaryinstantiations using RMI.Methods in net.didion.jwnl.dictionary.file_manager that return FileManager Modifier and Type Method Description static FileManagerRemoteFileManager. lookup(java.lang.String hostname)Lookup the object bound to the value ofBINDING_NAMEin the RMI registry on the host named by hostname
-