Package org.apache.jackrabbit.oak.core

Examples of org.apache.jackrabbit.oak.core.AbstractRoot


            server = null;
        }
    }

    protected AbstractRoot createRoot() {
        return new AbstractRoot(store, hook, PostCommitHook.EMPTY, "solr-query-engine-it", new Subject(),
                new OpenSecurityProvider(), new CompositeQueryIndexProvider()) {
            @Nonnull
            @Override
            public ContentSession getContentSession() {
                throw new UnsupportedOperationException();
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.oak.core.AbstractRoot

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.