Package org.robovm.rt.bro
Class Runtime
java.lang.Object
org.robovm.rt.bro.Runtime
public final class Runtime extends Object
- Version:
- $Id$
-
Constructor Summary
Constructors Constructor Description Runtime() -
Method Summary
Modifier and Type Method Description static voidaddSearchPath(String path)protected static longgetHandle(String name)static voidloadLibrary(String name)static voidloadLibrary(Library library)static longresolveBridge(String libraryName, String symbol, Method method)static longresolveBridge(Library library, Bridge bridge, Method method)static longresolveGlobalValue(Library library, GlobalValue globalValue, Method method)
-
Constructor Details
-
Runtime
public Runtime()
-
-
Method Details
-
addSearchPath
-
loadLibrary
-
loadLibrary
-
resolveBridge
-
resolveGlobalValue
-
resolveBridge
-
getHandle
-