net.sf.freecol.tools
Class TranslationReport.LanguageStatsRecord

java.lang.Object
  extended by net.sf.freecol.tools.TranslationReport.LanguageStatsRecord
Enclosing class:
TranslationReport

private static class TranslationReport.LanguageStatsRecord
extends java.lang.Object


Field Summary
(package private)  int copiedKeys
           
(package private)  java.lang.String localFile
           
(package private)  int missingKeys
           
(package private)  int missingVariables
           
 int superfluousKeys
           
 int superfluousVariables
           
 
Constructor Summary
private TranslationReport.LanguageStatsRecord()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localFile

java.lang.String localFile

missingKeys

int missingKeys

missingVariables

int missingVariables

copiedKeys

int copiedKeys

superfluousVariables

public int superfluousVariables

superfluousKeys

public int superfluousKeys
Constructor Detail

TranslationReport.LanguageStatsRecord

private TranslationReport.LanguageStatsRecord()