org.apache.lenya.cms.repo
Interface RepositoryFactory


public interface RepositoryFactory

Factory for repositories.


Method Summary
 Repository getRepository(java.lang.String webappPath)
           
 

Method Detail

getRepository

Repository getRepository(java.lang.String webappPath)
                         throws RepositoryException
Parameters:
webappPath - The absolute path to the Lenya web application.
Returns:
A repository.
Throws:
RepositoryException - if an error occurs.


Copyright © $ Apache Software Foundation. All Rights Reserved.