Class CLIText.Format

java.lang.Object
org.eclipse.jgit.pgm.internal.CLIText.Format
All Implemented Interfaces:
org.kohsuke.args4j.Localizable
Enclosing class:
CLIText

public static class CLIText.Format extends Object implements org.kohsuke.args4j.Localizable
Formats text strings using Localizable.
  • Method Details

    • formatWithLocale

      public String formatWithLocale(Locale locale, Object... args)
      Specified by:
      formatWithLocale in interface org.kohsuke.args4j.Localizable
    • format

      public String format(Object... args)
      Specified by:
      format in interface org.kohsuke.args4j.Localizable