Package org.kohsuke.stapler
Class L10nProgress
java.lang.Object
org.kohsuke.stapler.L10nProgress
Represents the progress of l10n effort.
- Author:
- ssogabe
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal classInformation per directory. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTotal()Gets the pseudoL10nProgress.HudsonMessagesthat represents the sum of allmessages.voidvoidparse(Collection<File> dirs) voidparseRecursively(File dir) Parse the given directory and all its descendants.toHatena()Prints the result in the Hatena diary table format.
-
Constructor Details
-
L10nProgress
public L10nProgress()
-
-
Method Details
-
getTotal
Gets the pseudoL10nProgress.HudsonMessagesthat represents the sum of allmessages. -
toHatena
Prints the result in the Hatena diary table format. -
parse
-
parse
-
parseRecursively
Parse the given directory and all its descendants.
-