public class DatasetRepository extends RepositoryWrapper
| Constructor and Description |
|---|
DatasetRepository() |
DatasetRepository(SailRepository delegate) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryConnection |
getConnection() |
SailRepository |
getDelegate() |
void |
loadDataset(URL url,
URI context,
ParserConfig config) |
void |
setDelegate(Repository delegate) |
getDataDir, getValueFactory, initialize, isInitialized, isWritable, setDataDir, shutDown, toStringpublic DatasetRepository()
public DatasetRepository(SailRepository delegate)
public void setDelegate(Repository delegate)
setDelegate in interface DelegatingRepositorysetDelegate in class RepositoryWrapperpublic SailRepository getDelegate()
getDelegate in interface DelegatingRepositorygetDelegate in class RepositoryWrapperpublic RepositoryConnection getConnection() throws RepositoryException
getConnection in interface RepositorygetConnection in class RepositoryWrapperRepositoryExceptionpublic void loadDataset(URL url, URI context, ParserConfig config) throws RepositoryException
RepositoryExceptionCopyright © 2001-2014 Aduna. All Rights Reserved.