Package | Description |
---|---|
com.forte.qqrobot |
主要是core所需要的包
|
com.forte.qqrobot.depend |
此包下为依赖注入相关的内容。
|
Modifier and Type | Class and Description |
---|---|
class |
BaseApplication<CONFIG extends BaseConfiguration,SEND extends SenderSendList,SET extends SenderSetList,GET extends SenderGetList,APPLICATION extends BaseApplication,CONTEXT extends SimpleRobotContext<SEND,SET,GET,CONFIG,APPLICATION>>
启动类总抽象类,在此实现部分通用功能并向组件提供抽象方法来获取功能的拓展与兼容
实现closeable接口
|
class |
SimpleRobotContext<SEND extends SenderSendList,SET extends SenderSetList,GET extends SenderGetList,CONFIG extends BaseConfiguration,APPLICATION extends BaseApplication>
SimpleRobotContext, 在启动器执行run方法后所得到的结果
|
Modifier and Type | Method and Description |
---|---|
static BaseApplication |
AutoApplicationReader.readApplicationFirst(ClassLoader loader)
读取最前面的application.factory文件,并转化为Class
|
Copyright © 2020. All rights reserved.