public class DefaultConfigurationProperty extends Object implements ConfigurationProperty
| Constructor and Description |
|---|
DefaultConfigurationProperty(Object source,
String key,
Object rawValue)
Creates a new configuration value
|
public DefaultConfigurationProperty(Object source, String key, Object rawValue)
source - the source of this configuration attribute. For instance, it may be an Component if it's source was
defined in the artifact configuration or it may be the deployment properties configured at deployment time.key - the key of the configuration attribute to reference it.rawValue - the plain configuration value without resolution. A configuration value may contain reference to other
configuration attributes.public Object getSource()
getSource in interface ConfigurationPropertyComponent if it's source was defined
in the artifact configuration or it may be the deployment properties configured at deployment time.public Object getRawValue()
getRawValue in interface ConfigurationPropertypublic String getKey()
getKey in interface ConfigurationPropertyCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.