org.apache.jackrabbit.commons.repository
Interface RepositoryFactory

All Known Implementing Classes:
FilterRepositoryFactory, JNDIRepositoryFactory, ServletRepositoryFactory, SingletonRepositoryFactory

public interface RepositoryFactory

Factory interface for JCR content repositories.

Since:
1.4

Method Summary
 Repository getRepository()
          Returns a content repository.
 

Method Detail

getRepository

Repository getRepository()
                         throws RepositoryException
Returns a content repository.

Returns:
content repository
Throws:
RepositoryException - if a repository is not available


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.