|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.core.SystemInfo
public class SystemInfo
This class prints some information about the system setup, like Java version, JVM settings etc. Useful for Bug-Reports.
Constructor Summary | |
---|---|
SystemInfo()
initializes the object and reads the system information |
Method Summary | |
---|---|
java.lang.String |
getRevision()
Returns the revision string. |
java.util.Hashtable |
getSystemInfo()
returns a copy of the system info. |
static void |
main(java.lang.String[] args)
for printing the system info to stdout. |
java.lang.String |
toString()
returns a string representation of all the system properties |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SystemInfo()
Method Detail |
---|
public java.util.Hashtable getSystemInfo()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getRevision()
getRevision
in interface RevisionHandler
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |