Package org.pentaho.di.ui.i18n
Class SourceStore
- java.lang.Object
-
- org.pentaho.di.ui.i18n.SourceStore
-
public class SourceStore extends Object
Read the messages files for the source folders of the specified locale.- Author:
- matt
-
-
Field Summary
Fields Modifier and Type Field Description protected org.pentaho.di.core.logging.LogChannelInterface
log
-
Constructor Summary
Constructors Constructor Description SourceStore(org.pentaho.di.core.logging.LogChannelInterface log, String locale, String sourceFolder, Map<String,Map<String,List<KeyOccurrence>>> sourcePackageOccurrences)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,MessagesStore>
getMessagesMap()
void
read(List<String> directories)
-
-
-
Method Detail
-
read
public void read(List<String> directories) throws org.pentaho.di.core.exception.KettleException
- Throws:
org.pentaho.di.core.exception.KettleException
-
getMessagesMap
public Map<String,MessagesStore> getMessagesMap()
-
-