Package org.dspace.app.statistics
Class ReportTools
java.lang.Object
org.dspace.app.statistics.ReportTools
This class provides a number of tools that may be useful to the methods
which generate the different types of report
- Author:
- Richard Jones
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringnumberFormat(int number) method to take the given integer and produce a string to be used in the display of the report.
-
Method Details
-
numberFormat
method to take the given integer and produce a string to be used in the display of the report. Basically provides an interface for a standard NumberFormat class, but without the hassle of instantiating and localising it.- Parameters:
number- the integer to be formatted- Returns:
- a string containing the formatted number
-