org.openrdf.repository.config
Interface RepositoryImplConfig
- All Known Subinterfaces:
- DelegatingRepositoryImplConfig
- All Known Implementing Classes:
- ContextAwareConfig, DatasetRepositoryConfig, DelegatingRepositoryImplConfigBase, HTTPRepositoryConfig, RepositoryImplConfigBase, SailRepositoryConfig, SystemRepositoryConfig
public interface RepositoryImplConfig
- Author:
- Arjohn Kampman
getType
String getType()
validate
void validate()
throws RepositoryConfigException
- Validates this configuration. A
RepositoryConfigException is
thrown when the configuration is invalid. The exception should contain an
error message that indicates why the configuration is invalid.
- Throws:
RepositoryConfigException - If the configuration is invalid.
export
Resource export(Graph graph)
parse
void parse(Graph graph,
Resource implNode)
throws RepositoryConfigException
- Throws:
RepositoryConfigException
Copyright © 2001-2009 Aduna. All Rights Reserved.