public class GlobalPropertyConfigurationPropertiesProvider extends Object implements ConfigurationPropertiesProvider
| Constructor and Description |
|---|
GlobalPropertyConfigurationPropertiesProvider(Map<String,ConfigurationProperty> properties) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConfigurationProperty> |
getConfigurationProperty(String configurationAttributeKey) |
String |
getDescription() |
public GlobalPropertyConfigurationPropertiesProvider(Map<String,ConfigurationProperty> properties)
public Optional<ConfigurationProperty> getConfigurationProperty(String configurationAttributeKey)
getConfigurationProperty in interface ConfigurationPropertiesProviderconfigurationAttributeKey - the key of the configuration attribute.ConfigurationProperty associated with the key. May be empty if that key is not present.public String getDescription()
getDescription in interface ConfigurationPropertiesProviderCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.