public class L10nProgress
extends java.lang.Object
http://d.hatena.ne.jp/ssogabe/20081213/1229175653
Modifier and Type | Class and Description |
---|---|
class |
L10nProgress.HudsonMessages
Information per directory.
|
Constructor and Description |
---|
L10nProgress() |
Modifier and Type | Method and Description |
---|---|
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.
|
public L10nProgress.HudsonMessages getTotal()
L10nProgress.HudsonMessages
that represents the sum of all messages
.public java.lang.String toHatena()
public void parse(java.io.File dir)
public void parse(java.util.Collection<java.io.File> dirs)
public void parseRecursively(java.io.File dir)
Copyright © 2012. All Rights Reserved.