Interface RepositoryFactory
- All Known Implementing Classes:
JNDIRepositoryFactory,SingletonRepositoryFactory
public interface RepositoryFactory
Factory interface for JCR content repositories.
- Since:
- 1.4
-
Method Summary
-
Method Details
-
getRepository
Returns a content repository.- Returns:
- content repository
- Throws:
RepositoryException- if a repository is not available
-