Class ReadOnlyRepositoryWrapperFactory

java.lang.Object
it.uniroma2.art.semanticturkey.repository.config.ReadOnlyRepositoryWrapperFactory
All Implemented Interfaces:
org.eclipse.rdf4j.repository.config.RepositoryFactory

public class ReadOnlyRepositoryWrapperFactory extends Object implements org.eclipse.rdf4j.repository.config.RepositoryFactory
Author:
Manuel Fiorelli
  • Field Details

  • Constructor Details

    • ReadOnlyRepositoryWrapperFactory

      public ReadOnlyRepositoryWrapperFactory()
  • Method Details

    • getRepositoryType

      public 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 config) 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
    • registerFactory

      public static void registerFactory()
      Static hook for the registration of this factory to the RDF4J infrastructure. The necessity of this hook is determined by the fact that under OSGi files under "META-INF/service" are not correctly recognized.