Uses of Class
org.apache.jena.riot.adapters.AdapterFileManager
-
Packages that use AdapterFileManager Package Description org.apache.jena.riot.adapters -
-
Uses of AdapterFileManager in org.apache.jena.riot.adapters
Methods in org.apache.jena.riot.adapters that return AdapterFileManager Modifier and Type Method Description static AdapterFileManagerAdapterFileManager. get()Get the global file manager.static AdapterFileManagerAdapterFileManager. makeGlobal()Create a "standard" FileManager.Methods in org.apache.jena.riot.adapters with parameters of type AdapterFileManager Modifier and Type Method Description static voidAdapterFileManager. setGlobalFileManager(AdapterFileManager 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
-