|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.modisco.utils.core.internal.exported.SystemInfo
public final class SystemInfo
Class providing information about the system that are not provided internally by JAVA
| Method Summary | |
|---|---|
java.lang.String |
getArch()
Getter for the system architecture |
static SystemInfo |
getInstance()
|
java.lang.String |
getMemory()
Getter providing the total amount of memory in the system |
int |
getnProcessors()
Getter providing the number of processors (or core) in the system |
java.lang.String |
getOsName()
Getter providing the operating system name |
java.lang.String |
getOsVersion()
Getter providing the operating system version |
java.lang.String |
getProcCacheSize()
Getter providing the size of the CPU cache memory |
java.lang.String |
getProcDescription()
Getter providing the description of the CPU |
java.lang.String |
getProcName()
Getter providing the processor name |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getArch()
public java.lang.String getMemory()
public int getnProcessors()
public java.lang.String getOsName()
public java.lang.String getOsVersion()
public java.lang.String getProcDescription()
public java.lang.String getProcCacheSize()
public java.lang.String getProcName()
public static SystemInfo getInstance()
throws java.io.IOException
java.io.IOException - in case of error retrieving system information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||