public interface IClassLoader
CustomMigrations.| Modifier and Type | Method and Description |
|---|---|
<T> Class<T> |
load(String name)
Load a class with a certain name.
|
<T> Class<T> load(String name) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2020. All rights reserved.