ProfileRetriever.java 514 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.apache.sling.api.resource.Resource
 */
package com.adobe.cq.mcm.campaign.profile;

import com.adobe.cq.mcm.campaign.profile.MetaDataNode;
import com.adobe.cq.mcm.campaign.profile.Profile;
import com.day.cq.mcm.campaign.ACConnectorException;
import org.apache.sling.api.resource.Resource;

public interface ProfileRetriever {
    public Profile load(Resource var1, String var2, MetaDataNode var3) throws ACConnectorException;
}