Uses of Interface
edu.brandeis.cs.steele.wn.FileManagerInterface

Packages that use FileManagerInterface
edu.brandeis.cs.steele.wn   
edu.illinois.cs.cogcomp.lbj.coref.io   
 

Uses of FileManagerInterface in edu.brandeis.cs.steele.wn
 

Classes in edu.brandeis.cs.steele.wn that implement FileManagerInterface
 class FileManager
          An implementation of FileManagerInterface that reads files from the local file system.
 class RemoteFileManager
          An object of this class can serve as a file manager for remote FileBackedDictionary instantiations, using RMI.
 

Fields in edu.brandeis.cs.steele.wn declared as FileManagerInterface
protected  FileManagerInterface FileBackedDictionary.db
           
 

Methods in edu.brandeis.cs.steele.wn that return FileManagerInterface
static FileManagerInterface RemoteFileManager.lookup(java.lang.String hostname)
          Lookup the object bound to the value of BINDING_NAME in the RMI registry on the host named by hostname
 

Constructors in edu.brandeis.cs.steele.wn with parameters of type FileManagerInterface
FileBackedDictionary(FileManagerInterface fileManager)
          Construct a DictionaryDatabase that retrieves file data from fileManager.
 

Uses of FileManagerInterface in edu.illinois.cs.cogcomp.lbj.coref.io
 

Classes in edu.illinois.cs.cogcomp.lbj.coref.io that implement FileManagerInterface
 class WNFileManager
          An implementation of FileManagerInterface that reads files from the local file system, including from jar files.