Package com.e1c.langtool.v8.dt.format
Class FormatUtils
java.lang.Object
com.e1c.langtool.v8.dt.format.FormatUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringprocessFormatContent(String content, ScriptVariant scriptVariant, FormatInternalizeTokenProvider formatInternalizeTokenProvider) Process V8 format string content to change keys and values into selected script variant.
-
Method Details
-
processFormatContent
public static String processFormatContent(String content, ScriptVariant scriptVariant, FormatInternalizeTokenProvider formatInternalizeTokenProvider) Process V8 format string content to change keys and values into selected script variant.- Parameters:
content- the content of the V8 format string, cannot benull.scriptVariant- the script variant, cannot benull.formatInternalizeTokenProvider- the format internalize token provider, cannot benull.- Returns:
- the string, cannot return
null.
-