public final class R4JConfigManager
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static R4JConfig |
get() |
static void |
setGlobal(R4JConfig config)
Sets the global configuration.
|
static void |
setLocal(R4JConfig config)
Sets the thread-local configuration.
|
public static R4JConfig get()
public static void setLocal(R4JConfig config)
config - the new configuration, setting it to null will indicate to use
the global configurationpublic static void setGlobal(@Nonnull
R4JConfig config)
config - the global configuration