org.eaglei.datatools.jena
Class RESTRepositoryProviderFactory

java.lang.Object
  extended by org.eaglei.datatools.jena.RESTRepositoryProviderFactory
All Implemented Interfaces:
RepositoryProviderFactory

public class RESTRepositoryProviderFactory
extends java.lang.Object
implements RepositoryProviderFactory


Constructor Summary
RESTRepositoryProviderFactory()
           
 
Method Summary
 RepositoryProvider createRepositoryProvider(DatatoolsConfiguration config)
          Creates a new RepositoryProvider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RESTRepositoryProviderFactory

public RESTRepositoryProviderFactory()
Method Detail

createRepositoryProvider

public RepositoryProvider createRepositoryProvider(DatatoolsConfiguration config)
                                            throws java.io.IOException
Description copied from interface: RepositoryProviderFactory
Creates a new RepositoryProvider.

Specified by:
createRepositoryProvider in interface RepositoryProviderFactory
Parameters:
config - Repository configuration.
Returns:
RepositoryProvider.
Throws:
java.io.IOException - Thrown if an error is encountered creating the provider.


Copyright © 2009-2010 Eagle-I. All Rights Reserved.