com.atlassian.plugin.servlet
Class ObjectFactories

java.lang.Object
  extended by com.atlassian.plugin.servlet.ObjectFactories

public class ObjectFactories
extends java.lang.Object


Method Summary
static
<T> ObjectFactory<T>
createMutable(java.util.concurrent.atomic.AtomicReference<T> ref)
           
static
<T> ObjectFactory<T>
createSingleton(T object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createSingleton

public static <T> ObjectFactory<T> createSingleton(T object)

createMutable

public static <T> ObjectFactory<T> createMutable(java.util.concurrent.atomic.AtomicReference<T> ref)


Copyright © 2012 Atlassian. All Rights Reserved.