All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.log.LogFileAccess

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

public class LogFileAccess
extends Object
Gets the files used in the log file.


Constructor Index

 o LogFileAccess(String, String, Applet)
Opens up the log files in their file order.

Method Index

 o getLogFile()
Get the log file name only without the path.
 o getLogName()
Get the log file name.
 o getNext()
Get the next log file.

Constructors

 o LogFileAccess
 public LogFileAccess(String root,
                      String start,
                      Applet applet)
Opens up the log files in their file order.

Parameters:
root - root location of the log file.
start - the name of the first log file.
applet - the applet that's opening the file.

Methods

 o getLogName
 public String getLogName()
Get the log file name.

Returns:
the log file name.
 o getLogFile
 public String getLogFile()
Get the log file name only without the path.

Returns:
the log's file name only.
 o getNext
 public BufferedReader getNext() throws IOException
Get the next log file.

Returns:
the next log file.

All Packages  Class Hierarchy  This Package  Previous  Next  Index