org.kohsuke.stapler
Class L10nProgress

java.lang.Object
  extended by org.kohsuke.stapler.L10nProgress

public class L10nProgress
extends java.lang.Object

Represents the progress of l10n effort.

Author:
ssogabe
See Also:
http://d.hatena.ne.jp/ssogabe/20081213/1229175653

Nested Class Summary
 class L10nProgress.HudsonMessages
          Information per directory.
 
Constructor Summary
L10nProgress()
           
 
Method Summary
 L10nProgress.HudsonMessages getTotal()
          Gets the pseudo L10nProgress.HudsonMessages that represents the sum of all messages.
 void parse(java.util.Collection<java.io.File> dirs)
           
 void parse(java.io.File dir)
           
 void parseRecursively(java.io.File dir)
          Parse the given directory and all its descendants.
 java.lang.String toHatena()
          Prints the result in the Hatena diary table format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

L10nProgress

public L10nProgress()
Method Detail

getTotal

public L10nProgress.HudsonMessages getTotal()
Gets the pseudo L10nProgress.HudsonMessages that represents the sum of all messages.


toHatena

public java.lang.String toHatena()
Prints the result in the Hatena diary table format.


parse

public void parse(java.io.File dir)

parse

public void parse(java.util.Collection<java.io.File> dirs)

parseRecursively

public void parseRecursively(java.io.File dir)
Parse the given directory and all its descendants.



Copyright © 2012. All Rights Reserved.