Package com.iizix.run
Class RuntimeBuilderUtilities
java.lang.Object
com.iizix.run.RuntimeBuilderUtilities
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- static LinkedHashMap<String,- String> - getLanguageStringsMap- (File file) Gets the English language strings required in "msg.js".
- Constructor Details- RuntimeBuilderUtilitiespublic RuntimeBuilderUtilities()
 
- Method Details- getLanguageStringsMappublic static LinkedHashMap<String,- String> getLanguageStringsMap- (File file) throws FileNotFoundException, IOException Gets the English language strings required in "msg.js".- Parameters:
- file- The "msg.js" file.
- Returns:
- A new map of the strings, key is the text ID and the value is the text.
- Throws:
- FileNotFoundException- If the- fileis not found.
- IOException- For file errors.