Package org.robovm.compiler
Class Linker
java.lang.Object
org.robovm.compiler.Linker
public class Linker extends Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidaddBcGlobalData(String name, byte[] data)adds global with data.voidaddRuntimeData(String id, byte[] data)Adds arbitrary data which will be compiled into the executable and will be available at runtime usingVM.getRuntimeData(id).voidlink(Set<Clazz> classes)
-
Constructor Details
-
Linker
-
-
Method Details
-
addRuntimeData
Adds arbitrary data which will be compiled into the executable and will be available at runtime usingVM.getRuntimeData(id). -
addBcGlobalData
adds global with data. allows plugins to register own data to be accesible in native/bc code -
link
- Throws:
IOException
-