Class ReportMojo.Stats

  • Enclosing class:
    ReportMojo

    public class ReportMojo.Stats
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Stats()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private int extractNumber​(java.lang.String token)  
      java.util.List<ReportMojo.StatsEntry> getItems()  
      private void parseOutput​(java.io.File file, java.lang.String line)
      117 translated messages.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Stats

        private Stats()
    • Method Detail

      • parseOutput

        private void parseOutput​(java.io.File file,
                                 java.lang.String line)
        117 translated messages. 0 translated messages, 117 untranslated messages. 92 translated messages, 5 fuzzy translations, 20 untranslated messages.
        Parameters:
        line - output of msgfmt command
      • extractNumber

        private int extractNumber​(java.lang.String token)