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