public class ProxyRepositoryFactory extends Object implements RepositoryFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
REPOSITORY_TYPE
The type of repositories that are created by this factory.
|
| Constructor and Description |
|---|
ProxyRepositoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryImplConfig |
getConfig() |
Repository |
getRepository(RepositoryImplConfig config) |
String |
getRepositoryType() |
public static final String REPOSITORY_TYPE
public String getRepositoryType()
getRepositoryType in interface RepositoryFactorypublic RepositoryImplConfig getConfig()
getConfig in interface RepositoryFactorypublic Repository getRepository(RepositoryImplConfig config) throws RepositoryConfigException
getRepository in interface RepositoryFactoryRepositoryConfigExceptionCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.