Uses of Interface
oshi.hardware.common.platform.unix.solaris.SolarisPowerSource.PowerSourceFactory
Packages that use SolarisPowerSource.PowerSourceFactory
Package
Description
Provides abstract base classes and pure-Java implementations for Solaris/illumos hardware, shared by the JNA and FFM
modules.
-
Uses of SolarisPowerSource.PowerSourceFactory in oshi.hardware.common.platform.unix.solaris
Methods in oshi.hardware.common.platform.unix.solaris with parameters of type SolarisPowerSource.PowerSourceFactoryModifier and TypeMethodDescriptionprotected static List<PowerSource> SolarisPowerSource.buildPowerSources(String name, SolarisPowerSource.BatteryReadings readings, SolarisPowerSource.PowerSourceFactory factory) Computes a single batteryPowerSourcefrom the given readings, building the concrete instance with the supplied factory.