Class StatisticsPreferences

java.lang.Object
com.e1c.langtool.stat.StatisticsPreferences

public class StatisticsPreferences extends Object
The preferences for translation statistics.
  • Field Details

    • ENABLE_STATISTICS_UNTRANSLATED_KEYS

      public static final String 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:
      true if 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