Uses of Class
org.apache.jackrabbit.test.RepositoryStubException
-
Packages that use RepositoryStubException Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.test -
-
Uses of RepositoryStubException in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that throw RepositoryStubException Modifier and Type Method Description Repository
JackrabbitRepositoryStub. getRepository()
Returns the configured repository instance. -
Uses of RepositoryStubException in org.apache.jackrabbit.test
Methods in org.apache.jackrabbit.test that throw RepositoryStubException Modifier and Type Method Description static RepositoryStub
RepositoryStub. getInstance(Map configuration)
Creates and/or returns the configuredRepositryStub
implementation.Repository
JNDIRepositoryStub. getRepository()
Returns a reference to theRepository
provided by thisRepositoryStub
.abstract Repository
RepositoryStub. getRepository()
Returns a reference to theRepository
provided by thisRepositoryStub
.
-