public class L10nProgress extends 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(Collection<File> dirs) |
void |
parse(File dir) |
void |
parseRecursively(File dir)
Parse the given directory and all its descendants.
|
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 String toHatena()
public void parse(File dir)
public void parse(Collection<File> dirs)
public void parseRecursively(File dir)
Copyright © 2016. All rights reserved.