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.ClassNotFoundException
InstantiationException
Copyright © 2020 Sable. All rights reserved.