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