Interface IRuntimeManifoldHost

    • Method Detail

      • isBootstrapped

        boolean isBootstrapped()
        Is Manifold bootstrapped?
      • preBootstrap

        default void preBootstrap()
        Measures to be taken before bootstrap(List, List) is invoked.
      • bootstrap

        void bootstrap​(List<File> sourcepath,
                       List<File> classpath)
        Bootstrap Manifold before application code executes