Class WPINetJNI.Helper

java.lang.Object
edu.wpi.first.net.WPINetJNI.Helper
Enclosing class:
WPINetJNI

public static class WPINetJNI.Helper extends Object
Sets whether JNI should be loaded in the static block.
  • Method Details

    • getExtractOnStaticLoad

      public static boolean 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

      public static void setExtractOnStaticLoad(boolean load)
      Sets whether the JNI should be loaded in the static block.
      Parameters:
      load - Whether the JNI should be loaded in the static block.