public abstract class SAPropertyPlugin extends java.lang.Object implements ISAPropertyPlugin
构造器和说明 |
---|
SAPropertyPlugin() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getName()
属性插件名称,根据返回值去重
|
boolean |
isMatchedWithFilter(SAPropertyFilter filter)
是否匹配属性插件
|
SAPropertyPluginPriority |
priority()
给插件指定属性的优先级
|
abstract void |
properties(SAPropertiesFetcher fetcher)
处理属性,可对属性进行增加、删除、修改操作
|
public boolean isMatchedWithFilter(SAPropertyFilter filter)
ISAPropertyPlugin
isMatchedWithFilter
在接口中 ISAPropertyPlugin
filter
- 过滤条件public abstract void properties(SAPropertiesFetcher fetcher)
ISAPropertyPlugin
properties
在接口中 ISAPropertyPlugin
fetcher
- 接收属性public java.lang.String getName()
ISAPropertyPlugin
getName
在接口中 ISAPropertyPlugin
public SAPropertyPluginPriority priority()
ISAPropertyPlugin
priority
在接口中 ISAPropertyPlugin