Uses of Interface
org.apache.jackrabbit.commons.repository.RepositoryFactory
-
Packages that use RepositoryFactory Package Description org.apache.jackrabbit.commons.repository -
-
Uses of RepositoryFactory in org.apache.jackrabbit.commons.repository
Classes in org.apache.jackrabbit.commons.repository that implement RepositoryFactory Modifier and Type Class Description classJNDIRepositoryFactoryFactory that looks up a repository from JNDI.classSingletonRepositoryFactoryRepository factory that always returns the same configured repository.Constructors in org.apache.jackrabbit.commons.repository with parameters of type RepositoryFactory Constructor Description ProxyRepository(RepositoryFactory factory)Creates a proxy for the repository (or repositories) accessible through the given factory.
-