public final class ClassFinder extends Object
| Modifier and Type | Method and Description |
|---|---|
List<Class<?>> |
getClasses() |
static ClassFinder |
getInstance(String name)
Returns a named ClassFinder instance.
|
static ClassFinder |
getInstance(String name,
ClassLoader cl)
Returns a named ClassFinder instance.
|
void |
reload()
Reloads internal Class cache.
|
public static ClassFinder getInstance(String name)
name - the ClassFinder instance namepublic static ClassFinder getInstance(String name, ClassLoader cl)
name - the ClassFinder instance namecl - the ClassLoader to use for Class lookuppublic void reload()
Copyright © 2017. All rights reserved.