public class ReflectionClassLoadingStrategy extends Object implements ClassLoadingStrategy
| Constructor and Description |
|---|
ReflectionClassLoadingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Object |
create(String className)
Creates an instance of the given class name.
|
public Object create(String className) throws ClassNotFoundException, InstantiationException
ClassLoadingStrategycreate in interface ClassLoadingStrategyclassName - Name of the class.ClassNotFoundExceptionInstantiationExceptionCopyright © 2020 Soot OSS. All rights reserved.