Package org.apache.sling.provisioning.model.ModelUtility

Examples of org.apache.sling.provisioning.model.ModelUtility.VariableResolver


        }
    }
   
    @Test public void testCustomResolverNoFilter() throws Exception {
        final Model m = U.readCompleteTestModel();
        final VariableResolver r = new CustomResolver();
        final Model effective = ModelUtility.getEffectiveModel(m, r);
        final ArtifactGroup g = U.getGroup(effective, "example", "jackrabbit", 15);
        U.assertArtifact(g, "mvn:org.apache.sling/org.apache.sling.jcr.jackrabbit.server/#example#jackrabbit.version#/jar");
    }
View Full Code Here

TOP

Related Classes of org.apache.sling.provisioning.model.ModelUtility.VariableResolver

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.