Package org.eclipse.rdf4j.repository
Interface DelegatingRepository
- All Superinterfaces:
Repository
- All Known Implementing Classes:
ContextAwareRepository
,DatasetRepository
,FedXRepositoryWrapper
,InterceptingRepositoryWrapper
,NotifyingRepositoryWrapper
,RepositoryWrapper
Main interface for repositories that wrap another repository.
-
Method Summary
Methods inherited from interface org.eclipse.rdf4j.repository.Repository
getConnection, getDataDir, getValueFactory, init, isInitialized, isWritable, setDataDir, shutDown
-
Method Details
-
getDelegate
Repository getDelegate() -
setDelegate
-