public final class ThreadLocalConfigurationPropertiesHolder extends Object
ThreadLocal copy of a Properties instance.| Modifier and Type | Method and Description |
|---|---|
static void |
clear()
Clear the thread-local configuration Properties instance.
|
static Properties |
getProperties()
Get the thread-local configuration Properties instance.
|
static void |
setProperties(Properties newProperties)
Set the thread-local configuration Properties instance.
|
public static Properties getProperties()
public static void setProperties(Properties newProperties)
newProperties - the new thread-local Properties instancepublic static void clear()
Copyright © 2021. All rights reserved.