Package 

Class NativeCodeSetup


  • 
    public class NativeCodeSetup
    
                        

    Setter and getter for option about using native code.

    • Method Summary

      Modifier and Type Method Description
      static void setUseNativeCode(boolean useNativeCode) Setter for useNativeCode option
      static boolean getUseNativeCode() Getter for useNativeCode option
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setUseNativeCode

         static void setUseNativeCode(boolean useNativeCode)

        Setter for useNativeCode option

        Parameters:
        useNativeCode - true, if you want to use native code
      • getUseNativeCode

         static boolean getUseNativeCode()

        Getter for useNativeCode option