Package org.apache.jackrabbit.vault.fs.impl.aggregator

Examples of org.apache.jackrabbit.vault.fs.impl.aggregator.RootAggregator


        aggregatorProvider = new AggregatorProvider(config.getAggregators());
        artifactHandlers = Collections.unmodifiableList(config.getHandlers());

        // init root node
        Aggregator rootAggregator = rootNode.getDepth() == 0
                ? new RootAggregator()
                : getAggregator(rootNode, null);
        root = new AggregateImpl(this, rootNode.getPath(), rootAggregator);

        // setup node types
        initNodeTypes();
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.vault.fs.impl.aggregator.RootAggregator

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.