Class ProxyRepositoryFactory
- java.lang.Object
-
- org.eclipse.rdf4j.repository.sail.config.ProxyRepositoryFactory
-
- All Implemented Interfaces:
RepositoryFactory
public class ProxyRepositoryFactory extends Object implements RepositoryFactory
-
-
Field Summary
Fields Modifier and Type Field Description static StringREPOSITORY_TYPEThe type of repositories that are created by this factory.
-
Constructor Summary
Constructors Constructor Description ProxyRepositoryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RepositoryImplConfiggetConfig()RepositorygetRepository(RepositoryImplConfig config)StringgetRepositoryType()
-
-
-
Field Detail
-
REPOSITORY_TYPE
public static final String REPOSITORY_TYPE
The type of repositories that are created by this factory.
-
-
Method Detail
-
getRepositoryType
public String getRepositoryType()
- Specified by:
getRepositoryTypein interfaceRepositoryFactory
-
getConfig
public RepositoryImplConfig getConfig()
- Specified by:
getConfigin interfaceRepositoryFactory
-
getRepository
public Repository getRepository(RepositoryImplConfig config) throws RepositoryConfigException
- Specified by:
getRepositoryin interfaceRepositoryFactory- Throws:
RepositoryConfigException
-
-