public interface ClassloadingService
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClassloadingService.DefaultClassloadingService
Default Lookup service that gets used when none is provided with SPI.
|
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.logging.Logger |
LOG |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static ClassloadingService |
load() |
default Class<?> |
loadClass(String className) |
default Class<?> |
loadClass(String className,
ClassLoader loader) |
static ClassloadingService load()
String getName()
default Class<?> loadClass(String className, ClassLoader loader) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2018–2020. All rights reserved.