Package org.apache.sling.discovery.impl.setup

Examples of org.apache.sling.discovery.impl.setup.MockedResource


    public DefaultInstanceDescriptionImpl constructInstanceDescription(
            DefaultClusterViewImpl clusterView, boolean isLeader,
            boolean isOwn, String theSlingId, Map<String, String> properties)
            throws Exception {

        Resource res = new MockedResource(new MockedResourceResolver(),
                "/foo/bar", "nt:unstructured");

        return new EstablishedInstanceDescription(clusterView, res, theSlingId,
                isLeader, isOwn);
    }
View Full Code Here

TOP

Related Classes of org.apache.sling.discovery.impl.setup.MockedResource

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.