|
||||||||||
| 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 | |
|---|---|
String |
getRevision()
Returns the revision string. |
Hashtable |
getSystemInfo()
returns a copy of the system info. |
static void |
main(String[] args)
for printing the system info to stdout. |
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 Hashtable getSystemInfo()
public String toString()
toString in class Objectpublic String getRevision()
getRevision in interface RevisionHandlerpublic static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||