org.openrdf.sail.config
Interface SailImplConfig

All Known Subinterfaces:
DelegatingSailImplConfig
All Known Implementing Classes:
DelegatingSailImplConfigBase, DirectTypeHierarchyInferencerConfig, ForwardChainingRDFSInferencerConfig, MemoryStoreConfig, NativeStoreConfig, RdbmsStoreConfig, SailImplConfigBase

public interface SailImplConfig

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 SailConfigException
Validates this configuration. A SailConfigException is thrown when the configuration is invalid. The exception should contain an error message that indicates why the configuration is invalid.

Throws:
SailConfigException - If the configuration is invalid.

export

Resource export(Graph graph)

parse

void parse(Graph graph,
           Resource implNode)
           throws SailConfigException
Throws:
SailConfigException


Copyright © 2001-2008 Aduna. All Rights Reserved.