org.apache.jackrabbit.commons.repository
Interface RepositoryFactory

All Known Implementing Classes:
AbstractRemoteRepositoryFactory, ContextRepositoryFactory, CrossContextRepositoryFactory, JNDIRemoteRepositoryFactory, JNDIRepositoryFactory, RMIRemoteRepositoryFactory, ServletRepositoryFactory, SingletonRepositoryFactory, URLRemoteRepositoryFactory

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-2008 The Apache Software Foundation. All Rights Reserved.