public interface IModuleClassLoader
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Class<?> |
loadLocalClass(String name,
boolean resolve)
Load class in this module only, without consulting dependent modules.
|
Class<?> loadLocalClass(String name, boolean resolve) throws ClassNotFoundException
ClassNotFoundExceptionvoid dispose()
Copyright © 2022. All rights reserved.