public class DefaultArtifactProperties extends Object implements org.mule.runtime.api.artifact.ArtifactProperties
ArtifactProperties.| Constructor and Description |
|---|
DefaultArtifactProperties(Map<Object,Object> configProperties,
Map<Object,Object> springProperties,
Map<Object,Object> artifactProperties)
Creates a new instance of
DefaultArtifactProperties. |
| Modifier and Type | Method and Description |
|---|---|
<T,K> T |
getProperty(K key) |
Set<Object> |
getPropertyNames() |
Map<Object,Object> |
toImmutableMap() |
public DefaultArtifactProperties(Map<Object,Object> configProperties, Map<Object,Object> springProperties, Map<Object,Object> artifactProperties)
DefaultArtifactProperties.
The system properties and environment properties will be constrained to the ones available in those scopes at the time this constructor is called.
configProperties - the properties defined in the mule configuration files using global property component.artifactProperties - the artifact properties.springProperties - the spring properties defined as property placeholders.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.