org.kohsuke.stapler
Class L10nProgress.HudsonMessages

java.lang.Object
  extended by org.kohsuke.stapler.L10nProgress.HudsonMessages
Enclosing class:
L10nProgress

public final class L10nProgress.HudsonMessages
extends java.lang.Object

Information per directory.


Constructor Summary
L10nProgress.HudsonMessages(java.io.File dir)
           
 
Method Summary
 int getCnt(java.lang.String locale)
           
 java.lang.String getDirectoryName()
           
 int ratio(java.lang.String locale)
          Gets the ratio of localization against the default locale.
 void toHatena(java.lang.StringBuilder b)
          Dumps this object as a row in the Hatena diary format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

L10nProgress.HudsonMessages

public L10nProgress.HudsonMessages(java.io.File dir)
Method Detail

getDirectoryName

public java.lang.String getDirectoryName()

getCnt

public int getCnt(java.lang.String locale)

ratio

public int ratio(java.lang.String locale)
Gets the ratio of localization against the default locale.


toHatena

public void toHatena(java.lang.StringBuilder b)
Dumps this object as a row in the Hatena diary format.



Copyright © 2012. All Rights Reserved.