Class FormatUtils

java.lang.Object
com.e1c.langtool.v8.dt.format.FormatUtils

public final class FormatUtils extends Object
  • 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 be null.
      scriptVariant - the script variant, cannot be null.
      formatInternalizeTokenProvider - the format internalize token provider, cannot be null.
      Returns:
      the string, cannot return null.