Uses of Class
org.apache.jackrabbit.test.RepositoryStub
-
Packages that use RepositoryStub Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.test -
-
Uses of RepositoryStub in org.apache.jackrabbit.core
Subclasses of RepositoryStub in org.apache.jackrabbit.core Modifier and Type Class Description classJackrabbitRepositoryStubRepositoryStub implementation for Apache Jackrabbit. -
Uses of RepositoryStub in org.apache.jackrabbit.test
Subclasses of RepositoryStub in org.apache.jackrabbit.test Modifier and Type Class Description classJNDIRepositoryStubImplements the abstract classRepositoryStuband uses JNDI to obtain ajavax.jcr.Repositoryinstance.Methods in org.apache.jackrabbit.test that return RepositoryStub Modifier and Type Method Description static RepositoryStubRepositoryStub. getInstance(Map configuration)Creates and/or returns the configuredRepositryStubimplementation.
-