Class StardogRepositoryFactory

  • All Implemented Interfaces:
    org.eclipse.rdf4j.repository.config.RepositoryFactory

    public final class StardogRepositoryFactory
    extends java.lang.Object
    implements org.eclipse.rdf4j.repository.config.RepositoryFactory

    Implementation of Sesame's RepositoryFactory interface to support creating StardogRepository instances via their repository configuration API

    Since:
    0.5.1
    Version:
    4.0
    Author:
    Michael Grove
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.rdf4j.model.IRI connectionString  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.rdf4j.repository.config.RepositoryImplConfig getConfig()
      org.eclipse.rdf4j.repository.Repository getRepository​(org.eclipse.rdf4j.repository.config.RepositoryImplConfig theRepositoryImplConfig)
      java.lang.String getRepositoryType()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • connectionString

        public static final org.eclipse.rdf4j.model.IRI connectionString
    • Constructor Detail

      • StardogRepositoryFactory

        public StardogRepositoryFactory()
    • Method Detail

      • getRepositoryType

        public java.lang.String getRepositoryType()
        Specified by:
        getRepositoryType in interface org.eclipse.rdf4j.repository.config.RepositoryFactory
      • getConfig

        public org.eclipse.rdf4j.repository.config.RepositoryImplConfig getConfig()
        Specified by:
        getConfig in interface org.eclipse.rdf4j.repository.config.RepositoryFactory
      • getRepository

        public org.eclipse.rdf4j.repository.Repository getRepository​(org.eclipse.rdf4j.repository.config.RepositoryImplConfig theRepositoryImplConfig)
                                                              throws org.eclipse.rdf4j.repository.config.RepositoryConfigException
        Specified by:
        getRepository in interface org.eclipse.rdf4j.repository.config.RepositoryFactory
        Throws:
        org.eclipse.rdf4j.repository.config.RepositoryConfigException