Interface RepositoryFactory
-
- All Known Implementing Classes:
JNDIRepositoryFactory
,SingletonRepositoryFactory
public interface RepositoryFactory
Factory interface for JCR content repositories.- Since:
- 1.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.jcr.Repository
getRepository()
Returns a content repository.
-