Interface IBootstrap


public interface IBootstrap
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    The implementor boots Manifold here.
    static boolean
    Generated classes statically initialize with a call to this method, regardless of whether or not the class is generated for use statically.
  • Method Details

    • dasBoot

      static boolean dasBoot()
      Generated classes statically initialize with a call to this method, regardless of whether or not the class is generated for use statically.
    • boot

      boolean boot()
      The implementor boots Manifold here. Note this method is called many time and should short-circuit once Manifold is initialized.
      Returns:
      true if initialization succeeds