org.openrdf.repository.sparql.config
Class SPARQLRepositoryFactory

java.lang.Object
  extended by org.openrdf.repository.sparql.config.SPARQLRepositoryFactory
All Implemented Interfaces:
RepositoryFactory

public class SPARQLRepositoryFactory
extends Object
implements RepositoryFactory

Creates SPARQLRepository from a configuration.

Author:
James Leigh

Field Summary
static String REPOSITORY_TYPE
           
 
Constructor Summary
SPARQLRepositoryFactory()
           
 
Method Summary
 RepositoryImplConfig getConfig()
           
 SPARQLRepository getRepository(RepositoryImplConfig config)
           
 String getRepositoryType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPOSITORY_TYPE

public static final String REPOSITORY_TYPE
See Also:
Constant Field Values
Constructor Detail

SPARQLRepositoryFactory

public SPARQLRepositoryFactory()
Method Detail

getRepositoryType

public String getRepositoryType()
Specified by:
getRepositoryType in interface RepositoryFactory

getConfig

public RepositoryImplConfig getConfig()
Specified by:
getConfig in interface RepositoryFactory

getRepository

public SPARQLRepository getRepository(RepositoryImplConfig config)
                               throws RepositoryConfigException
Specified by:
getRepository in interface RepositoryFactory
Throws:
RepositoryConfigException


Copyright © 2004-2010 James Leigh Services Inc.. All Rights Reserved.