Package org.apache.jackrabbit.api
Interface JackrabbitRepositoryFactory
- All Superinterfaces:
RepositoryFactory
Classes that implement this interface additionally provide management features.
-
Method Summary
Modifier and TypeMethodDescriptiongetRepositoryManager
(JackrabbitRepository repository) Get the repository management component.Methods inherited from interface javax.jcr.RepositoryFactory
getRepository
-
Method Details
-
getRepositoryManager
Get the repository management component. Only the factory that created the given repository may retrieve the manager.- Parameters:
repository
- the repository to manage- Returns:
- the manager
- Throws:
RepositoryException
-