| Package | Description |
|---|---|
| org.bbottema.javareflection |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
JReflect.locateClass(String className,
boolean fullscan,
ExternalClassLoader classLoader)
Delegates to
JReflect.locateClass(String, ExternalClassLoader), using default cache. |
static Class<?> |
JReflect.locateClass(String className,
boolean fullscan,
ExternalClassLoader classLoader,
boolean useCache)
Searches the JVM and optionally all of its packages
|
static Class<?> |
JReflect.locateClass(String fullClassName,
ExternalClassLoader classLoader)
This function dynamically tries to locate a class.
|
Copyright © 2018. All rights reserved.