ConfMgr.java
488 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.api.resource.Resource
* org.apache.sling.api.resource.ResourceResolver
*/
package com.adobe.granite.confmgr;
import com.adobe.granite.confmgr.Conf;
import org.apache.sling.api.resource.Resource;
import org.apache.sling.api.resource.ResourceResolver;
public interface ConfMgr {
public Conf getConf(Resource var1);
public Conf getConf(Resource var1, ResourceResolver var2);
}