All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.log.HeaderInfo

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

public class HeaderInfo
extends Object
Stores information about the header in the log file.


Constructor Index

 o HeaderInfo(String, String)
The information found in a line in the header.

Method Index

 o getInfo()
Get the information in the header.
 o getValue()
Get the value of the information in the header.

Constructors

 o HeaderInfo
 public HeaderInfo(String i,
                   String v)
The information found in a line in the header.

Parameters:
i - the information of the header.
v - the value of the information.

Methods

 o getInfo
 public String getInfo()
Get the information in the header.

Returns:
the header information.
 o getValue
 public String getValue()
Get the value of the information in the header.

Returns:
get the value of the header information.

All Packages  Class Hierarchy  This Package  Previous  Next  Index