Package de.fenvariel.maven.gettext
Class ReportMojo.Stats
- java.lang.Object
-
- de.fenvariel.maven.gettext.ReportMojo.Stats
-
- Enclosing class:
- ReportMojo
public class ReportMojo.Stats extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<ReportMojo.StatsEntry>items
-
Constructor Summary
Constructors Modifier Constructor Description privateStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private intextractNumber(java.lang.String token)java.util.List<ReportMojo.StatsEntry>getItems()private voidparseOutput(java.io.File file, java.lang.String line)117 translated messages.
-
-
-
Field Detail
-
items
private final java.util.List<ReportMojo.StatsEntry> items
-
-
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)
-
getItems
public java.util.List<ReportMojo.StatsEntry> getItems()
-
-