| Package | Description | 
|---|---|
| org.pentaho.di.ui.i18n | 
| Modifier and Type | Method and Description | 
|---|---|
KeyOccurrence | 
MessagesSourceCrawler.getKeyOccurrence(String key,
                String selectedMessagesPackage)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<KeyOccurrence> | 
MessagesSourceCrawler.getKeyOccurrences(String sourceFolder)
Get the unique package-key 
 | 
List<KeyOccurrence> | 
MessagesSourceCrawler.getOccurrencesForPackage(String messagesPackage)
Get all the key occurrences for a certain messages package. 
 | 
Map<String,Map<String,List<KeyOccurrence>>> | 
TranslationsStore.getSourcePackageOccurrences()  | 
Map<String,Map<String,List<KeyOccurrence>>> | 
MessagesSourceCrawler.getSourcePackageOccurrences()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MessagesSourceCrawler.addKeyOccurrence(KeyOccurrence occ)
Add a key occurrence to the list of occurrences. 
 | 
int | 
KeyOccurrence.compareTo(KeyOccurrence occ)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TranslationsStore.setSourcePackageOccurrences(Map<String,Map<String,List<KeyOccurrence>>> sourcePackageOccurrences)  | 
void | 
MessagesSourceCrawler.setSourcePackageOccurrences(Map<String,Map<String,List<KeyOccurrence>>> sourcePackageOccurrences)  | 
| Constructor and Description | 
|---|
LocaleStore(org.pentaho.di.core.logging.LogChannelInterface log,
           String locale,
           String mainLocale,
           Map<String,Map<String,List<KeyOccurrence>>> sourcePackageOccurrences)
Create a new LocaleStore 
 | 
MessagesStore(String locale,
             String sourceFolder,
             String messagesPackage,
             Map<String,Map<String,List<KeyOccurrence>>> sourcePackageOccurrences)
Create a new messages store 
 | 
SourceStore(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)  |