Package org.dspace.app.statistics

Interface Summary
Report Sn interface to a generic report generating class, and to provide the polymorphism necessary to allow the report generator to generate any number of different formats of report Note: This used to be an abstract class, but has been made an interface as there wasn't any logic contained within it.
 

Class Summary
CreateStatReport This class allows the running of the DSpace statistic tools Usage: java CreateStatReport -r Available:
HTMLReport This class provides HTML reports for the ReportGenerator class
LogAnalyser This class performs all the actual analysis of a given set of DSpace log files.
LogLine This class represents a single log file line and the operations that can be performed on it The components that it represents are: Date, Level, User, Action, and additional Params
ReportGenerator This class performs the action of coordinating a usage report being generated using the standard internal aggregation file format as a basis.
ReportTools This class provides a number of tools that may be useful to the methods which generate the different types of report
Stat This is a primitive class to represent a single statistic, which will generally be a key value pair but with the capabilities for being sorted Note: this class has a natural ordering that is inconsistent with equals
Statistics This class provides a wrapper for a related set of statistics.
StatisticsLoader Helper class for loading the analysis / report files from the reports directory
 



Copyright © 2008 The DSpace Foundation. All Rights Reserved.