| 程序包 | 说明 |
|---|---|
| net.isger.brick.plugin | |
| net.isger.brick.plugin.service |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract Service |
AbstractPlugin.getService(String name) |
protected Service |
BasePlugin.getService(String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,Service> |
Plugin.getServices()
服务集合
|
Map<String,Service> |
BasePlugin.getServices() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
PluginHelper.toService(PluginCommand cmd,
Class<? extends Service> clazz)
执行插件服务
|
static Object |
PluginHelper.toService(PluginCommand cmd,
Class<? extends Service> clazz,
String operate)
执行插件服务
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BaseService |
class |
CommonService |
| 限定符和类型 | 方法和说明 |
|---|---|
Service |
Services.get(String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,Service> |
Services.gets() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Services.add(Service service) |
void |
Services.put(String name,
Service service) |
Copyright © 2024. All rights reserved.