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