public class EnvironmentPropertiesConfigurationProvider extends Object implements org.mule.runtime.properties.api.ConfigurationPropertiesProvider
ConfigurationPropertiesProvider implementation that makes the system properties and the environment variables available
as configuration property.
System properties take precedence over environment variables.| 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–2024 MuleSoft, Inc.. All rights reserved.