public class VCSThreadSafeContexts
extends java.lang.Object
Utility class to assist with the thread-safe construction of temporary contexts.
Modifier and Type | Method and Description |
---|---|
static Context |
createContext()
Deprecated.
replaced by
Context constructor. |
static Context |
createContext(Context context)
Deprecated.
replaced by
Context constructor. |
static Context |
createContext(Element element)
Deprecated.
replaced by
Context constructor. |
public static final Context createContext()
Context
constructor.public static final Context createContext(Context context)
Context
constructor.