Package org.apache.sling.discovery.impl.topology.announcement

Examples of org.apache.sling.discovery.impl.topology.announcement.AnnouncementRegistryImpl


    }

    public static AnnouncementRegistry createITopologyAnnouncementRegistry(
            ResourceResolverFactory resourceResolverFactory, Config config, String slingId)
            throws Exception {
        AnnouncementRegistry topologyService = new AnnouncementRegistryImpl();

        PrivateAccessor.setField(topologyService, "resourceResolverFactory",
                resourceResolverFactory);
        PrivateAccessor.setField(topologyService, "settingsService",
                MockFactory.mockSlingSettingsService(slingId));
View Full Code Here

TOP

Related Classes of org.apache.sling.discovery.impl.topology.announcement.AnnouncementRegistryImpl

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.