Class AbstractComputerSystem

java.lang.Object
oshi.hardware.common.AbstractComputerSystem
All Implemented Interfaces:
ComputerSystem
Direct Known Subclasses:
FreeBsdComputerSystem, MacComputerSystem, NetBsdComputerSystem, OpenBsdComputerSystem, SolarisComputerSystem, WindowsComputerSystem

@Immutable public abstract class AbstractComputerSystem extends Object implements ComputerSystem
Computer System data.
  • Constructor Details

    • AbstractComputerSystem

      protected AbstractComputerSystem()
      Default constructor.
  • Method Details