Package com.studica.frc.jni
Class StudicaJNIWrapper.Helper
java.lang.Object
com.studica.frc.jni.StudicaJNIWrapper.Helper
- Enclosing class:
- StudicaJNIWrapper
Helper class for determining whether or not to load the driver on static initialization.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Get whether to load the driver on static init.static void
setExtractOnStaticLoad
(boolean load) Set whether to load the driver on static init.
-
Constructor Details
-
Helper
public Helper()
-
-
Method Details
-
getExtractOnStaticLoad
public static boolean getExtractOnStaticLoad()Get whether to load the driver on static init.- Returns:
- true if the driver will load on static init
-
setExtractOnStaticLoad
public static void setExtractOnStaticLoad(boolean load) Set whether to load the driver on static init.- Parameters:
load
- the new value
-