Interface RepositoryFactory


  • @ProviderType
    public interface RepositoryFactory
    RepositoryProvider...
    • Method Detail

      • getSupportedSchemes

        Set<String> getSupportedSchemes()
      • createRepository

        javax.jcr.Repository createRepository​(RepositoryAddress address)
                                       throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
      • createRepository

        javax.jcr.Repository createRepository​(RepositoryAddress address,
                                              ConnectionOptions options)
                                       throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException