Interface RepositoryFactory
-
@ProviderType public interface RepositoryFactory
RepositoryProvider...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositorycreateRepository(RepositoryAddress address)RepositorycreateRepository(RepositoryAddress address, org.apache.jackrabbit.spi2dav.ConnectionOptions options)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
-
createRepository
Repository createRepository(RepositoryAddress address, org.apache.jackrabbit.spi2dav.ConnectionOptions options) throws RepositoryException
- Throws:
RepositoryException
-
-