public class AbstractModuleShareProcessor extends java.lang.Object implements ModuleShareProcessor
CURRENT_LEVEL, EMPTY, XML_TAG
DEFAULT_LAYER_INDEX
构造器和说明 |
---|
AbstractModuleShareProcessor() |
限定符和类型 | 方法和说明 |
---|---|
int |
currentAPILevel()
当前接口的API等级,用于判断是否需要升级插件
|
java.lang.String |
getShareDir()
获取组件的目录文件夹路径
|
int |
layerIndex()
对于不可变接口,这个值越高的,加载的优先级越高,也就是会覆盖掉其他低优先级的使用同样接口的插件
|
public java.lang.String getShareDir()
ModuleShareProcessor
getShareDir
在接口中 ModuleShareProcessor
public int layerIndex()
Layer
layerIndex
在接口中 Layer
public int currentAPILevel()
Level
currentAPILevel
在接口中 Level