|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.container.PersisterFactory
public class PersisterFactory
This class allows different components to access the current system persister.
We need to be able to switch persisers at runtime without the components knowing about it!
Method Summary | |
---|---|
static void |
clearInstance()
|
static Persister |
getInstance()
|
static void |
setPersister(Persister persister)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Persister getInstance()
public static void setPersister(Persister persister)
public static void clearInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |