Class TransformMessages

java.lang.Object
org.elasticsearch.xpack.core.transform.TransformMessages

public class TransformMessages extends Object
  • Field Details

  • Method Details

    • getMessage

      public static String getMessage(String message)
      Returns the message parameter
      Parameters:
      message - Should be one of the statics defined in this class
    • getMessage

      public static String getMessage(String message, Object... args)
      Format the message with the supplied arguments
      Parameters:
      message - Should be one of the statics defined in this class
      args - MessageFormat arguments. See Format.format(Object)]