com.codemercs.test
Class IowkitTest

java.lang.Object
  extended by com.codemercs.test.IowkitTest

public class IowkitTest
extends java.lang.Object

A small test-program for the Iowkit-lib. It uses the java reflection-api to lookup the Iowkit.class. If that was successfull, it tries to lookup the version() method and print the returned String to System.out.

Author:
Eberhard Fahle

Constructor Summary
IowkitTest()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IowkitTest

public IowkitTest()
Method Detail

main

public static void main(java.lang.String[] argv)