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!
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static Persister getInstance()
setPersister
public static void setPersister(Persister persister)
clearInstance
public static void clearInstance()
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.