com.berryworks.edireader
Class Inspect

java.lang.Object
  extended by com.berryworks.edireader.Inspect

public class Inspect
extends java.lang.Object

Inspects runtime environment for diagnostic purposes.

This class is not used by EDIWriter, but is included to help identify environmental issues. It inspects the runtime environment and documents the platform, version of Java, presence of critical EDIReader classes, and the full classpath.


Constructor Summary
Inspect()
           
 
Method Summary
 java.lang.String getVersion()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inspect

public Inspect()
Method Detail

main

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

getVersion

public java.lang.String getVersion()