Uses of Class
tech.oxfordsemantic.jrdfox.client.UpdateType
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.client |
-
Uses of UpdateType in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return UpdateType Modifier and Type Method Description static UpdateTypeUpdateType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UpdateType[]UpdateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type UpdateType Modifier and Type Method Description ImportResultDataStoreConnection. importData(UpdateType updateType, Prefixes prefixes, java.io.File file)Imports the data from the given file into the current data store.ImportResultDataStoreConnection. importData(UpdateType updateType, Prefixes prefixes, java.io.InputStream inputStream)Imports the data from the given input stream into the current data store.ImportResultDataStoreConnection. importData(UpdateType updateType, Prefixes prefixes, java.lang.String content)Imports the data from the given string into the current data store.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.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.