Uses of Class
com.pi4j.platform.exception.PlatformNotFoundException
-
Packages that use PlatformNotFoundException Package Description com.pi4j.context com.pi4j.platform -
-
Uses of PlatformNotFoundException in com.pi4j.context
Methods in com.pi4j.context that throw PlatformNotFoundException Modifier and Type Method Description default <P extends Platform>
PContext. getPlatform(Class<P> platformClass)platform.default <P extends Platform>
PContext. getPlatform(String id)platform.default booleanContext. hasPlatform(Class<? extends Platform> platformClass)Has platforms.default booleanContext. hasPlatform(String id)platform.default <P extends Platform>
PContext. platform(Class<P> platformClass)platform.default <P extends Platform>
PContext. platform(String id)platform. -
Uses of PlatformNotFoundException in com.pi4j.platform
Methods in com.pi4j.platform that throw PlatformNotFoundException Modifier and Type Method Description default <T extends Platform>
Map<String,T>Platforms. all(Class<T> platformClass)Get all platforms of a specified io class/interface.default booleanPlatforms. exists(Class<? extends Platform> platformClass)default <T extends Platform>
booleanPlatforms. exists(String platformId, Class<T> platformClass)exists.default <T extends Platform>
TPlatforms. get(Class<T> platformClass)get.PlatformPlatforms. get(String platformId)get.default <T extends Platform>
TPlatforms. get(String platformId, Class<T> platformClass)get.default <T extends Platform>
Map<String,T>Platforms. getAll(Class<T> platformClass)getAll.
-