Class L10nProgress

java.lang.Object
org.kohsuke.stapler.L10nProgress

public class L10nProgress extends Object
Represents the progress of l10n effort.
Author:
ssogabe
See Also:
  • Constructor Details

    • L10nProgress

      public L10nProgress()
  • Method Details

    • getTotal

      public L10nProgress.HudsonMessages getTotal()
      Gets the pseudo L10nProgress.HudsonMessages that represents the sum of all messages.
    • toHatena

      public String toHatena()
      Prints the result in the Hatena diary table format.
    • parse

      public void parse(File dir)
    • parse

      public void parse(Collection<File> dirs)
    • parseRecursively

      public void parseRecursively(File dir)
      Parse the given directory and all its descendants.