Uses of Interface
org.apache.jackrabbit.core.TransientRepository.RepositoryFactory
-
Packages that use TransientRepository.RepositoryFactory Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. -
-
Uses of TransientRepository.RepositoryFactory in org.apache.jackrabbit.core
Constructors in org.apache.jackrabbit.core with parameters of type TransientRepository.RepositoryFactory Constructor Description TransientRepository(TransientRepository.RepositoryFactory factory, String home)
Creates a transient repository proxy that will use the given repository factory to initialize the underlying repository instances.
-