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

Packages that use FileManager
com.hp.hpl.jena.assembler   
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.assembler
 

Methods in com.hp.hpl.jena.assembler with parameters of type FileManager
 Model ImportManager.withImports(FileManager fm, Model model)
          Answer model if it has no imports, or a union model with model as its base and its imported models as the other components.
 

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, 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.setGlobalFileManager(FileManager globalFileManager)
          Set the global file manager (as returned by get()) If called before any call to get(), then the usual default filemanager is not created
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.
 



Licenced under the Apache License, Version 2.0