@ProviderType
public interface ConfigurationManagerFactory
In the context of OSGi services, using this interface is preferred over the ConfigurationManager service, as it returns a ConfigurationManager instance which uses the caller's session to read repository resources.
Modifier and Type | Method and Description |
---|---|
ConfigurationManager |
getConfigurationManager(ResourceResolver resolver)
Returns a ConfigurationManager instance backed by the specified ResourceResolver
|
ConfigurationManager getConfigurationManager(ResourceResolver resolver)
resolver
- the resource resolver, must not be nullnull
Copyright © 2010 - 2020 Adobe. All Rights Reserved