wt.clients.checker
Class Checker

java.lang.Object
  extended bywt.clients.checker.Checker
All Implemented Interfaces:
CheckerLog

public class Checker
extends Object
implements CheckerLog


Field Summary
private  Applet applet
           
private  ArrayList checkables
           
private static boolean hasRan
           
private  CheckerLog log
           
private  Properties properties
           
private  boolean verbose
           
 
Constructor Summary
Checker()
           
 
Method Summary
 void configureClient()
           
 Iterator getCheckables()
           
 boolean isVerbose()
           
 void logException(Exception e)
           
 void logMessage(String msg)
           
 void setLogger(CheckerLog log)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

private Properties properties

applet

private Applet applet

verbose

private boolean verbose

checkables

private ArrayList checkables

log

private CheckerLog log

hasRan

private static boolean hasRan
Constructor Detail

Checker

public Checker()
Method Detail

setLogger

public void setLogger(CheckerLog log)

logException

public void logException(Exception e)
Specified by:
logException in interface CheckerLog

logMessage

public void logMessage(String msg)
Specified by:
logMessage in interface CheckerLog

isVerbose

public boolean isVerbose()

getCheckables

public Iterator getCheckables()

configureClient

public void configureClient()