Class EMTProperties
java.lang.Object
com.aeontronix.enhancedmule.tools.util.EMTProperties
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEMTProperties(Map<String, String> props) EMTProperties(Map<String, String> props, String envId, String envName, Environment.Type envType) -
Method Summary
Modifier and TypeMethodDescriptiongetPrefixedProperties(String prefix, boolean stripPrefix) getProperty(String key, @Nullable Boolean defValue, @NotNull String... legacyKeys) getProperty(String key, @Nullable String defValue, @NotNull String... legacyKeys) static StringgetProperty(Map<String, String> properties, String key, @Nullable String defValue, @NotNull String... legacyKeys)
-
Field Details
-
EMT_ENV
- See Also:
-
EMT_ENVTYPE
- See Also:
-
-
Constructor Details
-
EMTProperties
-
EMTProperties
-
-
Method Details
-
getProperties
-
getProperty
-
getProperty
-
getProperty
-
getPrefixedProperties
-