public class EnvironmentStore
extends <any>
| 限定符和类型 | 字段和说明 |
|---|---|
static EnvironmentStore |
ENV
The constant ENV.
|
| 限定符 | 构造器和说明 |
|---|---|
protected |
EnvironmentStore()
Instantiates a new Environment store.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static EnvironmentStore |
get()
Get environment store.
|
<O> O |
get(java.lang.Class<O> type) |
<O> O |
get(java.lang.String key) |
User |
getCurrentUser() |
LocationPoint |
getLocation() |
Platform |
getPlatform() |
Version |
getVersion() |
protected java.util.Map<Action.Type,<any>> |
initStoreActions() |
boolean |
isDebugEnable() |
public static final EnvironmentStore ENV
protected java.util.Map<Action.Type,<any>> initStoreActions()
public static EnvironmentStore get()
public LocationPoint getLocation()
public Version getVersion()
public Platform getPlatform()
public User getCurrentUser()
public boolean isDebugEnable()
public <O> O get(java.lang.String key)
public <O> O get(java.lang.Class<O> type)