RolloutConfigManager.java 443 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.day.cq.wcm.api.WCMException
 */
package com.day.cq.wcm.msm.api;

import com.day.cq.wcm.api.WCMException;
import com.day.cq.wcm.msm.api.RolloutConfig;
import java.util.Set;

public interface RolloutConfigManager {
    public Set<String> getRolloutConfigs() throws WCMException;

    public RolloutConfig getRolloutConfig(String var1) throws WCMException;
}