Package org.apache.sling.replication.packaging.impl.importer

Examples of org.apache.sling.replication.packaging.impl.importer.RemoteReplicationPackageImporter


            TransportAuthenticationProvider authenticationProvider = createTransportAuthenticationProvider(authenticationProviderProperties, componentProvider);

            String[] endpoints = PropertiesUtil.toStringArray(properties.get(PACKAGE_EXPORTER_REMOTE_PROPERTY_ENDPOINTS), new String[0]);
            String endpointStrategyName = PropertiesUtil.toString(properties.get(PACKAGE_EXPORTER_REMOTE_PROPERTY_ENDPOINTS_STRATEGY), "One");

            return new RemoteReplicationPackageImporter(authenticationProvider, endpoints, endpointStrategyName);
        }

        return null;
    }
View Full Code Here

TOP

Related Classes of org.apache.sling.replication.packaging.impl.importer.RemoteReplicationPackageImporter

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.