public class FileConfigurationPropertiesProvider extends Object implements ConfigurationPropertiesProvider
| Constructor and Description |
|---|
FileConfigurationPropertiesProvider(ResourceProvider resourceProvider,
String description) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConfigurationProperty> |
getConfigurationProperty(String configurationAttributeKey) |
String |
getDescription() |
public FileConfigurationPropertiesProvider(ResourceProvider resourceProvider, String description)
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–2017 MuleSoft, Inc.. All rights reserved.