|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.higgins.sts.utilities.ObjectFactoryHelper
public class ObjectFactoryHelper
Convenience class that implements code required to get a singleton instance from an ObejctFactory.
Constructor Summary | |
---|---|
ObjectFactoryHelper()
|
Method Summary | |
---|---|
static java.lang.Object |
getSingletonFromFactory(java.lang.String factoryClassName)
Load the class by name then creates an instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactoryHelper()
Method Detail |
---|
public static java.lang.Object getSingletonFromFactory(java.lang.String factoryClassName)
factoryClassName
- the name of the class to load and create an instance from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |