|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfr.ove.utils.Factory
A little factory to dynamically instanciate classes.
| Constructor Summary | |
Factory()
|
|
| Method Summary | |
static java.lang.Object |
getClassInstance(java.lang.String className)
Returns an instance of the class with the specified name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Factory()
| Method Detail |
public static java.lang.Object getClassInstance(java.lang.String className)
className - the name of the class we want an instance.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||