public final class CliOptionContext extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getOptionContext()
Returns the option context for the current thread.
|
static void |
resetOptionContext()
Resets the option context for the current thread.
|
static void |
setOptionContext(String optionContext)
Stores the given option context for the current thread.
|
public static String getOptionContext()
null
if none has been setpublic static void setOptionContext(String optionContext)
optionContext
- the option context to storepublic static void resetOptionContext()