org.omegahat.Environment.Debugger
Class BugReportData

java.lang.Object
  |
  +--org.omegahat.Environment.Debugger.BugReportData

public class BugReportData
extends java.lang.Object

Class whose show() method displays output for the different fields we would like reported to the bug tracking system at http://www.omegahat.org/bugs


Field Summary
static java.lang.String[] formNames
           
static java.lang.String[] propertyNames
           
static java.lang.String[] values
           
 
Constructor Summary
BugReportData()
           
 
Method Summary
static void compute()
           
static java.lang.String computeCompiler()
           
static java.lang.String computeJDKVersion()
           
static java.lang.String computeJVM()
           
static java.lang.String computeOmegaVersion()
           
static java.lang.String computeOS()
           
static void main(java.lang.String[] args)
           
static java.util.Hashtable show()
           
static java.util.Hashtable show(java.util.Properties table)
           
static void showSystem()
           
static void showSystem(java.util.Properties table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyNames

public static java.lang.String[] propertyNames

formNames

public static java.lang.String[] formNames

values

public static java.lang.String[] values
Constructor Detail

BugReportData

public BugReportData()
Method Detail

show

public static java.util.Hashtable show()

show

public static java.util.Hashtable show(java.util.Properties table)

compute

public static void compute()

computeOmegaVersion

public static java.lang.String computeOmegaVersion()

computeOS

public static java.lang.String computeOS()

computeJDKVersion

public static java.lang.String computeJDKVersion()

computeJVM

public static java.lang.String computeJVM()

computeCompiler

public static java.lang.String computeCompiler()

showSystem

public static void showSystem()

showSystem

public static void showSystem(java.util.Properties table)

main

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