- java.lang.Object
- 
- aeonics.util.Hardware
 
- 
 public class Hardware extends java.lang.ObjectRepresents (virtual) hardware resources that the Java Virtual Machine is currently running on.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classHardware.CPUCPUstatic classHardware.RAMRAM
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Dataexport()Returns a data representation of this class at this point in time
 
- 
- 
- 
Method Detail- 
exportpublic static Data export() Returns a data representation of this class at this point in time- Returns:
- a data representation of this class at this point in time
 
 
- 
 
-