Class SBFReportMessages

java.lang.Object
megamek.common.strategicBattleSystems.SBFReportMessages

public final class SBFReportMessages extends Object
  • Method Details

    • getString

      public static String getString(String key)
    • getString

      public static String getString(String key, Object... args)
      Returns the formatted message for the given key in the resource bundle.
      Parameters:
      key - the resource name
      args - the message arguments
      Returns:
      the string
    • getString

      public static String getString(String key, List<Object> data)
      Returns the formatted message for the given key in the resource bundle.
      Parameters:
      key - the resource name
      data - the message arguments
      Returns:
      the string