org.openrdf.repository.config
Interface RepositoryImplConfig

All Known Subinterfaces:
DelegatingRepositoryImplConfig
All Known Implementing Classes:
DatasetRepositoryConfig, DelegatingRepositoryImplConfigBase, HTTPRepositoryConfig, RepositoryImplConfigBase, SailRepositoryConfig, SystemRepositoryConfig

public interface RepositoryImplConfig

Author:
Arjohn Kampman

Method Summary
 Resource export(Graph graph)
           
 String getType()
           
 void parse(Graph graph, Resource implNode)
           
 void validate()
          Validates this configuration.
 

Method Detail

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-2007 Aduna. All Rights Reserved.