Package com.atlassian.bamboo.container
Class PersisterFactory
- java.lang.Object
-
- com.atlassian.bamboo.container.PersisterFactory
-
public class PersisterFactory extends Object
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clearInstance()
static Persister
getInstance()
static void
setPersister(Persister persister)
-