Uses of Class
tech.oxfordsemantic.jrdfox.client.InputSourceFactory
Packages that use InputSourceFactory
-
Uses of InputSourceFactory in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return InputSourceFactoryModifier and TypeMethodDescriptionstatic InputSourceFactoryInputSourceFactory.newInputSourceFactory(File file) Creates an input source that provides data to RDFox by reading the specified file.static InputSourceFactoryInputSourceFactory.newInputSourceFactory(File file, String encryptionAlgorithm, String encryptionKey) Creates an input source that provides data to RDFox by reading the specified encrypted file.static InputSourceFactoryInputSourceFactory.newInputSourceFactory(String name, String baseIRI, InputStream content) Creates an input source that provides data to RDFox by reading the specified input stream.static InputSourceFactoryInputSourceFactory.newInputSourceFactory(String name, String baseIRI, String content) Creates an input source that provides data to RDFox by reading the specified string.static InputSourceFactoryInputSourceFactory.newInputSourceFactory(URI uri) Creates an input source that provides data to RDFox by reading the specified URI.static InputSourceFactoryInputSourceFactory.newInputSourceFactory(URL url) Creates an input source that provides data to RDFox by reading the specified URL.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type InputSourceFactoryModifier and TypeMethodDescriptionDataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, InputSourceFactory inputSourceFactory, String formatName, ImportNotificationMonitor importNotificationMonitor) Imports the data described by the given input source factory into the data store Triples in the default graph will be put into the named graph specified using thedefaultGraphparameter.DataStoreConnection.importData(UpdateType updateType, InputSourceFactory inputSourceFactory, String formatName, ImportNotificationMonitor importNotificationMonitor) Imports the data described by the given input source factory into the data store.Method parameters in tech.oxfordsemantic.jrdfox.client with type arguments of type InputSourceFactoryModifier and TypeMethodDescriptionDataStoreConnection.importData(ResourceValue defaultGraph, UpdateType updateType, Collection<InputSourceFactory> inputSourceFactories, String formatName, ImportNotificationMonitor importNotificationMonitor) Imports the data described by the given input source factories into the data store.DataStoreConnection.importData(UpdateType updateType, Collection<InputSourceFactory> inputSourceFactories, String formatName, ImportNotificationMonitor importNotificationMonitor) Imports the data described by the given input source factories into the data store.