T - the type to instantiatepublic class Instantiator<T> extends Object
| Constructor and Description |
|---|
Instantiator() |
| Modifier and Type | Method and Description |
|---|---|
T |
getInstance(String className)
Returns the instance of <T> assuming that className is name of the class of type <T>
|
public T getInstance(String className)
className - the name of the classConfigurationException - when class with className cannot be found, cannot be instantiated due to it's nature or security
purposesCopyright © 2017 JBoss by Red Hat. All rights reserved.