Package com.e1c.langtool.stat
Class StatisticsPreferences
java.lang.Object
com.e1c.langtool.stat.StatisticsPreferences
The preferences for translation statistics.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringShow and export untranslated keys in translation statistics -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanGets the enable statistics untranslated keys.static voidsetEnableStatisticsUntranslatedKeys(boolean value) Sets the enable statistics untranslated keys.
-
Field Details
-
ENABLE_STATISTICS_UNTRANSLATED_KEYS
Show and export untranslated keys in translation statistics- See Also:
-
-
Constructor Details
-
StatisticsPreferences
public StatisticsPreferences()
-
-
Method Details
-
isEnableStatisticsUntranslatedKeys
public static boolean isEnableStatisticsUntranslatedKeys()Gets the enable statistics untranslated keys.- Returns:
trueif enabled statistics untranslated keys
-
setEnableStatisticsUntranslatedKeys
public static void setEnableStatisticsUntranslatedKeys(boolean value) Sets the enable statistics untranslated keys.- Parameters:
value- the new enable statistics untranslated keys
-