Package org.apache.hop.ui.i18n
Class SourceStore
- java.lang.Object
-
- org.apache.hop.ui.i18n.SourceStore
-
public class SourceStore extends Object
Read the messages files for the source folders of the specified locale.
-
-
Field Summary
Fields Modifier and Type Field Description protected ILogChannellog
-
Constructor Summary
Constructors Constructor Description SourceStore(ILogChannel 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()voidread(List<String> directories)
-
-
-
Field Detail
-
log
protected ILogChannel log
-
-
Constructor Detail
-
SourceStore
public SourceStore(ILogChannel log, String locale, String sourceFolder, Map<String,Map<String,List<KeyOccurrence>>> sourcePackageOccurrences)
-
-
Method Detail
-
read
public void read(List<String> directories) throws HopException
- Throws:
HopException
-
getMessagesMap
public Map<String,MessagesStore> getMessagesMap()
-
-