public interface AWSPluginProfile
各种插件的总注册接口
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getClazzName()
获得插件实现类名称全路径,不同插件实现特定接口
|
java.lang.String |
getDesc()
获得插件描述说明信息
|
boolean |
isCommon()
该插件可否共享给其他App使用
|
void |
setAppContext(AppContext context)
注册该该插件的App应用上下文
|
java.lang.String getClazzName()
java.lang.String getDesc()
boolean isCommon()
void setAppContext(AppContext context)
context
- 应用对象Copyright © Actionsoft Co., Ltd. All Rights Reserved.