Method Summary |
|
public E | get() Returns the variable for the context classloader. |
public E | get(ClassLoader loader) Returns the variable for the context classloader. |
public E | getGlobal() Returns the global value. |
public E | getLevel() Returns the variable for the context classloader. |
public E | getLevel(ClassLoader loader) Returns the variable for the context classloader. |
public String | getVariable() |
final public E | remove() Sets the variable for the context classloader. |
final public E | remove(ClassLoader loader) Sets the variable for the context classloader. |
final public E | set(E value) Sets the variable for the context classloader. |
final public E | set(E value, ClassLoader loader) Sets the variable for the context classloader. |
public E | setGlobal(E value) Sets the global value. |