Uses of Class
com.hp.hpl.jena.util.FileManager

Packages that use FileManager
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. 
com.hp.hpl.jena.util Miscellaneous collection of utility classes. 
 

Uses of FileManager in com.hp.hpl.jena.ontology
 

Methods in com.hp.hpl.jena.ontology that return FileManager
 FileManager OntDocumentManager.getFileManager()
          Answer the file manager instance being used by this document manager.
 

Methods in com.hp.hpl.jena.ontology with parameters of type FileManager
 void OntDocumentManager.setFileManager(FileManager fileMgr)
          Set the file manager used by this ODM instance to a copy of the global file manager (and, by extension, the global location mapper).
 

Constructors in com.hp.hpl.jena.ontology with parameters of type FileManager
OntDocumentManager(FileManager fileMgr, Model config)
          Initialise a document manager with the given configuration model.
OntDocumentManager(FileManager fileMgr, java.lang.String path)
           Initialise a document manager by with the given FileManager, and then searching the given path for ontology metadata about known ontologies cached locally.
 

Uses of FileManager in com.hp.hpl.jena.util
 

Methods in com.hp.hpl.jena.util that return FileManager
static FileManager FileManager.get()
          Get the global file manager.
static FileManager FileManager.makeGlobal()
          Create a "standard" FileManager.
 

Methods in com.hp.hpl.jena.util with parameters of type FileManager
static void FileManager.setStdLocators(FileManager fMgr)
          Force a file handler to have the default configuration.
 

Constructors in com.hp.hpl.jena.util with parameters of type FileManager
FileManager(FileManager filemanager)
          Create a new file manager that is a deep copy another.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP