Class LaunchPlugin

java.lang.Object
org.robovm.compiler.plugin.Plugin
org.robovm.compiler.plugin.LaunchPlugin
Direct Known Subclasses:
DebuggerLaunchPlugin

public abstract class LaunchPlugin
extends Plugin
Plugin interface which makes it possible to hook into launch process
  • Constructor Details

    • LaunchPlugin

      public LaunchPlugin()
  • Method Details

    • beforeLaunch

      public abstract void beforeLaunch​(Config config, LaunchParameters parameters)
      Called before the launch of a RoboVM application
    • afterLaunch

      public abstract void afterLaunch​(Config config, LaunchParameters parameters, Process process)
      Called after the launch of a RoboVM application
    • launchFailed

      public abstract void launchFailed​(Config config, LaunchParameters parameters)
      Called when the launch failed
    • cleanup

      public abstract void cleanup()
      Called when the plugin should terminate