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