Package org.apache.jackrabbit.api
Interface JackrabbitRepositoryFactory
-
- All Superinterfaces:
javax.jcr.RepositoryFactory
@ProviderType public interface JackrabbitRepositoryFactory extends javax.jcr.RepositoryFactory
Classes that implement this interface additionally provide management features.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositoryManager
getRepositoryManager(JackrabbitRepository repository)
Get the repository management component.
-
-
-
Method Detail
-
getRepositoryManager
RepositoryManager getRepositoryManager(JackrabbitRepository repository) throws javax.jcr.RepositoryException
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:
javax.jcr.RepositoryException
-
-