java.lang.Object
it.uniroma2.art.semanticturkey.extension.extpts.deployer.Source
it.uniroma2.art.semanticturkey.extension.extpts.deployer.RepositorySource

public class RepositorySource extends Source
A Source for a Deployer that wraps an RepositoryConnection. This kind of source is used, for example, when data are deployed as is without apply any transformation to a non-RDF format.
Author:
Manuel Fiorelli
  • Constructor Details

    • RepositorySource

      public RepositorySource(org.eclipse.rdf4j.repository.RepositoryConnection sourceRepository, org.eclipse.rdf4j.model.IRI[] graphs, Project project)
  • Method Details

    • getSourceRepositoryConnection

      public org.eclipse.rdf4j.repository.RepositoryConnection getSourceRepositoryConnection()
    • getGraphs

      public org.eclipse.rdf4j.model.IRI[] getGraphs()
    • getProject

      public Project getProject()