All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.log.HeaderReport

java.lang.Object
   |
   +----pinball.log.HeaderReport

public class HeaderReport
extends Object
This reads the header part of the log file and generates an html file with the statistics.


Constructor Index

 o HeaderReport(PrintWriter)
Creates the header reports for the log files.

Method Index

 o parse(String)
Analyzes the header part of the log file.
 o writeInfo()
Write the header information to the log file.

Constructors

 o HeaderReport
 public HeaderReport(PrintWriter out)
Creates the header reports for the log files.

Parameters:
out - the output file.

Methods

 o parse
 public void parse(String data)
Analyzes the header part of the log file.

Parameters:
data - the command line from the log file.
 o writeInfo
 public void writeInfo()
Write the header information to the log file.


All Packages  Class Hierarchy  This Package  Previous  Next  Index