public interface ArtifactProperties
This class contains the set of application properties configured by the following mechanism:
After application startup, changes on environment properties or system properties will have no effect.
Access to the ArtifactProperties instance of the artifact can be obtained by dependency injection.
| Modifier and Type | Method and Description |
|---|---|
<T,K> T |
getProperty(K key)
It returns the most specific property from the different properties scopes, in the following order:
|
Set<Object> |
getPropertyNames() |
Map<Object,Object> |
toImmutableMap() |
<T,K> T getProperty(K key)
T - the type of the return valueK - the type of the keykey - the property keyCopyright © 2017 MuleSoft, Inc.. All rights reserved.