Uses of Interface
tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.client |
-
Uses of ImportNotificationMonitor in tech.oxfordsemantic.jrdfox.client
Fields in tech.oxfordsemantic.jrdfox.client declared as ImportNotificationMonitor Modifier and Type Field Description static ImportNotificationMonitorImportNotificationMonitor. s_firstErrorExceptionMonitorProvides a default implementation of an import monitor that throws an exception upon first error notification.static ImportNotificationMonitorImportNotificationMonitor. s_nullMonitorProvides a default implementation of an import monitor that ignores all notifications.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type ImportNotificationMonitor 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.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.