Package com.iizix.run
Class RuntimeBuilderUtilities
java.lang.Object
com.iizix.run.RuntimeBuilderUtilities
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionstatic LinkedHashMap
<String, String> getLanguageStringsMap
(File file) Gets the English language strings required in "msg.js".
Constructor Details
RuntimeBuilderUtilities
public RuntimeBuilderUtilities()
Method Details
getLanguageStringsMap
public 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 thefile
is not found.IOException
- For file errors.