Class SolarisPowerSource

java.lang.Object
oshi.hardware.common.AbstractPowerSource
oshi.hardware.platform.unix.solaris.SolarisPowerSource
All Implemented Interfaces:
PowerSource

@ThreadSafe public final class SolarisPowerSource extends AbstractPowerSource
A Power Source
  • Field Details

    • KSTAT_BATT_MOD

      private static final String[] KSTAT_BATT_MOD
    • KSTAT_BATT_IDX

      private static final int KSTAT_BATT_IDX
  • Constructor Details

    • SolarisPowerSource

      public SolarisPowerSource(String psName, String psDeviceName, double psRemainingCapacityPercent, double psTimeRemainingEstimated, double psTimeRemainingInstant, double psPowerUsageRate, double psVoltage, double psAmperage, boolean psPowerOnLine, boolean psCharging, boolean psDischarging, PowerSource.CapacityUnits psCapacityUnits, int psCurrentCapacity, int psMaxCapacity, int psDesignCapacity, int psCycleCount, String psChemistry, LocalDate psManufactureDate, String psManufacturer, String psSerialNumber, double psTemperature)
  • Method Details

    • getPowerSources

      public static List<PowerSource> getPowerSources()
      Gets Battery Information
      Returns:
      A list of PowerSource objects representing batteries, etc.
    • getPowerSource

      private static SolarisPowerSource getPowerSource(String name)