Module aeonics.core
Package aeonics.util

Class Hardware


  • public class Hardware
    extends java.lang.Object
    Represents (virtual) hardware resources that the Java Virtual Machine is currently running on.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Hardware.CPU
      CPU
      static class  Hardware.RAM
      RAM
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Data export()
      Returns a data representation of this class at this point in time
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • export

        public 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