Conf.java
619 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.api.resource.Resource
* org.apache.sling.api.resource.ValueMap
*/
package com.adobe.granite.confmgr;
import com.adobe.granite.confmgr.ConfConstants;
import java.util.List;
import org.apache.sling.api.resource.Resource;
import org.apache.sling.api.resource.ValueMap;
public interface Conf
extends ConfConstants {
public ValueMap getItem(String var1);
public Resource getItemResource(String var1);
public List<ValueMap> getList(String var1);
public List<Resource> getListResources(String var1);
}