Uses of Interface
org.apache.jackrabbit.api.JackrabbitRepository
-
Packages that use JackrabbitRepository Package Description org.apache.jackrabbit.api Jackrabbit extensions for JCR core interfacesorg.apache.jackrabbit.oak.jcr.osgi org.apache.jackrabbit.oak.jcr.repository -
-
Uses of JackrabbitRepository in org.apache.jackrabbit.api
Methods in org.apache.jackrabbit.api with parameters of type JackrabbitRepository Modifier and Type Method Description RepositoryManager
JackrabbitRepositoryFactory. getRepositoryManager(JackrabbitRepository repository)
Get the repository management component. -
Uses of JackrabbitRepository in org.apache.jackrabbit.oak.jcr.osgi
Classes in org.apache.jackrabbit.oak.jcr.osgi that implement JackrabbitRepository Modifier and Type Class Description class
OsgiRepository
Workaround to a JAAS class loading issue in OSGi environments. -
Uses of JackrabbitRepository in org.apache.jackrabbit.oak.jcr.repository
Classes in org.apache.jackrabbit.oak.jcr.repository that implement JackrabbitRepository Modifier and Type Class Description class
RepositoryImpl
TODO document
-