|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.feide.moria.store.MoriaStoreFactory
public final class MoriaStoreFactory
Class implementing simple factory pattern returning implementations of the MoriaStore interface. Somewhat redundant as we only have one implementation at the moment.
Constructor Summary | |
---|---|
private |
MoriaStoreFactory()
Default private constructor. |
Method Summary | |
---|---|
static MoriaStore |
createMoriaStore()
Static factory method creates an instance of MoriaStore. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private MoriaStoreFactory()
Method Detail |
---|
public static MoriaStore createMoriaStore() throws MoriaStoreException
MoriaStoreException
- the constructor of returned implementation may throw this
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |