public class ConfigurationProperty extends Object
| Constructor and Description |
|---|
ConfigurationProperty(Object source,
String key,
Object rawValue)
Creates a new configuration value
|
public ConfigurationProperty(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()
Component if it's source was defined
in the artifact configuration or it may be the deployment properties configured at deployment time.public Object getRawValue()
public String getKey()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.