Package org.apache.jackrabbit.api
Interface JackrabbitRepositoryFactory
-
- All Superinterfaces:
RepositoryFactory
public interface JackrabbitRepositoryFactory extends 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.-
Methods inherited from interface javax.jcr.RepositoryFactory
getRepository
-
-
-
-
Method Detail
-
getRepositoryManager
RepositoryManager getRepositoryManager(JackrabbitRepository repository) throws 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:
RepositoryException
-
-