Uses of Class
tech.oxfordsemantic.jrdfox.client.InputSourceFactory
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.client |
-
Uses of InputSourceFactory in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return InputSourceFactory Modifier and Type Method Description static InputSourceFactoryInputSourceFactory. newInputSourceFactory(java.io.File file)Creates an input source that provides data to RDFox by reading the specified file.static InputSourceFactoryInputSourceFactory. newInputSourceFactory(java.lang.String name, java.io.InputStream content)Creates an input source that provides data to RDFox by reading the specified input stream.static InputSourceFactoryInputSourceFactory. newInputSourceFactory(java.lang.String name, java.lang.String content)Creates an input source that provides data to RDFox by reading the specified string.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type InputSourceFactory Modifier and Type Method Description ImportResultDataStoreConnection. importData(UpdateType updateType, Prefixes prefixes, InputSourceFactory inputSourceFactory, java.lang.String formatName, ImportNotificationMonitor importNotificationMonitor)Imports the data described by the given input source factory into the current data store.Method parameters in tech.oxfordsemantic.jrdfox.client with type arguments of type InputSourceFactory Modifier and Type Method Description ImportResultDataStoreConnection. importData(UpdateType updateType, Prefixes prefixes, java.util.Collection<InputSourceFactory> inputSourceFactories, java.lang.String formatName, ImportNotificationMonitor importNotificationMonitor)Imports the data described by the given input source factories into the current data store.