Interface RepositoryFactory
-
public interface RepositoryFactoryRepositoryProvider...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositorycreateRepository(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
-
-