public class SystemPropertiesConfigurationProvider extends Object implements org.mule.runtime.properties.api.ConfigurationPropertiesProvider
ConfigurationPropertiesProvider implementation that makes the system properties available as configuration property.
System properties take precedence over environment variables.| Constructor and Description |
|---|
SystemPropertiesConfigurationProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Optional<org.mule.runtime.properties.api.ConfigurationProperty> |
provide(String configurationAttributeKey) |
public SystemPropertiesConfigurationProvider()
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.