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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyNames
public static java.lang.String[] propertyNames
formNames
public static java.lang.String[] formNames
values
public static java.lang.String[] values
BugReportData
public BugReportData()
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)