Package edu.wpi.first.math.jni
Class WPIMathJNI.Helper
java.lang.Object
edu.wpi.first.math.jni.WPIMathJNI.Helper
- Enclosing class:
- WPIMathJNI
Sets whether JNI should be loaded in the static block.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanReturns true if the JNI should be loaded in the static block.static voidsetExtractOnStaticLoad(boolean load) Sets whether the JNI should be loaded in the static block.
-
Method Details
-
getExtractOnStaticLoad
Returns true if the JNI should be loaded in the static block.- Returns:
- True if the JNI should be loaded in the static block.
-
setExtractOnStaticLoad
Sets whether the JNI should be loaded in the static block.- Parameters:
load- Whether the JNI should be loaded in the static block.
-