| Package | Description |
|---|---|
| net.didion.jwnl.dictionary |
Classes for acessing dictionary information.
|
| net.didion.jwnl.dictionary.file_manager |
Classes used by
FileBackedDictionary to interface with the filesystem. |
| Modifier and Type | Method and Description |
|---|---|
protected FileManager |
FileBackedDictionary.getFileManager()
Get the file manager that backs this database.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FileBackedDictionary.install(FileManager fileManager,
FileDictionaryElementFactory factory)
Construct a Dictionary that retrieves file data from
fileManager. |
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 from
fileManager. |
static void |
FileBackedDictionary.install(FileManager fileManager,
MorphologicalProcessor morph,
FileDictionaryElementFactory factory,
boolean enableCaching) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileManagerImpl
An implementation of
FileManager that reads files from the local file system. |
class |
RemoteFileManager
An object of this class can serve as a
FileManager for remote FileBackedDictionary
instantiations using RMI. |
| Modifier and Type | Method and Description |
|---|---|
static FileManager |
RemoteFileManager.lookup(String hostname)
Lookup the object bound to the value of
BINDING_NAME in the RMI
registry on the host named by hostname |
Copyright © 2019. All rights reserved.