Class Linker

java.lang.Object
org.robovm.compiler.Linker

public class Linker
extends Object
  • Constructor Details

    • Linker

      public Linker​(Config config)
  • Method Details

    • addRuntimeData

      public void addRuntimeData​(String id, byte[] data)
      Adds arbitrary data which will be compiled into the executable and will be available at runtime using VM.getRuntimeData(id).
    • addBcGlobalData

      public void addBcGlobalData​(String name, byte[] data)
      adds global with data. allows plugins to register own data to be accesible in native/bc code
    • link

      public void link​(Set<Clazz> classes) throws IOException
      Throws:
      IOException