Package com.github.toolarium.common.util
Class PropertyExpanderContextBasedProperties
- java.lang.Object
-
- com.github.toolarium.common.util.PropertyExpanderContextBasedProperties
-
public final class PropertyExpanderContextBasedProperties extends java.lang.ObjectContext based properties bind to the local thread.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Propertiesget()Gets the context based properties bound on current thread.static voidset(java.util.Properties properties)Sets the context based properties bound on current thread.static voidunset()Unset
-
-
-
Method Detail
-
get
public static java.util.Properties get()
Gets the context based properties bound on current thread.- Returns:
- the context based properties bound on current thread.
-
set
public static void set(java.util.Properties properties)
Sets the context based properties bound on current thread.- Parameters:
properties- the context based properties bound on current thread.
-
unset
public static void unset()
Unset
-
-