Uses of Class
org.bytedeco.javacpp.annotation.Platform
-
Packages that use Platform Package Description org.bytedeco.javacpp Contains the main set of classes for JavaCPP at runtime.org.bytedeco.javacpp.annotation Contains all the annotation classes used by JavaCPP. -
-
Uses of Platform in org.bytedeco.javacpp
Methods in org.bytedeco.javacpp with parameters of type Platform Modifier and Type Method Description static boolean
Loader. checkPlatform(Platform platform, java.util.Properties properties)
static boolean
Loader. checkPlatform(Platform platform, java.util.Properties properties, boolean acceptAllExtensions, java.lang.String... defaultNames)
-
Uses of Platform in org.bytedeco.javacpp.annotation
Methods in org.bytedeco.javacpp.annotation that return Platform Modifier and Type Method Description Platform[]
value()
A list of properties for different platforms.
-