Uses of Class
oshi.hardware.common.platform.mac.MacPowerSource
Packages that use MacPowerSource
Package
Description
Provides information about hardware such as Memory, Power Sources, and Processor on Mac systems
-
Uses of MacPowerSource in oshi.hardware.common.platform.mac
Methods in oshi.hardware.common.platform.mac that return MacPowerSourceModifier and TypeMethodDescriptionMacPowerSource.PowerSourceFactory.create(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)