Interface RepositoryFactory
-
@ProviderType public interface RepositoryFactory
RepositoryProvider
...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Repository
createRepository(RepositoryAddress address)
Repository
createRepository(RepositoryAddress address, ConnectionOptions options)
Set<String>
getSupportedSchemes()
-
-
-
Method Detail
-
createRepository
Repository createRepository(RepositoryAddress address) throws RepositoryException
- Throws:
RepositoryException
-
createRepository
Repository createRepository(RepositoryAddress address, ConnectionOptions options) throws RepositoryException
- Throws:
RepositoryException
-
-