Class Native


  • public class Native
    extends java.lang.Object
    Provides access to the native integrations. Use get(Class) to load a particular integration.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends NativeIntegration>
      T
      get​(java.lang.Class<T> type)
      Locates a native integration of the given type.
      static void init​(java.io.File extractDir)
      Initialises the native integration, if not already initialized.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait