Uses of Class
org.pentaho.di.ui.i18n.KeyOccurrence
-
Packages that use KeyOccurrence Package Description org.pentaho.di.ui.i18n -
-
Uses of KeyOccurrence in org.pentaho.di.ui.i18n
Methods in org.pentaho.di.ui.i18n that return KeyOccurrence Modifier and Type Method Description KeyOccurrence
MessagesSourceCrawler. getKeyOccurrence(String key, String selectedMessagesPackage)
Methods in org.pentaho.di.ui.i18n that return types with arguments of type KeyOccurrence Modifier and Type Method Description List<KeyOccurrence>
MessagesSourceCrawler. getKeyOccurrences(String sourceFolder)
Get the unique package-keyList<KeyOccurrence>
MessagesSourceCrawler. getOccurrencesForPackage(String messagesPackage)
Get all the key occurrences for a certain messages package.Map<String,Map<String,List<KeyOccurrence>>>
MessagesSourceCrawler. getSourcePackageOccurrences()
Map<String,Map<String,List<KeyOccurrence>>>
TranslationsStore. getSourcePackageOccurrences()
Methods in org.pentaho.di.ui.i18n with parameters of type KeyOccurrence Modifier and Type Method Description void
MessagesSourceCrawler. addKeyOccurrence(KeyOccurrence occ)
Add a key occurrence to the list of occurrences.int
KeyOccurrence. compareTo(KeyOccurrence occ)
Method parameters in org.pentaho.di.ui.i18n with type arguments of type KeyOccurrence Modifier and Type Method Description void
MessagesSourceCrawler. setSourcePackageOccurrences(Map<String,Map<String,List<KeyOccurrence>>> sourcePackageOccurrences)
void
TranslationsStore. setSourcePackageOccurrences(Map<String,Map<String,List<KeyOccurrence>>> sourcePackageOccurrences)
Constructor parameters in org.pentaho.di.ui.i18n with type arguments of type KeyOccurrence Constructor Description LocaleStore(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)
-