org.topbraid.sesame2.module
Class AbstractWriteToSesameRepositoryModule
java.lang.Object
org.topbraid.sparqlmotion.modules.impl.AbstractModule
org.topbraid.sparqlmotion.modules.impl.AbstractRDFInputModule
org.topbraid.sesame2.module.AbstractWriteToSesameRepositoryModule
- All Implemented Interfaces:
- IExecutableModule, IModule, IRDFInputModule
- Direct Known Subclasses:
- WriteToSesameNativeRepositoryModule, WriteToSesameRemoteRepositoryModule
public abstract class AbstractWriteToSesameRepositoryModule
- extends AbstractRDFInputModule
- implements IExecutableModule
|
Method Summary |
protected void |
addTriples(org.openrdf.repository.RepositoryConnection con,
com.hp.hpl.jena.graph.Graph graph,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
protected void |
finish(org.openrdf.repository.RepositoryConnection con,
java.lang.String baseURI,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
protected void |
setNamespaces(com.hp.hpl.jena.graph.Graph graph,
org.openrdf.repository.RepositoryConnection con)
|
| Methods inherited from class org.topbraid.sparqlmotion.modules.impl.AbstractModule |
bindInputURL, bindInputURL, createError, dumpNamespaces, getConfig, getConfigBoolean, getConfigFile, getConfigResource, getConfigString, getContext, getModuleLabel, getQueryStrings, getVarInsertion, init, moni, setContext, setInputModules, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWriteToSesameRepositoryModule
public AbstractWriteToSesameRepositoryModule()
addTriples
protected void addTriples(org.openrdf.repository.RepositoryConnection con,
com.hp.hpl.jena.graph.Graph graph,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.openrdf.repository.RepositoryException
- Throws:
org.openrdf.repository.RepositoryException
finish
protected void finish(org.openrdf.repository.RepositoryConnection con,
java.lang.String baseURI,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.openrdf.repository.RepositoryException
- Throws:
org.openrdf.repository.RepositoryException
setNamespaces
protected void setNamespaces(com.hp.hpl.jena.graph.Graph graph,
org.openrdf.repository.RepositoryConnection con)
throws org.openrdf.repository.RepositoryException
- Throws:
org.openrdf.repository.RepositoryException