Class Bootstrap

java.lang.Object
manifold.internal.runtime.Bootstrap
All Implemented Interfaces:
manifold.rt.api.IBootstrap

public class Bootstrap extends Object implements manifold.rt.api.IBootstrap
Loads Manifold runtime services:
  • Integrates manifold into application class loader
  • Initializes the RuntimeManifoldHost
  • Constructor Details

    • Bootstrap

      public Bootstrap()
  • Method Details

    • boot

      public boolean boot()
      Specified by:
      boot in interface manifold.rt.api.IBootstrap
    • init

      public static boolean init()
    • cleanup

      public static void cleanup()