Class MessagePropertyHelper
java.lang.Object
de.xima.fc.gui.model.meta.MessagePropertyHelper
Helper class for message properties.
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetDefaultsIfNotPresent(Map<String, String> messages, Map<String, MessagePropertyMetadata> properties) Set the default values of the properties if they are not present in the messages.
-
Constructor Details
-
MessagePropertyHelper
public MessagePropertyHelper()
-
-
Method Details
-
setDefaultsIfNotPresent
public static void setDefaultsIfNotPresent(Map<String, String> messages, Map<String, MessagePropertyMetadata> properties) Set the default values of the properties if they are not present in the messages.- Parameters:
messages- The messages to set the default values for.properties- The properties to get the default values from.
-