Package | Description |
---|---|
com.forte.qqrobot |
主要是core所需要的包
|
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接口
|
Modifier and Type | Method and Description |
---|---|
static SimpleRobotContext |
BaseApplication.runAuto(Class appClass,
ClassLoader classLoader,
String... args)
根据启动器类和自动装载的组件启动器来自动启动
|
static SimpleRobotContext |
BaseApplication.runAuto(Class appClass,
String... args)
根据启动器类和自动装载的组件启动器来自动启动
|
Copyright © 2020. All rights reserved.