public final class SAPresetPropertyPlugin extends SAPropertyPlugin
| 构造器和说明 |
|---|
SAPresetPropertyPlugin(SAContextManager contextManager) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.json.JSONObject |
getPresetProperties()
获取预置属性
|
boolean |
isMatchedWithFilter(SAPropertyFilter filter)
是否匹配属性插件
|
void |
properties(SAPropertiesFetcher saPropertiesFetcher)
处理属性,可对属性进行增加、删除、修改操作
|
getName, prioritypublic SAPresetPropertyPlugin(SAContextManager contextManager)
public boolean isMatchedWithFilter(SAPropertyFilter filter)
ISAPropertyPluginisMatchedWithFilter 在接口中 ISAPropertyPluginisMatchedWithFilter 在类中 SAPropertyPluginfilter - 过滤条件public void properties(SAPropertiesFetcher saPropertiesFetcher)
ISAPropertyPluginproperties 在接口中 ISAPropertyPluginproperties 在类中 SAPropertyPluginsaPropertiesFetcher - 接收属性public org.json.JSONObject getPresetProperties()