Package com.e1c.langtool.v8.dt.moxel
Class MoxelUtils
java.lang.Object
com.e1c.langtool.v8.dt.moxel.MoxelUtils
-
Method Summary
Modifier and TypeMethodDescriptiongetParamsMapFromNls(String nlsString) Gets the params map from nls string.
-
Method Details
-
getParamsMapFromNls
Gets the params map from nls string. Find parameters like[ParamName1].- Parameters:
nlsString- the nls string- Returns:
- the params map from nls, where key is the name of parameter like
ParamName1and value is full source string like[ParamName1]
-