public class InternalCustomPropertyPlugin extends SAPropertyPlugin
构造器和说明 |
---|
InternalCustomPropertyPlugin() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
isMatchedWithFilter(SAPropertyFilter filter)
是否匹配属性插件
|
void |
properties(SAPropertiesFetcher fetcher)
处理属性,可对属性进行增加、删除、修改操作
|
void |
saveCustom(org.json.JSONObject properties)
设置自定义属性
|
getName, priority
public boolean isMatchedWithFilter(SAPropertyFilter filter)
ISAPropertyPlugin
isMatchedWithFilter
在接口中 ISAPropertyPlugin
isMatchedWithFilter
在类中 SAPropertyPlugin
filter
- 过滤条件public void properties(SAPropertiesFetcher fetcher)
ISAPropertyPlugin
properties
在接口中 ISAPropertyPlugin
properties
在类中 SAPropertyPlugin
fetcher
- 接收属性public void saveCustom(org.json.JSONObject properties)
properties
- 自定义属性