Uses of Class
org.pentaho.di.ui.i18n.KeyOccurrence
-
Uses of KeyOccurrence in org.pentaho.di.ui.i18n
Modifier and TypeMethodDescriptionMessagesSourceCrawler.getKeyOccurrence
(String key, String selectedMessagesPackage) Modifier and TypeMethodDescriptionMessagesSourceCrawler.getKeyOccurrences
(String sourceFolder) Get the unique package-keyMessagesSourceCrawler.getOccurrencesForPackage
(String messagesPackage) Get all the key occurrences for a certain messages package.MessagesSourceCrawler.getSourcePackageOccurrences()
TranslationsStore.getSourcePackageOccurrences()
Modifier and TypeMethodDescriptionvoid
MessagesSourceCrawler.addKeyOccurrence
(KeyOccurrence occ) Add a key occurrence to the list of occurrences.int
KeyOccurrence.compareTo
(KeyOccurrence occ) Modifier and TypeMethodDescriptionvoid
MessagesSourceCrawler.setSourcePackageOccurrences
(Map<String, Map<String, List<KeyOccurrence>>> sourcePackageOccurrences) void
TranslationsStore.setSourcePackageOccurrences
(Map<String, Map<String, List<KeyOccurrence>>> sourcePackageOccurrences) ModifierConstructorDescriptionLocaleStore
(org.pentaho.di.core.logging.LogChannelInterface log, String locale, String mainLocale, Map<String, Map<String, List<KeyOccurrence>>> sourcePackageOccurrences) Create a new LocaleStoreMessagesStore
(String locale, String sourceFolder, String messagesPackage, Map<String, Map<String, List<KeyOccurrence>>> sourcePackageOccurrences) Create a new messages storeSourceStore
(org.pentaho.di.core.logging.LogChannelInterface log, String locale, String sourceFolder, Map<String, Map<String, List<KeyOccurrence>>> sourcePackageOccurrences) TranslationsStore
(org.pentaho.di.core.logging.LogChannelInterface log, List<String> localeList, String mainLocale, Map<String, Map<String, List<KeyOccurrence>>> sourcePackageOccurrences)