Uses of Class
com.lambdaworks.jni.Platform
-
Packages that use Platform Package Description com.lambdaworks.jni -
-
Uses of Platform in com.lambdaworks.jni
Methods in com.lambdaworks.jni that return Platform Modifier and Type Method Description static Platform
Platform. detect()
Attempt to detect the current platform.Methods in com.lambdaworks.jni with parameters of type Platform Modifier and Type Method Description private java.util.List<java.lang.String>
JarLibraryLoader. libCandidates(Platform platform, java.lang.String name)
Generate a list of candidate libraries for the supplied library name and suitable for the current platform.
-