Uses of Interface
com.pi4j.system.SystemInfoProvider
-
Packages that use SystemInfoProvider Package Description com.pi4j.platform com.pi4j.system com.pi4j.system.impl -
-
Uses of SystemInfoProvider in com.pi4j.platform
Methods in com.pi4j.platform that return SystemInfoProvider Modifier and Type Method Description SystemInfoProviderPlatform. getSystemInfoProvider()static SystemInfoProviderPlatform. getSystemInfoProvider(Platform platform) -
Uses of SystemInfoProvider in com.pi4j.system
Methods in com.pi4j.system that return SystemInfoProvider Modifier and Type Method Description static SystemInfoProviderSystemInfoFactory. getProvider()Return default instance ofSystemInfoProvider.Methods in com.pi4j.system with parameters of type SystemInfoProvider Modifier and Type Method Description static voidSystemInfoFactory. setProvider(SystemInfoProvider provider)Sets defaultSystemInfoProvider. -
Uses of SystemInfoProvider in com.pi4j.system.impl
Classes in com.pi4j.system.impl that implement SystemInfoProvider Modifier and Type Class Description classDefaultSystemInfoProviderAbstract base implementation of the SystemInfoProvider interface.classRaspiSystemInfoProviderRaspberry Pi platform specific implementation of the SystemInfoProvider interface.classSystemInfoProviderBaseAbstract base implementation of the SystemInfoProvider interface.
-