Uses of Interface
org.apache.jena.util.FileManager
Packages that use FileManager
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
Miscellaneous collection of utility classes.
-
Uses of FileManager in org.apache.jena.assembler
Methods in org.apache.jena.assembler with parameters of type FileManagerModifier and TypeMethodDescriptionImportManager.withImports(FileManager fm, Model model) Answermodelif it has no imports, or a union model withmodelas its base and its imported models as the other components. -
Uses of FileManager in org.apache.jena.assembler.assemblers
Constructors in org.apache.jena.assembler.assemblers with parameters of type FileManager -
Uses of FileManager in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return FileManagerModifier and TypeMethodDescriptionOntDocumentManager.getFileManager()Answer the file manager instance being used by this document manager.Methods in org.apache.jena.ontology with parameters of type FileManagerModifier and TypeMethodDescriptionvoidOntDocumentManager.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 org.apache.jena.ontology with parameters of type FileManagerModifierConstructorDescriptionOntDocumentManager(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.OntDocumentManager(FileManager fileMgr, Model config) Initialise a document manager with the given configuration model. -
Uses of FileManager in org.apache.jena.util
Classes in org.apache.jena.util that implement FileManagerModifier and TypeClassDescriptionclassFileManager A FileManager provides access to named file-like resources by opening InputStreams to things in the filing system, by URL (http: and file:) and found by the classloader.Methods in org.apache.jena.util that return FileManagerModifier and TypeMethodDescriptionFileManager.clone()FileManagerImpl.clone()static FileManagerFileManager.create()Deprecated.static FileManagerFileManager.create(LocationMapper locMap) Deprecated.UseStreamManager.static FileManagerFileManager.createStd()Deprecated.UseStreamManagerstatic FileManagerFileManager.get()Deprecated.UseRDFDataMgrto read RDF files.static FileManagerFileManagerImpl.get()Get the global file manager.static FileManagerFileManager.getInternal()For use within Jena libraries only.static FileManagerFileManager.getInternalNoInit()For use within Jena libraries only.static FileManagerFileManagerImpl.makeGlobal()Create a "standard" FileManager.Methods in org.apache.jena.util with parameters of type FileManagerModifier and TypeMethodDescriptionstatic voidFileManager.setGlobalFileManager(FileManager fm) Deprecated.UseStreamManager.setGlobalstatic voidFileManagerImpl.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
StreamManager