public class EnvironmentPropertiesConfigurationProvider extends Object implements org.mule.runtime.properties.api.ConfigurationPropertiesProvider
ConfigurationPropertiesProvider implementation that makes the environment variables available as configuration
property.| Constructor and Description |
|---|
EnvironmentPropertiesConfigurationProvider()
Creates an
EnvironmentPropertiesConfigurationProvider with the default configuration. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Optional<org.mule.runtime.properties.api.ConfigurationProperty> |
provide(String configurationAttributeKey) |
public EnvironmentPropertiesConfigurationProvider()
EnvironmentPropertiesConfigurationProvider with the default configuration.public Optional<org.mule.runtime.properties.api.ConfigurationProperty> provide(String configurationAttributeKey)
provide in interface org.mule.runtime.properties.api.ConfigurationPropertiesProviderpublic String getDescription()
getDescription in interface org.mule.runtime.properties.api.ConfigurationPropertiesProviderCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.