public interface IRuntimeManifoldHost extends IManifoldHost
Modifier and Type | Method and Description |
---|---|
void |
bootstrap(List<File> sourcepath,
List<File> classpath)
Bootstrap Manifold before application code executes
|
boolean |
isBootstrapped()
Is Manifold bootstrapped?
|
default void |
preBootstrap()
Measures to be taken before
bootstrap(List, List) is invoked. |
addTypeSystemListenerAsWeakRef, createdType, getActualClassLoader, getArrayTypeName, getFileSystem, getJavaParser, getSingleModule, isPathIgnored
getInterface
boolean isBootstrapped()
default void preBootstrap()
bootstrap(List, List)
is invoked.Copyright © 2020. All rights reserved.