public interface ClassForNameProvider
Modifier and Type | Method and Description |
---|---|
Class |
classForName(String className)
Lookup class name returning class.
|
static final String NAME
Class classForName(String className) throws ClassNotFoundException
className
- to look upClassNotFoundException
- if the class cannot be found