Class Runtime

java.lang.Object
org.robovm.rt.bro.Runtime

public final class Runtime
extends Object
Version:
$Id$
  • Constructor Details

    • Runtime

      public Runtime()
  • Method Details

    • addSearchPath

      public static void addSearchPath​(String path)
    • loadLibrary

      public static void loadLibrary​(String name)
    • loadLibrary

      public static void loadLibrary​(Library library)
    • resolveBridge

      public static long resolveBridge​(Library library, Bridge bridge, Method method)
    • resolveGlobalValue

      public static long resolveGlobalValue​(Library library, GlobalValue globalValue, Method method)
    • resolveBridge

      public static long resolveBridge​(String libraryName, String symbol, Method method)
    • getHandle

      protected static long getHandle​(String name)