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.
-
headerInfo
- Information to be written to the log.
-
output
- File that will get the data.
-
startTime
- The time the log file was first created.
-
HeaderReport(PrintWriter)
- Creates the header reports for the log files.
-
parse(String)
- Analyzes the header part of the log file.
-
writeInfo()
-
Write the header information to the log file.
output
private PrintWriter output
- File that will get the data.
startTime
private String startTime
- The time the log file was first created.
headerInfo
private Vector headerInfo
- Information to be written to the log.
HeaderReport
public HeaderReport(PrintWriter out)
- Creates the header reports for the log files.
- Parameters:
- out - the output file.
parse
public void parse(String data)
- Analyzes the header part of the log file.
- Parameters:
- data - the command line from the log file.
writeInfo
public void writeInfo()
- Write the header information to the log file.
All Packages Class Hierarchy This Package Previous Next Index