public final class DefaultConfigurationPropertiesProviderFactory extends Object implements ConfigurationPropertiesProviderFactory
| Modifier and Type | Field and Description |
|---|---|
static org.mule.runtime.api.component.ComponentIdentifier |
CONFIGURATION_PROPERTIES |
static String |
CONFIGURATION_PROPERTIES_ELEMENT |
| Constructor and Description |
|---|
DefaultConfigurationPropertiesProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationPropertiesProvider |
createProvider(ConfigurationParameters parameters,
ResourceProvider externalResourceProvider)
Builds a properties provider for each matching configuration element.
|
org.mule.runtime.api.component.ComponentIdentifier |
getSupportedComponentIdentifier() |
public static final String CONFIGURATION_PROPERTIES_ELEMENT
public static final org.mule.runtime.api.component.ComponentIdentifier CONFIGURATION_PROPERTIES
public DefaultConfigurationPropertiesProviderFactory()
public org.mule.runtime.api.component.ComponentIdentifier getSupportedComponentIdentifier()
getSupportedComponentIdentifier in interface ConfigurationPropertiesProviderFactorypublic ConfigurationPropertiesProvider createProvider(ConfigurationParameters parameters, ResourceProvider externalResourceProvider)
ConfigurationPropertiesProviderFactorycreateProvider in interface ConfigurationPropertiesProviderFactoryparameters - the configuration parameters, after resolving property placeholdersexternalResourceProvider - the resource provider for locating files (such as .properties and .yaml)Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.