Package org.apache.jackrabbit.commons.repository

Examples of org.apache.jackrabbit.commons.repository.SingletonRepositoryFactory


     * repository instance.
     *
     * @return repository factory
     */
    protected RepositoryFactory getRepositoryFactory() {
        return new SingletonRepositoryFactory(repository);
    }
View Full Code Here


     * repository instance.
     *
     * @return repository factory
     */
    protected RepositoryFactory getRepositoryFactory() {
        return new SingletonRepositoryFactory(repository);
    }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.commons.repository.SingletonRepositoryFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.