org.eaglei.datatools.provider
Interface RepositoryProviderFactory

All Known Implementing Classes:
RESTRepositoryProviderFactory

public interface RepositoryProviderFactory

Interface for RepositoryProvider factory classes.


Method Summary
 RepositoryProvider createRepositoryProvider(DatatoolsConfiguration config)
          Creates a new RepositoryProvider.
 

Method Detail

createRepositoryProvider

RepositoryProvider createRepositoryProvider(DatatoolsConfiguration config)
                                            throws java.io.IOException
Creates a new RepositoryProvider.

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.