ProviderSettingsManager.java
458 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.cq.contentinsight;
import org.apache.sling.api.resource.Resource;
import org.apache.sling.api.resource.ValueMap;
public interface ProviderSettingsManager {
public ValueMap getProviderSettings(Resource var1);
public boolean hasActiveProviders(Resource var1);
}