@Deprecated public final class DefaultConfigurationPropertiesProviderFactory extends Object implements ConfigurationPropertiesProviderFactory
| Modifier and Type | Field and Description |
|---|---|
static org.mule.runtime.api.component.ComponentIdentifier |
CONFIGURATION_PROPERTIES
Deprecated.
|
static String |
CONFIGURATION_PROPERTIES_ELEMENT
Deprecated.
|
| Constructor and Description |
|---|
DefaultConfigurationPropertiesProviderFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationPropertiesProvider |
createProvider(ConfigurationParameters parameters,
ResourceProvider externalResourceProvider)
Deprecated.
Builds a properties provider for each matching configuration element.
|
org.mule.runtime.api.component.ComponentIdentifier |
getSupportedComponentIdentifier()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateProviderpublic 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 org.mule.runtime.properties.api.ConfigurationPropertiesProviderFactorypublic ConfigurationPropertiesProvider createProvider(ConfigurationParameters parameters, ResourceProvider externalResourceProvider)
ConfigurationPropertiesProviderFactoryparameters - the configuration parameters, after resolving property placeholdersexternalResourceProvider - the resource provider for locating files (such as .properties and .yaml)Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.