ConfigurationManagerFactory.java
518 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
* org.apache.sling.api.resource.ResourceResolver
*/
package com.day.cq.wcm.webservicesupport;
import aQute.bnd.annotation.ProviderType;
import com.day.cq.wcm.webservicesupport.ConfigurationManager;
import org.apache.sling.api.resource.ResourceResolver;
@ProviderType
public interface ConfigurationManagerFactory {
public ConfigurationManager getConfigurationManager(ResourceResolver var1);
}