Package com.citytechinc.cq.clientlibs.core.domain.sling.runmode.impl

Examples of com.citytechinc.cq.clientlibs.core.domain.sling.runmode.impl.BasicSlingRunModeGroup


     * @param compositeRunMode
     * @return
     */
    public static SlingRunModeGroup forCompositeRunMode(String compositeRunMode) {

        return new BasicSlingRunModeGroup(Sets.newHashSet(compositeRunMode.split("\\.")));
    }
View Full Code Here

TOP

Related Classes of com.citytechinc.cq.clientlibs.core.domain.sling.runmode.impl.BasicSlingRunModeGroup

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.