Interface IRuntimeManifoldHost
- All Superinterfaces:
IManifoldHost, IPluginHost, IService
- All Known Implementing Classes:
RuntimeManifoldHost
A Manifold host exclusive to the runtime environment. Responsible for
dynamic loading of Manifold types via ClassLoader integration.
-
Method Summary
Modifier and TypeMethodDescriptionvoidBootstrap Manifold before application code executesbooleanIs Manifold bootstrapped?default voidMeasures to be taken beforebootstrap(List, List)is invoked.Methods inherited from interface IManifoldHost
addTypeSystemListenerAsWeakRef, createdType, getActualClassLoader, getArrayTypeName, getClassLoaderForFile, getFileSystem, getJavaParser, getSingleModule, isPathIgnoredMethods inherited from interface IPluginHost
getInterface
-
Method Details
-
isBootstrapped
boolean isBootstrapped()Is Manifold bootstrapped? -
preBootstrap
default void preBootstrap()Measures to be taken beforebootstrap(List, List)is invoked. -
bootstrap
-