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

Examples of org.apache.sling.discovery.impl.topology.connector.ConnectorRegistryImpl


    }

    public static ConnectorRegistry createConnectorRegistry(
            AnnouncementRegistry topologyService, Config config)
            throws Exception {
        ConnectorRegistryImpl c = new ConnectorRegistryImpl();
        PrivateAccessor.setField(c, "announcementRegistry", topologyService);
        PrivateAccessor.setField(c, "config", config);
        return c;
    }
View Full Code Here

TOP

Related Classes of org.apache.sling.discovery.impl.topology.connector.ConnectorRegistryImpl

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.