MetaDataRetriever.java 442 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.day.cq.mcm.campaign.ACConnectorException;
import org.apache.sling.api.resource.Resource;

public interface MetaDataRetriever {
    public MetaDataNode retrieve(Resource var1) throws ACConnectorException;
}