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 SystemInfoProvider
Platform. getSystemInfoProvider()
static SystemInfoProvider
Platform. getSystemInfoProvider(Platform platform)
-
Uses of SystemInfoProvider in com.pi4j.system
Methods in com.pi4j.system that return SystemInfoProvider Modifier and Type Method Description static SystemInfoProvider
SystemInfoFactory. getProvider()
Return default instance ofSystemInfoProvider
.Methods in com.pi4j.system with parameters of type SystemInfoProvider Modifier and Type Method Description static void
SystemInfoFactory. 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 class
DefaultSystemInfoProvider
Abstract base implementation of the SystemInfoProvider interface.class
RaspiSystemInfoProvider
Raspberry Pi platform specific implementation of the SystemInfoProvider interface.class
SystemInfoProviderBase
Abstract base implementation of the SystemInfoProvider interface.
-