|
|||||||||
| 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(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. |
| 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 String toHatena()
public void parse(File dir)
public void parse(Collection<File> dirs)
public void parseRecursively(File dir)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||