Class Messages

java.lang.Object
org.apache.uima.taeconfigurator.Messages

public class Messages extends Object
The Class Messages.
  • Method Details

    • getString

      public static String getString(String key)
      Gets the string.
      Parameters:
      key - the key
      Returns:
      the string
    • getFormattedString

      public static String getFormattedString(String key, String[] args)
      Gets the formatted string.
      Parameters:
      key - the key
      args - the args
      Returns:
      the formatted string