uka.util
Class CpuInfo

java.lang.Object
  extended byuka.util.CpuInfo
Direct Known Subclasses:
CpuInfoLinux

public class CpuInfo
extends java.lang.Object

Provides CPU specific properties. Usage is like System.getProperties(). Implemented only for Linux.


Field Summary
private static CpuInfo instance
           
(package private)  java.util.Properties properties
           
 
Constructor Summary
protected CpuInfo()
           
 
Method Summary
static java.util.Properties getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

java.util.Properties properties

instance

private static CpuInfo instance
Constructor Detail

CpuInfo

protected CpuInfo()
Method Detail

getProperties

public static java.util.Properties getProperties()