org.qi4j.library.rdf.repository
Class HttpRepositoryService.HttpRepositoryMixin

java.lang.Object
  extended by org.openrdf.repository.base.RepositoryBase
      extended by org.openrdf.repository.http.HTTPRepository
          extended by org.qi4j.library.rdf.repository.HttpRepositoryService.HttpRepositoryMixin
All Implemented Interfaces:
org.openrdf.repository.Repository
Enclosing interface:
HttpRepositoryService

public static class HttpRepositoryService.HttpRepositoryMixin
extends org.openrdf.repository.http.HTTPRepository
implements org.openrdf.repository.Repository


Constructor Summary
HttpRepositoryService.HttpRepositoryMixin(Configuration<HttpRepositoryConfiguration> configuration)
           
 
Method Summary
 
Methods inherited from class org.openrdf.repository.http.HTTPRepository
getConnection, getDataDir, getPreferredRDFFormat, getPreferredTupleQueryResultFormat, getRepositoryURL, getValueFactory, initializeInternal, isWritable, setDataDir, setPreferredRDFFormat, setPreferredTupleQueryResultFormat, setUsernameAndPassword, shutDownInternal
 
Methods inherited from class org.openrdf.repository.base.RepositoryBase
initialize, isInitialized, shutDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openrdf.repository.Repository
getConnection, getDataDir, getValueFactory, initialize, isInitialized, isWritable, setDataDir, shutDown
 

Constructor Detail

HttpRepositoryService.HttpRepositoryMixin

public HttpRepositoryService.HttpRepositoryMixin(@This
                                                 Configuration<HttpRepositoryConfiguration> configuration)