001package org.nuxeo.ecm.platform.publisher.helper;
002
003import org.nuxeo.ecm.core.api.CoreSession;
004
005public interface RootSectionFinderFactory {
006
007    RootSectionFinder getRootSectionFinder(CoreSession session);
008
009}