Package net.jextra.fauxjo
Class HomeGroupCache<T extends HomeGroup>
- java.lang.Object
-
- net.jextra.fauxjo.HomeGroupCache<T>
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_INSTANCE
-
Constructor Summary
Constructors Constructor Description HomeGroupCache(Class<T> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetInstance(String instanceName, T schema)voidsetInstance(T schema)Tuse()Tuse(String instanceName)
-
-
-
Field Detail
-
DEFAULT_INSTANCE
public static String DEFAULT_INSTANCE
-
-
Method Detail
-
use
public T use(String instanceName) throws FauxjoException
- Throws:
FauxjoException
-
use
public T use() throws FauxjoException
- Throws:
FauxjoException
-
setInstance
public void setInstance(T schema)
-
-