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