Package weka.core
Class SystemInfo
java.lang.Object
weka.core.SystemInfo
- All Implemented Interfaces:
RevisionHandler
This class prints some information about the system setup, like Java version,
JVM settings etc. Useful for Bug-Reports.
- Version:
- $Revision: 10203 $
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the revision string.returns a copy of the system info.static void
for printing the system info to stdout.toString()
returns a string representation of all the system properties
-
Constructor Details
-
SystemInfo
public SystemInfo()initializes the object and reads the system information
-
-
Method Details
-
getSystemInfo
returns a copy of the system info. the key is the name of the property and the associated object is the value of the property (a string). -
toString
returns a string representation of all the system properties -
getRevision
Returns the revision string.- Specified by:
getRevision
in interfaceRevisionHandler
- Returns:
- the revision
-
main
for printing the system info to stdout.
-