de.intarsys.tools.variable
Class VariableEnvironment
java.lang.Object
de.intarsys.tools.variable.VariableEnvironment
public class VariableEnvironment
- extends java.lang.Object
A environment that allows per thread usage of IVariableSupport objects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sharedEnvironment
protected static IVariableNamespace sharedEnvironment
environment
protected static java.lang.ThreadLocal environment
VariableEnvironment
public VariableEnvironment()
get
public static IVariableNamespace get()
getShared
public static IVariableNamespace getShared()
set
public static void set(IVariableNamespace cc)
setShared
public static void setShared(IVariableNamespace cc)