public class ReflectionClassLoadingStrategy extends java.lang.Object implements ClassLoadingStrategy
Constructor and Description |
---|
ReflectionClassLoadingStrategy() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
create(java.lang.String className)
Creates an instance of the given class name.
|
public java.lang.Object create(java.lang.String className) throws java.lang.ClassNotFoundException, java.lang.InstantiationException
ClassLoadingStrategy
create
in interface ClassLoadingStrategy
className
- Name of the class.java.lang.ClassNotFoundException
java.lang.InstantiationException