org.kohsuke.stapler
Class L10nProgress.HudsonMessages
java.lang.Object
org.kohsuke.stapler.L10nProgress.HudsonMessages
- Enclosing class:
- L10nProgress
public final class L10nProgress.HudsonMessages
- extends java.lang.Object
Information per directory.
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 |
L10nProgress.HudsonMessages
public L10nProgress.HudsonMessages(java.io.File dir)
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 © 2011. All Rights Reserved.