Uses of Interface
com.pi4j.platform.Platform
Packages that use Platform
Package
Description
-
Uses of Platform in com.pi4j.context
Methods in com.pi4j.context with type parameters of type PlatformModifier and TypeMethodDescriptiondefault <P extends Platform>
PContext.defaultPlatform()platform.default <P extends Platform>
PContext.getDefaultPlatform()platform.default <P extends Platform>
PContext.getPlatform()platform.default <P extends Platform>
PContext.getPlatform(Class<P> platformClass) platform.default <P extends Platform>
PContext.getPlatform(String id) platform.default <P extends Platform>
PContext.platform()platform.default <P extends Platform>
Pplatform.default <P extends Platform>
Pplatform.Methods in com.pi4j.context that return types with arguments of type PlatformModifier and TypeMethodDescriptiondefault Collection<Platform>ContextConfig.getPlatforms()getPlatforms.ContextConfig.platforms()platforms.Methods in com.pi4j.context with parameters of type PlatformModifier and TypeMethodDescriptionadd.default ContextBuilderContextBuilder.addDefaultPlatform(Platform platform) addDefaultPlatform.default ContextBuilderContextBuilder.addPlatform(Platform... platform) addPlatform.default ContextBuilderContextBuilder.defaultPlatform(Platform platform) defaultPlatform.default ContextBuilderContextBuilder.setDefaultPlatform(Platform platform) setDefaultPlatform.Method parameters in com.pi4j.context with type arguments of type PlatformModifier and TypeMethodDescriptiondefault booleanContext.hasPlatform(Class<? extends Platform> platformClass) Has platforms. -
Uses of Platform in com.pi4j.extension
Methods in com.pi4j.extension with parameters of type PlatformModifier and TypeMethodDescriptionregister. -
Uses of Platform in com.pi4j.io
Method parameters in com.pi4j.io with type arguments of type PlatformModifier and TypeMethodDescription -
Uses of Platform in com.pi4j.io.gpio.digital
Method parameters in com.pi4j.io.gpio.digital with type arguments of type PlatformModifier and TypeMethodDescriptionplatform. -
Uses of Platform in com.pi4j.platform
Classes in com.pi4j.platform with type parameters of type PlatformModifier and TypeClassDescriptionclassPlatformBase<PLATFORM extends Platform>Abstract PlatformBase class.Classes in com.pi4j.platform that implement PlatformModifier and TypeClassDescriptionclassPlatformBase<PLATFORM extends Platform>Abstract PlatformBase class.Methods in com.pi4j.platform with type parameters of type PlatformModifier and TypeMethodDescriptionGet all platforms of a specified io class/interface.<T extends Platform>
TPlatforms.defaultPlatform()defaultPlatform.default <T extends Platform>
booleanexists.default <T extends Platform>
Tget.default <T extends Platform>
Tget.getAll.default <T extends Platform>
TPlatforms.getDefault()getDefault.Methods in com.pi4j.platform that return PlatformMethods in com.pi4j.platform that return types with arguments of type PlatformMethod parameters in com.pi4j.platform with type arguments of type Platform -
Uses of Platform in com.pi4j.platform.exception
Constructor parameters in com.pi4j.platform.exception with type arguments of type PlatformModifierConstructorDescriptionPlatformNotFoundException(Class<? extends Platform> platformClass) Alternate ConstructorPlatformTypeException(String platformId, Class<? extends Platform> platformClass) Default Constructor