Package | Description |
---|---|
de.susebox.java.lang |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEnvironment
|
Modifier and Type | Method and Description |
---|---|
static Environment |
EnvironmentProvider.getEnvironment(java.lang.Object obj)
This method returns an
Environment instance that has been registered
for the given object. |
Modifier and Type | Method and Description |
---|---|
static void |
EnvironmentProvider.setEnvironment(java.lang.Object obj,
Environment env)
Registering an
Environment for the given object. |