public class SystemInfo extends Object implements RevisionHandler
| Constructor and Description |
|---|
SystemInfo()
initializes the object and reads the system information
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRevision()
Returns the revision string.
|
Hashtable<String,String> |
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
|
public SystemInfo()
public Hashtable<String,String> getSystemInfo()
public String toString()
public String getRevision()
getRevision in interface RevisionHandlerpublic static void main(String[] args)
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.