|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.generationjava.patterns.registry.AbstractRegistryFactory
|
+--com.generationjava.patterns.registry.SimpleRegistryFactory
A Simple factory. Constructs a new instance of a Registry using the empty constructor of the supplied registry.
| Constructor Summary | |
SimpleRegistryFactory(java.lang.Class registryclass)
|
|
| Method Summary | |
Registry |
getRegistryInstance()
Get a general instance of a registry. |
| Methods inherited from class com.generationjava.patterns.registry.AbstractRegistryFactory |
getRegistryInstance |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleRegistryFactory(java.lang.Class registryclass)
| Method Detail |
public Registry getRegistryInstance()
RegistryFactory
getRegistryInstance in interface RegistryFactorygetRegistryInstance in class AbstractRegistryFactory
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||