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 class
JackrabbitRepositoryStub
RepositoryStub 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 class
JNDIRepositoryStub
Implements the abstract classRepositoryStub
and uses JNDI to obtain ajavax.jcr.Repository
instance.Methods in org.apache.jackrabbit.test that return RepositoryStub Modifier and Type Method Description static RepositoryStub
RepositoryStub. getInstance(Map configuration)
Creates and/or returns the configuredRepositryStub
implementation.
-