paynet.utils
Class TesterApp

java.lang.Object
  extended by core.app.Application
      extended by paynet.utils.TesterApp

public final class TesterApp
extends core.app.Application

For Testing objects (check command line ini file before running)

Version:
Sep 2007
Author:
Clayton Morgan

Constructor Summary
TesterApp()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 int run()
           
 
Methods inherited from class core.app.Application
getLog, getTrace, startApp, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TesterApp

public TesterApp()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException

run

public int run()
Specified by:
run in class core.app.Application