Interface IRuntimeManifoldHost

All Superinterfaces:
IManifoldHost, IPluginHost, IService
All Known Implementing Classes:
RuntimeManifoldHost

public interface IRuntimeManifoldHost extends IManifoldHost
A Manifold host exclusive to the runtime environment. Responsible for dynamic loading of Manifold types via ClassLoader integration.
  • Method Details

    • 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