|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.stapler.L10nProgress
public class L10nProgress
Represents the progress of l10n effort.
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 |
---|
public L10nProgress()
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |