public class ExecuteContext extends Object
| 限定符 | 构造器和说明 |
|---|---|
protected |
ExecuteContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clearAttachments() |
boolean |
explain() |
String |
getAttachment(String key)
get attachment.
|
Map<String,String> |
getAttachments()
get attachments.
|
static ExecuteContext |
getContext() |
void |
openExplain() |
void |
openProfile() |
boolean |
profile() |
ExecuteContext |
removeAttachment(String key)
remove attachment.
|
static void |
removeContext() |
ExecuteContext |
setAttachment(String key,
String value)
set attachment.
|
ExecuteContext |
setAttachments(Map<String,String> attachment)
set attachments
|
public static ExecuteContext getContext()
public static void removeContext()
public ExecuteContext setAttachment(String key, String value)
key - value - public ExecuteContext removeAttachment(String key)
key - public ExecuteContext setAttachments(Map<String,String> attachment)
attachment - public void clearAttachments()
public boolean profile()
public void openProfile()
public boolean explain()
public void openExplain()
Copyright © 2021. All rights reserved.