Uses of Class
org.pentaho.di.ui.i18n.KeyOccurrence
Packages that use KeyOccurrence
-
Uses of KeyOccurrence in org.pentaho.di.ui.i18n
Methods in org.pentaho.di.ui.i18n that return KeyOccurrenceModifier and TypeMethodDescriptionMessagesSourceCrawler.getKeyOccurrence(String key, String selectedMessagesPackage) Methods in org.pentaho.di.ui.i18n that return types with arguments of type KeyOccurrenceModifier 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()Methods in org.pentaho.di.ui.i18n with parameters of type KeyOccurrenceModifier and TypeMethodDescriptionvoidMessagesSourceCrawler.addKeyOccurrence(KeyOccurrence occ) Add a key occurrence to the list of occurrences.intKeyOccurrence.compareTo(KeyOccurrence occ) Method parameters in org.pentaho.di.ui.i18n with type arguments of type KeyOccurrenceModifier and TypeMethodDescriptionvoidMessagesSourceCrawler.setSourcePackageOccurrences(Map<String, Map<String, List<KeyOccurrence>>> sourcePackageOccurrences) voidTranslationsStore.setSourcePackageOccurrences(Map<String, Map<String, List<KeyOccurrence>>> sourcePackageOccurrences) Constructor parameters in org.pentaho.di.ui.i18n with type arguments of type KeyOccurrenceModifierConstructorDescriptionLocaleStore(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)