Package org.jrd.agent.api
Class UnsafeVariables.Global
java.lang.Object
org.jrd.agent.api.UnsafeVariables.Global
- Enclosing class:
UnsafeVariables
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GLOBALS
-
-
Constructor Details
-
Global
public Global()
-
-
Method Details
-
init
public static void init() -
set
-
setNoReplace
public static Object setNoReplace(String name, Object value) throws Variables.FakeVariableAlreadyDeclaredException -
get
-
getOrCreate
-
create
public static Object create(String name, Object defaultValue) throws Variables.FakeVariableAlreadyDeclaredException -
remove
-
removeAll
public static void removeAll() -
dump
-