- BanInfo - Interface in com.forte.qqrobot.beans.messages.result.inner
-
禁言详细信息
- BanList - Interface in com.forte.qqrobot.beans.messages.result
-
禁言列表
注意,很多插件都不支持此api了
- BaseAPITemplate - Class in com.forte.qqrobot.sender
-
提供一些默认的API实现
- BaseAPITemplate() - Constructor for class com.forte.qqrobot.sender.BaseAPITemplate
-
- BaseApplication<CONFIG extends BaseConfiguration,SEND extends SenderSendList,SET extends SenderSetList,GET extends SenderGetList,APPLICATION extends BaseApplication,CONTEXT extends SimpleRobotContext<SEND,SET,GET,CONFIG,APPLICATION>> - Class in com.forte.qqrobot
-
启动类总抽象类,在此实现部分通用功能并向组件提供抽象方法来获取功能的拓展与兼容
实现closeable接口
- BaseApplication() - Constructor for class com.forte.qqrobot.BaseApplication
-
无参构造
- BaseApplication(QQLogBack) - Constructor for class com.forte.qqrobot.BaseApplication
-
日志拦截构造
- BaseApplication.DefaultSenders<SEND extends SenderSendList,SET extends SenderSetList,GET extends SenderGetList> - Class in com.forte.qqrobot
-
三个送信器的临时承载类
- BaseConfiguration<T extends BaseConfiguration> - Class in com.forte.qqrobot
-
配置类的根类,定义包扫描方法
- BaseConfiguration() - Constructor for class com.forte.qqrobot.BaseConfiguration
-
- BaseContext<T> - Class in com.forte.qqrobot.intercept
-
基础上下文对象,一个上下文对象首先应该针对某个元素.
- BaseContext(T, Map<String, Object>) - Constructor for class com.forte.qqrobot.intercept.BaseContext
-
构造
- BaseContext(T, Map<String, Object>, Map<String, Object>) - Constructor for class com.forte.qqrobot.intercept.BaseContext
-
构造
- BaseFactory<E extends Enum<E>> - Class in com.forte.qqrobot.factory
-
创建枚举实例的基础类
所有的实现类均应当作为单例使用,此类实现类没有多例的必要性。
实现类需要自行实现对外窗口。
一般对外窗口叫做register,第一个参数为枚举名称,其余参数为构造所需参数。
- BaseFactory() - Constructor for class com.forte.qqrobot.factory.BaseFactory
-
- BaseGetList - Class in com.forte.qqrobot.sender.senderlist
-
Deprecated.
- BaseGetList() - Constructor for class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
- BaseGetter - Class in com.forte.qqrobot.sender.senderlist
-
Deprecated.
- BaseGetter() - Constructor for class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
- BaseLocalThreadPool - Class in com.forte.qqrobot.utils
-
用于创建和获取线程池的类,是一个线程池工厂
- BaseLocalThreadPool() - Constructor for class com.forte.qqrobot.utils.BaseLocalThreadPool
-
- BaseLocalThreadPool.PoolConfig - Class in com.forte.qqrobot.utils
-
配置类,提供几个参数
- BaseRootSender - Class in com.forte.qqrobot.sender.senderlist
-
Deprecated.
- BaseRootSender() - Constructor for class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
- BaseRootSenderList - Class in com.forte.qqrobot.sender.senderlist
-
送信器整合,全部抛出异常
- BaseRootSenderList() - Constructor for class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
- BaseSender - Class in com.forte.qqrobot.sender.senderlist
-
Deprecated.
- BaseSender() - Constructor for class com.forte.qqrobot.sender.senderlist.BaseSender
-
Deprecated.
- BaseSendList - Class in com.forte.qqrobot.sender.senderlist
-
Deprecated.
- BaseSendList() - Constructor for class com.forte.qqrobot.sender.senderlist.BaseSendList
-
Deprecated.
- BaseSetList - Class in com.forte.qqrobot.sender.senderlist
-
Deprecated.
- BaseSetList() - Constructor for class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
- BaseSetter - Class in com.forte.qqrobot.sender.senderlist
-
Deprecated.
- BaseSetter() - Constructor for class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
- BaseTimeJob - Class in com.forte.qqrobot.timetask
-
TimeJob
有时候去实现会出现问题,无法正确覆盖
Job
中的方法,故此提供一个新的抽象类以代替原本的TimeJob接口。
由于有人出现过default方法会报错的问题,所以试试在接口列表里写个job能不能解决这个问题
- BaseTimeJob() - Constructor for class com.forte.qqrobot.timetask.BaseTimeJob
-
- BasicDepend<V> - Class in com.forte.qqrobot.depend
-
基础数据类型的Depend对象
- BasicDepend(String, Class<V>, V) - Constructor for class com.forte.qqrobot.depend.BasicDepend
-
构造
- BasicResourceWarehouse - Class in com.forte.qqrobot.depend
-
基础数据资源仓库
此仓库只接收String类型的数据和8大基本数据类型及其封装类
资源保存的时候不可覆盖,如果出现键值相同则抛出异常
DependResourceException
可以保存的数据类型:(省略基础数据类型的封装类)
String
byte
short
int
long
float
double
char
boolean
- BasicResourceWarehouse() - Constructor for class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- BasicResultParser - Class in com.forte.qqrobot.listener.result
-
基础转化类,存在部分返回值存在特殊含义。
如果返回值本身为ListenResult对象则其他参数均无效,以其本身为主。
布尔类型代表函数是否执行成功。
返回值为null的时候代表执行未成功。
数值类型小于0代表执行未成功。
- basicToBox(Class) - Static method in class com.forte.qqrobot.utils.FieldUtils
-
将基础数据类型封装为其对应的封装类
- Beans - Annotation Type in com.forte.qqrobot.anno.depend
-
普通的依赖,可以放置在方法上、类上
类上:当在类上的时候,同时也会扫描类中的@Beans注解
仅有此注解在类上的时候,
Beans.constructor()
参数才会生效
\@Constr注解的使用优先于constructor参数
如果在方法上:当@Beans在方法上的时候,类上也必须有@Beans注解才会生效,否则将会被忽略。
方法必须有返回值
- Beans<T> - Class in com.forte.qqrobot.depend
-
标注了Beans注解的类、方法
封装了他们所携带的各种条件、参数以及成为实例所需要的各类参数、条件
名称绝不可以相同,当名称不同的时候,类名可以相同
但是假如已经有一个此类型存在于单例工厂,将无法添加其他异名单例
- Beans(String, Class<T>, boolean, boolean, NameTypeEntry[], Function<Object[], T>, Beans[], Class<?>, BeansData, boolean, int) - Constructor for class com.forte.qqrobot.depend.Beans
-
构造
- BeansData - Class in com.forte.qqrobot.depend
-
beans携带部分的参数封装
- BeansFactory - Class in com.forte.qqrobot.depend
-
Bean工厂,用于将扫描出来的所有标注了@Beans和@Factory注解的类转化为预注入的Beans对象
- BeansFactory() - Constructor for class com.forte.qqrobot.depend.BeansFactory
-
- BeansOn - Annotation Type in com.forte.qqrobot.anno.depend
-
TODO
beans on, 实现在注入依赖的时候进行一些条件判断
不能直接代替为
Beans
, 需要与其一同使用
- BeansOn.Type - Enum in com.forte.qqrobot.anno.depend
-
判断类型。
- BeansUtils - Class in com.forte.qqrobot.utils
-
对于一些类的实例化的工具类
- BeansUtils() - Constructor for class com.forte.qqrobot.utils.BeansUtils
-
- before(CONFIG) - Method in interface com.forte.qqrobot.Application
-
启动之前的配置方法
- before(CONFIG) - Method in interface com.forte.qqrobot.ResourceApplication
-
default方法默认实现此方法, 请不要再实现此方法了。
流对象使用完毕时候会自动关流。
- before(Properties, CONFIG) - Method in interface com.forte.qqrobot.ResourceApplication
-
此方法将会在配置文件装配完成后执行.
- beforeDepend(CONFIG, Application<CONFIG>, Register) - Method in class com.forte.qqrobot.BaseApplication
-
依赖扫描之前
- beforeRegisterListener(CONFIG, Application<CONFIG>, ListenerMethodScanner, DependCenter) - Method in class com.forte.qqrobot.BaseApplication
-
监听函数注册之前,可以执行重写并进行额外的监听注入
- beforeStart(CONFIG) - Method in class com.forte.qqrobot.BaseApplication
-
服务启动前
- bface - Static variable in class com.forte.qqrobot.code.CatCodeTypes
-
[CAT:bface,id={1}] - 原创表情
{1}为该原创表情的ID,存放在酷Q目录的data\bface\下
- Block - Annotation Type in com.forte.qqrobot.anno
-
阻塞注解
标注在类上的时候,类下的全部函数全都会被标记上此注解
- Block - Class in com.forte.qqrobot.anno.data
-
注解的参数类
- BlockAble - Interface in com.forte.qqrobot.sender
-
为送信器提供阻断相关的方法
送信器应当存在一个为其服务的监听函数对象
此接口提供一种方法以为送信器提供判断是否存在监听函数的方法
- BlockException - Exception in com.forte.qqrobot.exception
-
阻断异常
- BlockException() - Constructor for exception com.forte.qqrobot.exception.BlockException
-
Constructs a new runtime exception with null
as its
detail message.
- BlockException(String) - Constructor for exception com.forte.qqrobot.exception.BlockException
-
Constructs a new runtime exception with the specified detail message.
- BlockFilter - Annotation Type in com.forte.qqrobot.anno
-
阻塞过滤器,在阻塞的情况下使用的过滤器
功能与普通过滤器一致
- BlockFilter - Class in com.forte.qqrobot.anno.data
-
注解的参数类
- blockFilter(ListenerMethod, MsgGet, AtDetection, ListenContext) - Method in class com.forte.qqrobot.listener.invoker.ListenerFilter
-
根据BlockFilter注解过滤
- BodyResultParser - Class in com.forte.qqrobot.listener.result
-
对携带ListenBody的函数进行转化的转化器。
直接将结果作为result-data
- BooleanMap<V> - Class in com.forte.qqrobot.utils
-
key为boolean类型的紧凑型map,非线程安全
- BooleanMap() - Constructor for class com.forte.qqrobot.utils.BooleanMap
-
- BooleanMap(V, V) - Constructor for class com.forte.qqrobot.utils.BooleanMap
-
- BooleanMap(Map<Boolean, V>) - Constructor for class com.forte.qqrobot.utils.BooleanMap
-
- bot() - Method in class com.forte.qqrobot.anno.data.Filter
-
- bot(String) - Method in class com.forte.qqrobot.bot.BotSender
-
Deprecated.
- bot() - Method in class com.forte.qqrobot.bot.BotSender
-
Deprecated.
- bot(String) - Method in class com.forte.qqrobot.sender.MsgSender
-
获取一个指定的Bot对象
- bot() - Method in class com.forte.qqrobot.sender.MsgSender
-
获取一个默认的Bot对象
- BotInfo - Interface in com.forte.qqrobot.bot
-
一个已注册的机器人的信息标注接口
- BotInfoImpl - Class in com.forte.qqrobot.bot
-
一个已注册的机器人的信息
一个简单的信息封装类,一般为登录后验证完全部的登录信息后。
- BotInfoImpl(String, String, LoginInfo, BotSender) - Constructor for class com.forte.qqrobot.bot.BotInfoImpl
-
构建一个bot信息对象
- BotManager - Interface in com.forte.qqrobot.bot
-
Bot信息管理器
其实现类应该存在一个公共的无参构造
可以使用依赖注入的方式自动配置一个BotManager,但是只能存在一个。
且应当使用单例方式注入。
- BotManagerImpl - Class in com.forte.qqrobot.bot
-
- BotManagerImpl(PathAssembler, VerifyFunction) - Constructor for class com.forte.qqrobot.bot.BotManagerImpl
-
- botMatchType() - Method in class com.forte.qqrobot.anno.data.Filter
-
- BotRuntime - Class in com.forte.qqrobot
-
应当于启动初期就初始化的
- bots() - Method in interface com.forte.qqrobot.bot.BotManager
-
获取全部的bot信息
- bots() - Method in class com.forte.qqrobot.bot.BotManagerImpl
-
获取全部的bots信息
- BotSender - Class in com.forte.qqrobot.bot
-
一个数据类,定义一个Bot中储存的三个送信器
- BotSender(SenderSendList, SenderSetList, SenderGetList) - Constructor for class com.forte.qqrobot.bot.BotSender
-
- BotSender(RootSenderList) - Constructor for class com.forte.qqrobot.bot.BotSender
-
- botSender() - Method in class com.forte.qqrobot.bot.BotSender
-
获取默认的Bot送信器
- botSender(String) - Method in class com.forte.qqrobot.sender.MsgSender
-
获取一个指定bot的送信器
- botSender() - Method in class com.forte.qqrobot.sender.MsgSender
-
获取默认的Bot送信器
- BotVerifyException - Exception in com.forte.qqrobot.exception
-
账号验证失败异常, 不可避免异常
- BotVerifyException() - Constructor for exception com.forte.qqrobot.exception.BotVerifyException
-
- BotVerifyException(String) - Constructor for exception com.forte.qqrobot.exception.BotVerifyException
-
- BotVerifyException(String, Object...) - Constructor for exception com.forte.qqrobot.exception.BotVerifyException
-
- BotVerifyException(String, Throwable) - Constructor for exception com.forte.qqrobot.exception.BotVerifyException
-
- BotVerifyException(String, Throwable, Object...) - Constructor for exception com.forte.qqrobot.exception.BotVerifyException
-
- BotVerifyException(Throwable) - Constructor for exception com.forte.qqrobot.exception.BotVerifyException
-
- BotVerifyException(String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.exception.BotVerifyException
-
- BotVerifyException(String, Throwable, boolean, boolean, Object...) - Constructor for exception com.forte.qqrobot.exception.BotVerifyException
-
- BotVerifyException(int, String) - Constructor for exception com.forte.qqrobot.exception.BotVerifyException
-
不进行语言国际化转化的构造方法
- BotVerifyException(int, String, Throwable) - Constructor for exception com.forte.qqrobot.exception.BotVerifyException
-
不进行语言国际化转化的构造方法
- BotVerifyException(int, String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.exception.BotVerifyException
-
不进行语言国际化转化的构造方法
- BreakType - Enum in com.forte.qqrobot.beans.types
-
截断类型枚举
- BreakTypeFactory - Class in com.forte.qqrobot.factory
-
截断类型工厂
- build(String[]) - Static method in class com.forte.qqrobot.anno.data.Block
-
- build(Block) - Static method in class com.forte.qqrobot.anno.data.Block
-
- build() - Static method in class com.forte.qqrobot.anno.data.Block
-
- build(String[], KeywordMatchType, MostType, boolean, String[]) - Static method in class com.forte.qqrobot.anno.data.BlockFilter
-
工厂方法
- build(BlockFilter) - Static method in class com.forte.qqrobot.anno.data.BlockFilter
-
工厂方法
- build() - Static method in class com.forte.qqrobot.anno.data.BlockFilter
-
- build(String[], KeywordMatchType, MostType, boolean, String[], KeywordMatchType, MostType, String[], KeywordMatchType, MostType, String[], KeywordMatchType, MostType) - Static method in class com.forte.qqrobot.anno.data.Filter
-
工厂方法
- build(Filter) - Static method in class com.forte.qqrobot.anno.data.Filter
-
工厂方法
- build() - Static method in class com.forte.qqrobot.anno.data.Filter
-
工厂方法,仅默认值
- build(MsgGetTypes[]) - Static method in class com.forte.qqrobot.anno.data.Listen
-
工厂方法
- build(Listen) - Static method in class com.forte.qqrobot.anno.data.Listen
-
工厂方法
- build() - Static method in class com.forte.qqrobot.listener.invoker.plug.Plug.EmptyPlug
-
唯一工厂
- build(SenderList, ListenerMethod, BotRuntime) - Static method in class com.forte.qqrobot.sender.MsgSender
-
是所有工厂方法的汇总方法之一
- build(SenderSendList, SenderSetList, SenderGetList, ListenerMethod, BotRuntime) - Static method in class com.forte.qqrobot.sender.MsgSender
-
是所有工厂方法的汇总方法之一
- build(SenderSendList, SenderSetList, SenderGetList, BotRuntime) - Static method in class com.forte.qqrobot.sender.MsgSender
-
- build() - Static method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
获取CQCodeUtil实例对象
- build(Object) - Static method in class com.forte.qqrobot.utils.SingleFactory
-
工厂
- build() - Static method in class com.forte.qqrobot.utils.SingleFactory
-
工厂
- buildEmpty(BotRuntime) - Static method in class com.forte.qqrobot.sender.MsgSender
-
- buildManager(BotManager, ListenerFilter, ExceptionProcessCenter, Supplier<MsgIntercept>[], Supplier<ListenIntercept>[], boolean) - Method in class com.forte.qqrobot.listener.invoker.ListenerMethodScanner
-
构建监听函数管理器实例
- buildPlug() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethodScanner
-
构建监听函数阻断器
- byApiName(String) - Static method in exception com.forte.qqrobot.exception.RobotApiException
-
- byFrom() - Static method in exception com.forte.qqrobot.exception.RobotApiException
-
- byName(Listen.ByName) - Static method in class com.forte.qqrobot.utils.AnnotationByNameUtils
-
- byName(Filter.ByName) - Static method in class com.forte.qqrobot.utils.AnnotationByNameUtils
-
- byName(BY_NAME, Class<FROM>) - Static method in class com.forte.qqrobot.utils.AnnotationByNameUtils
-
通过一个ByName注解获取其对应的父类注解
- ByNameField - Annotation Type in com.forte.qqrobot.anno
-
为那些ByName的注解提供对应关系
标注在对应ByName的注解上
方法必须是字符串或者字符串数组类型
其对应的主注解类型与其对应的必须一致
- ByNameFrom - Annotation Type in com.forte.qqrobot.anno
-
此注解指定一个ByName注解所对应的父类注解
- ByNameType - Annotation Type in com.forte.qqrobot.anno
-
此注解指定一个注解所对应的byName注解
- CACHE - Static variable in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
如果存在一些可以自定义是否使用缓存的接口,默认使用此选项
- cache() - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
- cache(long) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
- cache(long, CacheTypes) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
- cache(LocalDateTime) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
- cache - Static variable in class com.forte.qqrobot.utils.HttpClientUtil
-
Deprecated.
大概是缓冲区
- CacheGetterFactory - Class in com.forte.qqrobot.sender
-
Deprecated.
- CacheGetterFactory() - Constructor for class com.forte.qqrobot.sender.CacheGetterFactory
-
Deprecated.
- CacheGetterFactory.NoCache - Annotation Type in com.forte.qqrobot.sender
-
Deprecated.
不进行方法缓存的标记注解
- CacheTimeTypes - Enum in com.forte.qqrobot.beans.types
-
当使用缓存getter的时候,此枚举定义时间类型
- CacheTypes - Enum in com.forte.qqrobot.beans.types
-
GETTER的缓存类型枚举
- canInj(Class<T>, Field, Depend) - Static method in class com.forte.qqrobot.depend.util.DependUtil
-
判断一个类中的依赖是否可以进行注入
函数形式
- CatCode - Class in com.forte.qqrobot.code
-
CatCode,一个与CQCode格式完全类似的Code类型
- CatCode() - Constructor for class com.forte.qqrobot.code.CatCode
-
- CatCodeTypes - Class in com.forte.qqrobot.code
-
CodeType, 用来指定CatCode的Code类型。
- CatCodeUtil - Class in com.forte.qqrobot.code
-
- CatCodeUtil() - Constructor for class com.forte.qqrobot.code.CatCodeUtil
-
- changeQQLogBack(QQLogBack) - Static method in class com.forte.qqrobot.log.QQLog
-
- charAt(int) - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
- CHARSET_UTF_8 - Static variable in class com.forte.qqrobot.utils.DefaultHttpClientTemplate
-
utf-8字符编码
- CHARSET_UTF_8 - Static variable in class com.forte.qqrobot.utils.HttpClientUtil
-
Deprecated.
- checkIndex(boolean) - Method in class com.forte.qqrobot.utils.BooleanMap
-
- checkKey(int) - Method in class com.forte.qqrobot.utils.BooleanMap
-
- checkVersion() - Static method in class com.forte.qqrobot.system.CoreSystem
-
检测版本是否与最新版一致
- cleanCache() - Static method in class com.forte.qqrobot.utils.AnnotationUtils
-
清除缓存
- clear() - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
移除掉所有的参数
- clear() - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- clear() - Method in class com.forte.qqrobot.intercept.BaseContext
-
清除内容。只会清除当前域
- clear() - Method in interface com.forte.qqrobot.intercept.Context
-
清除当前域的内容
- clear() - Static method in class com.forte.qqrobot.sender.HttpClientHelper
-
clear
- clear() - Method in class com.forte.qqrobot.utils.BooleanMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class com.forte.qqrobot.utils.SingleFactory
-
清空所有保存的数据
- clearAll() - Method in class com.forte.qqrobot.intercept.BaseContext
-
- clearAll() - Method in interface com.forte.qqrobot.intercept.Context
-
清除所有域的内容
- clearGlobal() - Method in class com.forte.qqrobot.intercept.BaseContext
-
- clearGlobal() - Method in interface com.forte.qqrobot.intercept.Context
-
清除全局上下文中的值
- clearGlobal() - Method in class com.forte.qqrobot.listener.ListenContext
-
仅清除全局域
- clearValue() - Method in class com.forte.qqrobot.BaseConfiguration
-
清除额外配置
- clone() - Method in class com.forte.qqrobot.BaseConfiguration
-
Deprecated.
- clone() - Method in class com.forte.qqrobot.utils.BooleanMap
-
- close() - Method in class com.forte.qqrobot.BaseApplication
-
- close() - Method in class com.forte.qqrobot.bot.BotInfoImpl
-
nothing
- close() - Method in class com.forte.qqrobot.depend.DependCenter
-
- close() - Method in class com.forte.qqrobot.listener.invoker.ListenerFilter
-
close
- close() - Method in class com.forte.qqrobot.listener.ListenContext
-
清理ThreadLocal
- close() - Method in class com.forte.qqrobot.SimpleRobotContext
-
closeable
- close() - Method in class com.forte.qqrobot.utils.EmptyInputStream
-
- close() - Method in class com.forte.qqrobot.utils.StringListReader
-
此流close的时候并不会关闭而是将索引值恢复到0的位置,毕竟本质只是个list集合所以无伤大雅(大概
- code() - Method in class com.forte.qqrobot.anno.data.BlockFilter
-
- code() - Method in class com.forte.qqrobot.anno.data.Filter
-
- CODE - Variable in enum com.forte.qqrobot.beans.messages.types.GroupBanType
-
给一个code
- CodeConversionable<T extends CQCode> - Interface in com.forte.qqrobot.code
-
- codeMatchType() - Method in class com.forte.qqrobot.anno.data.Filter
-
- CodesAble - Interface in com.forte.qqrobot.beans.messages
-
- com.forte.config - package com.forte.config
-
提供配置注入功能
- com.forte.config.resolve - package com.forte.config.resolve
-
- com.forte.lang - package com.forte.lang
-
国际语言化相关包
- com.forte.qqrobot - package com.forte.qqrobot
-
主要是core所需要的包
- com.forte.qqrobot.anno - package com.forte.qqrobot.anno
-
- com.forte.qqrobot.anno.data - package com.forte.qqrobot.anno.data
-
注解的参数类
- com.forte.qqrobot.anno.depend - package com.forte.qqrobot.anno.depend
-
- com.forte.qqrobot.anno.template - package com.forte.qqrobot.anno.template
-
- com.forte.qqrobot.anno.timetask - package com.forte.qqrobot.anno.timetask
-
定时任务框架 - quartz 进行整合的相关注解
包下的所有注解均需要实现quartz框架中的Job
接口。
- com.forte.qqrobot.api - package com.forte.qqrobot.api
-
- com.forte.qqrobot.beans.cqcode - package com.forte.qqrobot.beans.cqcode
-
- com.forte.qqrobot.beans.function - package com.forte.qqrobot.beans.function
-
- com.forte.qqrobot.beans.messages - package com.forte.qqrobot.beans.messages
-
所有消息的规范定义接口
2019/8/1 :
- 为所有获取消息、监听消息增加抽象类实现,以默认实现toString()方法并简化开发工作量
- com.forte.qqrobot.beans.messages.get - package com.forte.qqrobot.beans.messages.get
-
- com.forte.qqrobot.beans.messages.msgget - package com.forte.qqrobot.beans.messages.msgget
-
- com.forte.qqrobot.beans.messages.result - package com.forte.qqrobot.beans.messages.result
-
- com.forte.qqrobot.beans.messages.result.inner - package com.forte.qqrobot.beans.messages.result.inner
-
- com.forte.qqrobot.beans.messages.types - package com.forte.qqrobot.beans.messages.types
-
- com.forte.qqrobot.beans.types - package com.forte.qqrobot.beans.types
-
- com.forte.qqrobot.bot - package com.forte.qqrobot.bot
-
- com.forte.qqrobot.code - package com.forte.qqrobot.code
-
- com.forte.qqrobot.constant - package com.forte.qqrobot.constant
-
- com.forte.qqrobot.depend - package com.forte.qqrobot.depend
-
此包下为依赖注入相关的内容。
- com.forte.qqrobot.depend.parameter - package com.forte.qqrobot.depend.parameter
-
- com.forte.qqrobot.depend.util - package com.forte.qqrobot.depend.util
-
- com.forte.qqrobot.exception - package com.forte.qqrobot.exception
-
- com.forte.qqrobot.exception.safe - package com.forte.qqrobot.exception.safe
-
- com.forte.qqrobot.factory - package com.forte.qqrobot.factory
-
此包下定义部分工厂,目前为用于注册枚举类型的工厂。
所有的枚举工厂都十分不稳定。
- com.forte.qqrobot.intercept - package com.forte.qqrobot.intercept
-
拦截器包,部分AOP接口
- com.forte.qqrobot.listener - package com.forte.qqrobot.listener
-
- com.forte.qqrobot.listener.error - package com.forte.qqrobot.listener.error
-
- com.forte.qqrobot.listener.invoker - package com.forte.qqrobot.listener.invoker
-
- com.forte.qqrobot.listener.invoker.plug - package com.forte.qqrobot.listener.invoker.plug
-
- com.forte.qqrobot.listener.result - package com.forte.qqrobot.listener.result
-
- com.forte.qqrobot.log - package com.forte.qqrobot.log
-
- com.forte.qqrobot.plugins - package com.forte.qqrobot.plugins
-
- com.forte.qqrobot.record - package com.forte.qqrobot.record
-
对送信器中的三种送信方式进行统计
- com.forte.qqrobot.safe - package com.forte.qqrobot.safe
-
- com.forte.qqrobot.scanner - package com.forte.qqrobot.scanner
-
- com.forte.qqrobot.sender - package com.forte.qqrobot.sender
-
- com.forte.qqrobot.sender.intercept - package com.forte.qqrobot.sender.intercept
-
- com.forte.qqrobot.sender.senderlist - package com.forte.qqrobot.sender.senderlist
-
- com.forte.qqrobot.system - package com.forte.qqrobot.system
-
- com.forte.qqrobot.system.limit - package com.forte.qqrobot.system.limit
-
- com.forte.qqrobot.timetask - package com.forte.qqrobot.timetask
-
- com.forte.qqrobot.utils - package com.forte.qqrobot.utils
-
- com.forte.qqrobot.utils.proxyhelper - package com.forte.qqrobot.utils.proxyhelper
-
- compareTo(CQCode) - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
- compareTo(CatCodeTypes) - Method in class com.forte.qqrobot.code.CatCodeTypes
-
排序接口的实现
- compareTo(Depend) - Method in class com.forte.qqrobot.depend.Depend
-
- compareTo(Interceptor) - Method in interface com.forte.qqrobot.intercept.Interceptor
-
实现的排序方法。
无特殊需求请不要重写此方法。
- compareTo(ListenerMethod) - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- compareTo(ListenResult) - Method in interface com.forte.qqrobot.listener.result.ListenResult
-
默认的排序方式为根据sortValue值进行排序
- compile(String) - Static method in class com.forte.qqrobot.listener.invoker.FilterParameterMatcherImpl
-
- compile(String, Function<String, String>) - Static method in class com.forte.qqrobot.listener.invoker.FilterParameterMatcherImpl
-
- Conf - Annotation Type in com.forte.config
-
字段对应的配置名称。
最终的对应结果为类上的+'.'+字段上的
- Config - Annotation Type in com.forte.qqrobot.anno
-
Deprecated.
- ConfigApplication<CONFIG extends BaseConfiguration> - Interface in com.forte.qqrobot
-
允许使用配置文件的接口。
目前暂时仅支持properties(因为简单且不需要其他依赖
- configProperties - Variable in class com.forte.qqrobot.BaseConfiguration
-
配置文件的读取内容
如果不是配置文件的话,此类得不到任何内容。
- ConfigProperties - Class in com.forte.qqrobot
-
配置文件读取到的Peoperties信息
- ConfigProperties() - Constructor for class com.forte.qqrobot.ConfigProperties
-
- ConfigProperties(Properties) - Constructor for class com.forte.qqrobot.ConfigProperties
-
- ConfigResolvor - Class in com.forte.config.resolve
-
配置转化器
- ConfigResolvor() - Constructor for class com.forte.config.resolve.ConfigResolvor
-
- ConfigurationException - Exception in com.forte.qqrobot.exception
-
config异常类
- ConfigurationException() - Constructor for exception com.forte.qqrobot.exception.ConfigurationException
-
- ConfigurationException(String) - Constructor for exception com.forte.qqrobot.exception.ConfigurationException
-
- ConfigurationException(String, Throwable) - Constructor for exception com.forte.qqrobot.exception.ConfigurationException
-
- ConfigurationException(Throwable) - Constructor for exception com.forte.qqrobot.exception.ConfigurationException
-
- ConfigurationException(String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.exception.ConfigurationException
-
- ConfigurationHelper - Class in com.forte.config
-
工具入口
- ConfigurationHelper() - Constructor for class com.forte.config.ConfigurationHelper
-
- ConfigurationProperty - Annotation Type in com.forte.qqrobot
-
config property, 以注解的方式来代替property文件
- constant(String, Class<T>) - Method in class com.forte.qqrobot.depend.AdditionalDepends
-
获取常量参数
常量参数:8大基本数据类型、8大基础数据类型的封装类、String类
- constant(String) - Method in class com.forte.qqrobot.depend.AdditionalDepends
-
获取常量参数
常量参数:8大基本数据类型、8大基础数据类型的封装类、String类
- constant(String) - Method in class com.forte.qqrobot.depend.DependCenter
-
获取常量值
常量只能通过名称获取
- constant(String, Class<T>) - Method in class com.forte.qqrobot.depend.DependCenter
-
获取常量值,转化数据类型
- constant(String, Class<T>) - Method in interface com.forte.qqrobot.depend.DependGetter
-
获取常量参数
常量参数:8大基本数据类型、8大基础数据类型的封装类、String类
- constant(String) - Method in interface com.forte.qqrobot.depend.DependGetter
-
获取常量参数
常量参数:8大基本数据类型、8大基础数据类型的封装类、String类
- Constr - Annotation Type in com.forte.qqrobot.anno
-
使用在监听器类中
当监听器的实例化需要参数而不是无参构造的时候,使用此注解标注一个静态方法
方法的返回值应为此监听器的类型
- constructor() - Method in class com.forte.qqrobot.depend.BeansData
-
- constructorTypes() - Method in class com.forte.qqrobot.factory.BaseFactory
-
返回此枚举需要的构造参数列表
- constructorTypes() - Method in class com.forte.qqrobot.factory.BreakTypeFactory
-
- constructorTypes() - Method in class com.forte.qqrobot.factory.CQCodeTypeFactory
-
- constructorTypes() - Method in class com.forte.qqrobot.factory.KeywordMatchTypeFactory
-
- constructorTypes() - Method in class com.forte.qqrobot.factory.MostTypeFactory
-
- constructorTypes() - Method in class com.forte.qqrobot.factory.MsgGetTypeFactory
-
- constructorTypes() - Method in class com.forte.qqrobot.factory.TimeTaskTemplateFactory
-
- contact - Static variable in class com.forte.qqrobot.code.CatCodeTypes
-
联系人分享,type一般可能是qq或者group
[CAT:contact,id=111111111,type=qq]
- contains(Object) - Method in interface com.forte.qqrobot.beans.cqcode.AppendList
-
Deprecated.
是否包含
- contains(Object) - Method in class com.forte.qqrobot.beans.cqcode.CQAppendList
-
Deprecated.
- contains(String) - Method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
查看某个字符串中是否存在此类型的CQ码
- containsID(String) - Method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
Deprecated.
- containsID(String, String...) - Static method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
判断是否存在某个equalsID
- containsKey(Object) - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
是否存在某种key
- containsKey(Object) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- containsKey(Object) - Method in class com.forte.qqrobot.utils.BooleanMap
-
Returns true if this map contains a mapping for the specified
key.
- containsType(CQCodeTypes) - Method in interface com.forte.qqrobot.beans.cqcode.AppendList
-
Deprecated.
是否包含某个CQ码类型
- containsType(CQCodeTypes) - Method in class com.forte.qqrobot.beans.cqcode.CQAppendList
-
Deprecated.
- containsValue(Object) - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
是否存在某个参数值
此参数值会自动进行转义
- containsValue(Object) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- containsValue(Object) - Method in class com.forte.qqrobot.utils.BooleanMap
-
Returns true if this map maps one or more keys to the
specified value.
- Content - Interface in com.forte.qqrobot.beans.messages.result.inner
-
群作业信息
- CONTENT_TYPE_FORM - Static variable in interface com.forte.qqrobot.sender.HttpClientAble
-
HTTP内容类型。from格式,提交数据
- CONTENT_TYPE_FORM_URL - Static variable in class com.forte.qqrobot.utils.HttpClientUtil
-
Deprecated.
- CONTENT_TYPE_JSON - Static variable in interface com.forte.qqrobot.sender.HttpClientAble
-
HTTP内容类型。json格式,提交数据
- CONTENT_TYPE_JSON_URL - Static variable in class com.forte.qqrobot.utils.HttpClientUtil
-
Deprecated.
- CONTENT_TYPE_TEXT_HTML - Static variable in class com.forte.qqrobot.utils.HttpClientUtil
-
Deprecated.
- CONTENT_TYPE_TEXT_XML - Static variable in interface com.forte.qqrobot.sender.HttpClientAble
-
HTTP内容类型。 text格式
- Context<T> - Interface in com.forte.qqrobot.intercept
-
基础上下文接口,一个上下文对象首先应该针对某个元素.
- convertStringParamter(Map) - Static method in class com.forte.qqrobot.utils.HttpClientUtil
-
Deprecated.
将map集合的键值对转化成:key1=value1&key2=value2 的形式
- CoreClassLoader - Class in com.forte.qqrobot.system
-
Deprecated.
- CoreConfiguration - Class in com.forte.qqrobot
-
核心的配置注入类
- CoreConfiguration() - Constructor for class com.forte.qqrobot.CoreConfiguration
-
- CoreSystem - Class in com.forte.qqrobot.system
-
- CoreSystem() - Constructor for class com.forte.qqrobot.system.CoreSystem
-
- CoreVersion - Annotation Type in com.forte.qqrobot.anno
-
核心版本注解,内部使用
然而实际上压根没使用
- CQAppendList - Class in com.forte.qqrobot.beans.cqcode
-
- CQAppendList() - Constructor for class com.forte.qqrobot.beans.cqcode.CQAppendList
-
Deprecated.
无参构造,默认拼接符为一个空字符
- CQAppendList(CharSequence) - Constructor for class com.forte.qqrobot.beans.cqcode.CQAppendList
-
Deprecated.
指定拼接符的构造
- CQCode - Class in com.forte.qqrobot.beans.cqcode
-
- CQCode(String, CQCodeTypes, Map<String, String>) - Constructor for class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
仅子类构造
- CQCode.CQCodeEntry - Class in com.forte.qqrobot.beans.cqcode
-
Deprecated.
CQ码对象中使用的Entry对象,覆盖原本的Entry对象并进行参数转义
- CQCodeTypeFactory - Class in com.forte.qqrobot.factory
-
为
CQCodeTypes
创建新实例的工厂。
此工厂相对于其他工厂较为特殊,需要保证参数验证通过之后才可以进行创建。
且考虑到多线程的问题,注册窗口将会标记线程同步。
一些通用的注释我也不写了...懒得写了
- CQCodeTypes - Enum in com.forte.qqrobot.beans.types
-
此枚举保存全部的CQCode类型。
- CQCodeUtil - Class in com.forte.qqrobot.utils
-
- CQParamsException - Exception in com.forte.qqrobot.exception
-
CQ码参数相关
- CQParamsException() - Constructor for exception com.forte.qqrobot.exception.CQParamsException
-
Constructs a new runtime exception with null
as its
detail message.
- CQParamsException(String, Object...) - Constructor for exception com.forte.qqrobot.exception.CQParamsException
-
Constructs a new runtime exception with the specified detail message.
- CQParamsException(String) - Constructor for exception com.forte.qqrobot.exception.CQParamsException
-
- CQParamsException(String, Throwable, Object...) - Constructor for exception com.forte.qqrobot.exception.CQParamsException
-
Constructs a new runtime exception with the specified detail message and
cause.
- CQParamsException(String, Throwable) - Constructor for exception com.forte.qqrobot.exception.CQParamsException
-
- CQParamsException(Throwable) - Constructor for exception com.forte.qqrobot.exception.CQParamsException
-
Constructs a new runtime exception with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- CQParamsException(String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.exception.CQParamsException
-
Constructs a new runtime exception with the specified detail
message, cause, suppression enabled or disabled, and writable
stack trace enabled or disabled.
- CQParamsException(String, Throwable, boolean, boolean, Object...) - Constructor for exception com.forte.qqrobot.exception.CQParamsException
-
- CQParseException - Exception in com.forte.qqrobot.exception
-
CQ码解析异常
- CQParseException() - Constructor for exception com.forte.qqrobot.exception.CQParseException
-
Constructs a new runtime exception with null
as its
detail message.
- CQParseException(String, Object...) - Constructor for exception com.forte.qqrobot.exception.CQParseException
-
Constructs a new runtime exception with the specified detail message.
- CQParseException(String) - Constructor for exception com.forte.qqrobot.exception.CQParseException
-
- CQParseException(String, Throwable, Object...) - Constructor for exception com.forte.qqrobot.exception.CQParseException
-
Constructs a new runtime exception with the specified detail message and
cause.
- CQParseException(String, Throwable) - Constructor for exception com.forte.qqrobot.exception.CQParseException
-
- CQParseException(Throwable) - Constructor for exception com.forte.qqrobot.exception.CQParseException
-
Constructs a new runtime exception with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- CQParseException(String, Throwable, boolean, boolean, Object...) - Constructor for exception com.forte.qqrobot.exception.CQParseException
-
Constructs a new runtime exception with the specified detail
message, cause, suppression enabled or disabled, and writable
stack trace enabled or disabled.
- CQParseException(String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.exception.CQParseException
-
- CQUtils - Class in com.forte.qqrobot.utils
-
Deprecated.
- CQUtils() - Constructor for class com.forte.qqrobot.utils.CQUtils
-
Deprecated.
- CronTask - Annotation Type in com.forte.qqrobot.anno.timetask
-
使用Cron表达式进行记时的注解
- get(int) - Method in interface com.forte.qqrobot.beans.cqcode.AppendList
-
Deprecated.
获取某个索引上的值
- get(int) - Method in class com.forte.qqrobot.beans.cqcode.CQAppendList
-
Deprecated.
- get(Object) - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
获取某个参数的值
回进行解码
- get(long) - Method in enum com.forte.qqrobot.beans.types.CacheTypes
-
- get(Class<T>) - Method in class com.forte.qqrobot.depend.AdditionalDepends
-
通过Class对象获取实例
- get(String, Class<T>) - Method in class com.forte.qqrobot.depend.AdditionalDepends
-
通过名称和类型获取指定类型的对象实例
- get(String) - Method in class com.forte.qqrobot.depend.AdditionalDepends
-
仅通过名称获取对象实例
- get(Object) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- get(Class<T>, DependGetter) - Method in class com.forte.qqrobot.depend.DependCenter
-
通过额外参数对某个对象进行强制注入
- get(String, DependGetter) - Method in class com.forte.qqrobot.depend.DependCenter
-
通过额外参数对某个对象进行强制注入
- get(String, Class<T>, DependGetter) - Method in class com.forte.qqrobot.depend.DependCenter
-
通过额外参数对某个对象进行强制注入
- get(Class<T>) - Method in class com.forte.qqrobot.depend.DependCenter
-
获取依赖
- get(String, Class<T>) - Method in class com.forte.qqrobot.depend.DependCenter
-
获取依赖
- get(String) - Method in class com.forte.qqrobot.depend.DependCenter
-
获取依赖,当使用名称获取时,以非常量类型依赖为准
- get(Class<T>) - Method in interface com.forte.qqrobot.depend.DependGetter
-
通过Class对象获取实例
- get(String, Class<T>) - Method in interface com.forte.qqrobot.depend.DependGetter
-
通过名称和类型获取指定类型的对象实例
- get(String) - Method in interface com.forte.qqrobot.depend.DependGetter
-
仅通过名称获取对象实例
- get(String) - Method in class com.forte.qqrobot.intercept.BaseContext
-
获取一个当前上下文参数
- get(String) - Method in interface com.forte.qqrobot.intercept.Context
-
获取一个当前上下文参数
- get(String) - Method in class com.forte.qqrobot.listener.ListenContext
-
默认的get方法。
会优先从当前域获取,获取不到则寻找全局域
- get(Class<T>) - Static method in class com.forte.qqrobot.ResourceDispatchCenter
-
获取一个指定类型的单例对象-如果储存过的话
- get() - Method in class com.forte.qqrobot.scanner.FileScanner
-
- get(String, Map<String, String>, Map<String, String>, Map<String, String>) - Method in interface com.forte.qqrobot.sender.HttpClientAble
-
使用get的方式进行网络请求
- get(String, Map<String, String>, Map<String, String>) - Method in interface com.forte.qqrobot.sender.HttpClientAble
-
使用get的方式进行网络请求
- get(String, Map<String, String>) - Method in interface com.forte.qqrobot.sender.HttpClientAble
-
使用get的方式进行网络请求
- get(String) - Method in interface com.forte.qqrobot.sender.HttpClientAble
-
使用get的方式进行网络请求
- get(String, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class com.forte.qqrobot.sender.HttpClientHelper
-
使用get的方式进行网络请求
- get(InfoGet<RESULT>) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
通过定义好返回值的InfoGet对象获取返回值
- get(InfoGet<RESULT>) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
通过定义好返回值的InfoGet对象获取返回值
- get(InfoGet<RESULT>) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGet
-
通过定义好返回值的InfoGet对象获取返回值
- get(Object) - Method in class com.forte.qqrobot.utils.BooleanMap
-
Returns the value to which the specified key is mapped,
or null
if this map contains no mapping for the key.
- get(String, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class com.forte.qqrobot.utils.DefaultHttpClientTemplate
-
使用get的方式进行网络请求
- get(String) - Static method in class com.forte.qqrobot.utils.HttpClientUtil
-
Deprecated.
发送 get请求
- get(Class<? extends T>) - Method in class com.forte.qqrobot.utils.SingleFactory
-
获取单例,如果没有此类的记录则返回空
- getActive() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getADdTime() - Method in class com.forte.qqrobot.beans.cqcode.ImageCQCode
-
Deprecated.
- getAdminList() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getAdminList() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
获取群管理列表
- getAdminNickList() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getAdminNickList() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
获取群主和管理的QQ与昵称列表
- getAdvanceBotInfo() - Method in class com.forte.qqrobot.BaseConfiguration
-
获取预先注册的bot信息。
- getAge() - Method in class com.forte.qqrobot.beans.messages.result.AbstractStrangerInfo
-
- getAge() - Method in interface com.forte.qqrobot.beans.messages.result.StrangerInfo
-
年龄
- getAll() - Method in interface com.forte.qqrobot.beans.cqcode.AppendList
-
Deprecated.
获取所有的值
- getAll() - Method in class com.forte.qqrobot.beans.cqcode.CQAppendList
-
Deprecated.
- getAllFriends() - Method in interface com.forte.qqrobot.beans.messages.result.FriendList
-
获取所有好友列表
- getAllowChangeNick() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getAllowChangeNick() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- getAnnoNick() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- getAnnoNick() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupHomework
-
发布人的昵称
- getAnnoQQ() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- getAnnoQQ() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupHomework
-
发布人的QQ号
- getAnnotation(AnnotatedElement, Class<T>) - Static method in class com.forte.qqrobot.utils.AnnotationUtils
-
从某个类上获取注解对象,注解可以深度递归
如果存在多个继承注解,则优先获取浅层第一个注解,如果浅层不存在,则返回第一个获取到的注解
请尽可能保证仅存在一个或者一种继承注解,否则获取到的类型将不可控
- getAnnotation(AnnotatedElement, Class<T>, Class<T>...) - Static method in class com.forte.qqrobot.utils.AnnotationUtils
-
从某个类上获取注解对象,注解可以深度递归
如果存在多个继承注解,则优先获取浅层第一个注解,如果浅层不存在,则返回第一个获取到的注解
请尽可能保证仅存在一个或者一种继承注解,否则获取到的类型将不可控
- GetAnonInfo - Interface in com.forte.qqrobot.beans.messages.get
-
获取匿名群员信息
- getAnonInfo(String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getAnonInfo(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
取匿名成员信息
一般是使用匿名标识来获取
- getAnonInfo(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
取匿名成员信息
一般是使用匿名标识来获取
- getAnonInfo(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
取匿名成员信息
一般是使用匿名标识来获取
- getAnonInfo(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
取匿名成员信息
一般是使用匿名标识来获取
- getAnonInfo(GetAnonInfo) - Method in interface com.forte.qqrobot.sender.senderlist.GetterUpper
-
取匿名成员信息
一般是使用匿名标识来获取
- getAnonInfo(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取匿名成员信息
一般是使用匿名标识来获取
- getAnonName() - Method in class com.forte.qqrobot.beans.messages.result.AbstractAnonInfo
-
- getAnonName() - Method in interface com.forte.qqrobot.beans.messages.result.AnonInfo
-
获取匿名名称
- getApplication() - Method in class com.forte.qqrobot.SimpleRobotContext
-
- getApplicationClass() - Method in interface com.forte.qqrobot.Application
-
获取Application启动器的Class,默认情况下即获取自己的Class。
无特殊需求不要重写。
- getArgs() - Method in class com.forte.qqrobot.BaseApplication
-
直接返回参数列表对象。
- getArgs() - Method in class com.forte.qqrobot.listener.invoker.ListenInterceptContext
-
- getAtDetectionFunction() - Static method in class com.forte.qqrobot.listener.invoker.ListenerFilter
-
获取当前的at判断函数
- GetAuthInfo - Interface in com.forte.qqrobot.beans.messages.get
-
- getAuthInfo() - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getAuthInfo() - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
获取权限信息
一般不需要参数
- getAuthInfo() - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
获取权限信息
一般不需要参数
- getAuthInfo() - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
获取权限信息
一般不需要参数
- getAuthInfo() - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
获取权限信息
一般不需要参数
- getAuthInfo() - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
获取权限信息
一般不需要参数
- GetBanList - Interface in com.forte.qqrobot.beans.messages.get
-
- getBanList(String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getBanList(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
获取封禁成员列表
- getBanList(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
获取封禁成员列表
- getBanList(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
获取封禁成员列表
- getBanList(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
获取封禁成员列表
- getBanList(GetBanList) - Method in interface com.forte.qqrobot.sender.senderlist.GetterUpper
-
获取封禁成员列表
- getBanList(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
获取封禁成员列表
- getBanList(GroupCodeAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
获取封禁成员列表
- getBanTime() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getBanTime() - Method in interface com.forte.qqrobot.beans.messages.result.GroupMemberInfo
-
禁言剩余时间
- getBanType() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupBan
-
- getBanType() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupBan
-
获取禁言类型:禁言/解除禁言
- getBase() - Method in interface com.forte.qqrobot.system.RunParameter
-
- getBase() - Method in class com.forte.qqrobot.system.RunParameterImpl
-
- getBaseConfiguration() - Static method in class com.forte.qqrobot.ResourceDispatchCenter
-
获取基础配置类
- getBaseCookieStore() - Static method in class com.forte.qqrobot.utils.DefaultHttpClientTemplate
-
获取全局CookieStore
- getBeanClass() - Method in enum com.forte.qqrobot.beans.messages.types.MsgGetTypes
-
获取此类型对应的class对象
- getBeanForJson(String) - Method in enum com.forte.qqrobot.beans.messages.types.MsgGetTypes
-
转化为对应的对象,使用Object类型接收。
此方法不会自动配置原始数据字符串
- getBeans() - Method in class com.forte.qqrobot.depend.Beans
-
- getBeans(Class<?>...) - Static method in class com.forte.qqrobot.depend.BeansFactory
-
从Class列表中过滤并转化为Beans列表
传入的calss默认认为全部可以转化为Beans对象,过滤判断交给调用方
- getBeans(Beans, Class<?>...) - Static method in class com.forte.qqrobot.depend.BeansFactory
-
从Class列表中过滤并转化为Beans列表
传入的calss默认认为全部可以转化为Beans对象,过滤判断交给调用方
- getBeans() - Method in interface com.forte.qqrobot.timetask.TimeJob
-
获取Beans注解,当返回值不为null的时候会进行注入
- getBeansAnnotationIfListen(Class<?>) - Static method in class com.forte.qqrobot.utils.AnnotationUtils
-
尝试从一个类对象中获取到@Beans注解
- getBeansSingle(String, T) - Static method in class com.forte.qqrobot.depend.BeansFactory
-
通过一个单独的实例bean获取Beans封装类
- getBeOperatedQQ() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAdminChange
-
- getBeOperatedQQ() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupBan
-
- getBeOperatedQQ() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMemberIncrease
-
- getBeOperatedQQ() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMemberReduce
-
- getBeOperatedQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupAdminChange
-
被操作者的QQ号
- getBeOperatedQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupBan
-
被操作者的QQ号
- getBeOperatedQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMemberIncrease
-
被操作者的QQ号
- getBeOperatedQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMemberReduce
-
被操作者的QQ号
- getBeOperatedQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMsgDelete
-
被操作者的QQ号, 即被撤回消息的人的QQ号
- getBestPoolSize(double) - Static method in class com.forte.qqrobot.system.CoreSystem
-
根据核心数量和阻塞系数计算一个线程池所需要的最佳线程数量。
- getBlack() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getBlack() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- getBlock() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getBlockFilter() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getBlockingFactor() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getBlockMethod() - Method in class com.forte.qqrobot.listener.invoker.plug.ListenerPlug
-
获取当前生效的阻塞函数(如果存在的话)
获取顺序 全局 -> 如果为null -> 普通 -> 如果为null -> null
global -> if null -> normal -> if null -> null
- getBlockMethod(MsgGetTypes) - Method in class com.forte.qqrobot.listener.invoker.plug.ListenerPlug
-
根据消息分类获取当前生效的阻塞函数(如果存在的话)
获取顺序 全局 -> 如果为null -> 普通 -> 如果为null -> null
global -> if null -> normal -> if null -> null
- getBlockMethod() - Method in class com.forte.qqrobot.listener.invoker.plug.Plug.EmptyPlug
-
- getBlockMethod(MsgGetTypes) - Method in class com.forte.qqrobot.listener.invoker.plug.Plug.EmptyPlug
-
- getBlockMethod() - Method in interface com.forte.qqrobot.listener.invoker.plug.Plug
-
获取当前生效的阻塞函数(如果存在的话)
获取顺序 全局 -> 如果为null -> 普通 -> 如果为null -> null
global -> if null -> normal -> if null -> null
- getBlockMethod(MsgGetTypes) - Method in interface com.forte.qqrobot.listener.invoker.plug.Plug
-
根据消息分类获取当前生效的阻塞函数(如果存在的话)
获取顺序 全局 -> 如果为null -> 普通 -> 如果为null -> null
global -> if null -> normal -> if null -> null
- getBoard() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getBoard() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
最新的公告
- getBoolean(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getBooleanBasic(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getBot(String) - Method in interface com.forte.qqrobot.bot.BotManager
-
通过bot的code获取一个Bot的信息
参数有可能为null
- getBot(String) - Method in class com.forte.qqrobot.bot.BotManagerImpl
-
通过bot的code获取一个Bot的信息
- getBotCheck() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getBotCode() - Method in interface com.forte.qqrobot.bot.BotInfo
-
获取Bot的账号信息
- getBotCode() - Method in class com.forte.qqrobot.bot.BotInfoImpl
-
- getBotManager() - Method in class com.forte.qqrobot.BaseApplication
-
获取账号管理器,在dependCenter初始化完成被初始化
- getBotManager() - Method in class com.forte.qqrobot.BotRuntime
-
获取BotManager
- getBotManager() - Method in class com.forte.qqrobot.SimpleRobotContext
-
获取Bot管理器
- getBusid() - Method in class com.forte.qqrobot.beans.messages.result.AbstractFileInfo
-
- getBusid() - Method in interface com.forte.qqrobot.beans.messages.result.FileInfo
-
文件BUSID
- getBusid() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- getBusid() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Share
-
BUSID
- getByte(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getByteBasic(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getByType(Class<? extends MsgGet>) - Static method in enum com.forte.qqrobot.beans.messages.types.MsgGetTypes
-
通过class对象获取枚举对象
- getByType(MsgGet) - Static method in enum com.forte.qqrobot.beans.messages.types.MsgGetTypes
-
通过MsgGet对象获取枚举对象
- getByType(Class<T>) - Method in class com.forte.qqrobot.depend.DependCenter
-
根据一个父类类型,获取所有存在的子类。理论上效率较低
- getByType(Class<T>, T[]) - Method in class com.forte.qqrobot.depend.DependCenter
-
根据一个父类类型,获取所有存在的子类。理论上效率较低
- getCard() - Method in interface com.forte.qqrobot.beans.messages.result.GroupMemberInfo
-
群名片
- getChar(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getCharBasic(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getCheckVersion() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getChildren() - Method in class com.forte.qqrobot.depend.Beans
-
- getCity() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getCity() - Method in interface com.forte.qqrobot.beans.messages.result.GroupMemberInfo
-
所在城市
- getCity() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- getCity() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupMember
-
所在城市
- getClassLoader() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getCode() - Method in interface com.forte.qqrobot.beans.messages.QQCodeAble
-
获取账号编号。后续某版本更新会移除getQQCode与getQQ等方法名,并统一为getCode
- getCode() - Method in class com.forte.qqrobot.beans.messages.result.AbstractAuthInfo
-
- getCode() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getCode() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getCode() - Method in interface com.forte.qqrobot.beans.messages.result.AuthInfo
-
获取一个编码
- getCode() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
群号
- getCode() - Method in interface com.forte.qqrobot.beans.messages.result.GroupMemberInfo
-
获取群号
- getCode() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroup
-
- getCode() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Group
-
群号
- getCode() - Method in enum com.forte.qqrobot.beans.messages.types.GroupBanType
-
- getCode() - Method in interface com.forte.qqrobot.bot.LoginInfo
-
- getCode() - Method in interface com.forte.qqrobot.sender.HttpResp
-
响应码
- getCode() - Method in class com.forte.qqrobot.sender.HttpRespImpl
-
- getCode(int) - Static method in class com.forte.qqrobot.utils.RandomUtil
-
获取随机code,包含数字和字母
- getCode() - Static method in class com.forte.qqrobot.utils.RandomUtil
-
获取一个4位数的随机code,字母小写
- getCodeNumber() - Method in interface com.forte.qqrobot.beans.messages.QQCodeAble
-
- getCompleteIntro() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getCompleteIntro() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
获取群介绍-完整
- getComponentContext(BaseApplication.DefaultSenders<SEND, SET, GET>, BotManager, MsgParser, MsgProcessor, DependCenter, CONFIG) - Method in class com.forte.qqrobot.BaseApplication
-
获取一个组件专属的SimpleRobotContext对象
- getConf() - Method in class com.forte.qqrobot.BaseApplication
-
获取Config对象。如果尚未初始化则会优先初始化
- getConfigProperties() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getConfiguration() - Method in class com.forte.qqrobot.BaseApplication
-
- getConfiguration() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getConfiguration() - Method in class com.forte.qqrobot.BotRuntime
-
- getConfiguration() - Method in class com.forte.qqrobot.SimpleRobotContext
-
- getConstant(String) - Method in class com.forte.qqrobot.depend.DependCenter
-
获取常量值
常量只能通过名称获取
- getConstant(String, Class<T>) - Method in class com.forte.qqrobot.depend.DependCenter
-
获取常量值,转化数据类型
- getConstrMethod(Class) - Static method in class com.forte.qqrobot.utils.AnnotationUtils
-
获取类中标注了@Constr注解的方法。
如果有多个,获取其中某一个;
如果出现了:
- 注解不存在静态方法上、
- 方法返回值不是这个类本身或者子类
则会抛出异常
- getContents(String) - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupHomework
-
作业的内容信息
- getContext(String) - Method in class com.forte.qqrobot.BaseApplication
-
- GetContext - Class in com.forte.qqrobot.sender.intercept
-
- GetContext(SenderGetList, Method, Object...) - Constructor for class com.forte.qqrobot.sender.intercept.GetContext
-
- getContextMap() - Method in class com.forte.qqrobot.intercept.BaseContext
-
获取contextMap
- getCookies() - Method in class com.forte.qqrobot.beans.messages.result.AbstractAuthInfo
-
- getCookies() - Method in interface com.forte.qqrobot.beans.messages.result.AuthInfo
-
获取cookies信息
- getCoreClassLoader() - Static method in class com.forte.qqrobot.system.CoreClassLoader
-
Deprecated.
- getCorePoolSize() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getCorePoolSize() - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
- getCorePoolSize() - Method in class com.forte.qqrobot.utils.BaseLocalThreadPool.PoolConfig
-
- getCoreVersion() - Static method in class com.forte.qqrobot.system.CoreSystem
-
- getCourseId() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- getCourseId() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupHomework
-
科目ID
- getCourseName() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- getCourseName() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupHomework
-
科目名称
- getCoursePic() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- getCoursePic() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupHomework
-
该作业的科目图片链接
- getCpuCore() - Static method in class com.forte.qqrobot.system.CoreSystem
-
获取程序可用的CPU核心数量
- getCQCode(CQCodeTypes, String...) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_anonymous(Boolean) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_Anonymous(Boolean) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
匿名发消息(仅支持群消息使用)
本CQ码需加在消息的开头。
- getCQCode_anonymous() - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_Anonymous() - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
匿名发消息(仅支持群消息使用)
本CQ码需加在消息的开头。
参数被忽略,代表强制使用匿名,如果匿名失败将取消该消息的发送。
- getCQCode_at(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_At(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
at某人
- getCQCode_atAll() - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_AtAll() - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
at全体
- getCQCode_bface(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_Bface(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
获取原创表情
- getCQCode_dice(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_Dice(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
掷骰子魔法表情
- getCQCode_emoji(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_Emoji(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
生成emoji
- getCQCode_face(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_Face(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
获取face字符表情
- getCQCode_image(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_Image(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
发送自定义图片
- getCQCode_music(String, String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_Music(String, String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
发送音乐
注意:音乐只能作为单独的一条消息发送
- getCQCode_music_custom(String, String, String, String, String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_Music_Custom(String, String, String, String, String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
发送音乐自定义分享
- getCQCode_record(String, Boolean) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_Record(String, Boolean) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
发送语音
- getCQCode_record(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_Record(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
发送语音
- getCQCode_rps(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_Rps(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
发送猜拳魔法表情
- getCQCode_sface(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_Sface(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
小表情
- getCQCode_shake() - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_Shake() - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
戳一戳 仅支持好友消息使用
- getCQCode_share(String, String, String, String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
- getCQCode_Share(String, String, String, String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
发送链接分享
注意:链接分享只能作为单独的一条消息发送
- getCqcodeExtractRegex() - Static method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
获取CQ码全匹配正则
- getCQCodeFromMsg(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
从信息字符串中提取出CQCode码对象
- getCQCodeFromMsgByType(String, CQCodeTypes) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
从信息字符串中提取出指定类型的CQCode码对象
- getCQCodeFromMsgByType(String, String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
从信息字符串中提取出指定类型的CQCode码对象
- getCQCodes() - Method in interface com.forte.qqrobot.beans.cqcode.AppendList
-
Deprecated.
获取拼接列表中的CQCode对象
- getCQCodes() - Method in class com.forte.qqrobot.beans.cqcode.CQAppendList
-
Deprecated.
- getCQCodeStrFromMsg(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
从信息字符串中提取出CQCode码的字符串
- getCQCodeStrFromMsgByType(String, CQCodeTypes) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
从信息字符串中提取出指定类型的CQCode码的字符串
- getCQCodeStrFromMsgByType(String, String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
从信息字符串中提取出指定类型的CQCode码的字符串
- getCQCodeTypes() - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
获取CQCode的类型
- getCQCodeTypesByFunction(String) - Static method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
返回某个function下的全部CQCodeTypes
- getCQCodeTypesName() - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
获取CQCode的类型
- getCQCodeUtil(JobExecutionContext) - Static method in class com.forte.qqrobot.timetask.TimeTaskContext
-
获取一个CQCodeUtil
- getCqPath() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getCreateTime() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getCreateTime() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
建群时间
- getCreateTime() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- getCreateTime() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Share
-
创建时间
- getCsrfToken() - Method in class com.forte.qqrobot.beans.messages.result.AbstractAuthInfo
-
- getCsrfToken() - Method in interface com.forte.qqrobot.beans.messages.result.AuthInfo
-
获取CsrfToken
- getDefaultBeans(Class<U>) - Static method in class com.forte.qqrobot.depend.Beans
-
获取值全部为默认值的Beans对象
需要提供类型
- getDefaultBotInfo() - Method in class com.forte.qqrobot.BaseConfiguration
-
获取当前记录的默认bot的信息
- getDefaultGetter(BotManager) - Method in class com.forte.qqrobot.BaseApplication
-
提供一个BotManager,将其转化为默认的GetList。一般情况下,Default送信器只会实例化一次。
- getDefaultHttp() - Static method in class com.forte.qqrobot.sender.HttpClientHelper
-
根据当前默认名称获取模板
- getDefaultInstanceNeed() - Static method in class com.forte.qqrobot.depend.Beans
-
- getDefaultMsgSender(DependCenter, ListenerManager, BotRuntime, SenderSendList, SenderSetList, SenderGetList) - Method in class com.forte.qqrobot.BaseApplication
-
获取一个不使用在监听函数中的默认送信器
1.12.x: 此方法不再作为抽象方法,并默认使用BotManager中的DefaultBot进行送信
- getDefaultSender(BotManager) - Method in class com.forte.qqrobot.BaseApplication
-
提供一个BotManager,将其转化为默认的SendList。一般情况下,Default送信器只会实例化一次。
- getDefaultSenders(BotManager) - Method in class com.forte.qqrobot.BaseApplication
-
- getDefaultSetter(BotManager) - Method in class com.forte.qqrobot.BaseApplication
-
提供一个BotManager,将其转化为默认的SetList。一般情况下,Default送信器只会实例化一次。
- getDefaultThreadFactory() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getDefaultThreadFactory() - Method in class com.forte.qqrobot.utils.BaseLocalThreadPool.PoolConfig
-
- getDepend(Class<T>, boolean) - Method in class com.forte.qqrobot.depend.DependCenter
-
Deprecated.
- getDepend(Class<T>) - Method in class com.forte.qqrobot.depend.DependCenter
-
通过类型获取依赖对象
- getDepend(String, Class<T>) - Method in class com.forte.qqrobot.depend.DependCenter
-
- getDepend(String, boolean) - Method in class com.forte.qqrobot.depend.DependCenter
-
Deprecated.
- getDepend(String) - Method in class com.forte.qqrobot.depend.DependCenter
-
通过名称获取依赖对象
- getDepend(String, Class<T>, Beans, DependCenter) - Static method in interface com.forte.qqrobot.timetask.TimeJob
-
提供一个对象,他的@Beans注解对象以及依赖工厂,则如果可以,则。
为了考虑可能存在的优化方案,仅有当参数@Beans注解对象为null的时候才会通过反射去获取注解。
- getDepend(AnnotatedElement) - Static method in class com.forte.qqrobot.utils.AnnotationUtils
-
- getDependCenter() - Method in class com.forte.qqrobot.BaseApplication
-
获取依赖获取器
- getDependCenter() - Method in class com.forte.qqrobot.BotRuntime
-
- getDependCenter() - Static method in class com.forte.qqrobot.ResourceDispatchCenter
-
获取一个DependCenter单例对象
- getDependCenter() - Method in class com.forte.qqrobot.SimpleRobotContext
-
获取依赖管理中心
- getDependCenter(JobExecutionContext) - Static method in class com.forte.qqrobot.timetask.TimeTaskContext
-
从一个Context中取出DependCenter
- getDependGetter() - Method in class com.forte.qqrobot.BaseConfiguration
-
获取依赖获取器
- getDependInstance(String, Class<T>) - Method in class com.forte.qqrobot.depend.DependCenter
-
通过名称获取依赖,转化为指定类型
- getDependInstance(String) - Method in class com.forte.qqrobot.depend.DependCenter
-
通过名称获取依赖
- getDependInstance(Class<T>) - Method in class com.forte.qqrobot.depend.DependCenter
-
通过类型获取依赖
- getDescription() - Method in interface com.forte.qqrobot.listener.ListenerInfo
-
获取描述
- getDLTimes() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- getDLTimes() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Share
-
下载次数
- getDouble(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getDoubleBasic(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getEmpty() - Static method in class com.forte.qqrobot.depend.AdditionalDepends
-
获取空参数对象
- getEmpty() - Static method in class com.forte.qqrobot.depend.NameTypeEntry
-
- getEmptyInstance() - Method in class com.forte.qqrobot.depend.Depend
-
获取一个空实例
- getEnableServer() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getEncode() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getError() - Method in interface com.forte.qqrobot.listener.result.ListenResult
-
如果出现了异常,则此为异常
- getError() - Method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- getException() - Method in interface com.forte.qqrobot.listener.error.ExceptionHandleContext
-
- getException() - Method in class com.forte.qqrobot.listener.error.ExceptionHandleContextImpl
-
- getExceptionTag() - Method in exception com.forte.qqrobot.exception.RobotApiException
-
- getExceptionTag() - Method in exception com.forte.qqrobot.exception.RobotDevException
-
- getExceptionTag() - Method in exception com.forte.qqrobot.exception.RobotException
-
默认情况下,会获取类名去掉Exception并开头小写的结果。
例如:BlockException -> block
你可以重写此方法以自定义自己类的二级tag
- getExceptionTag() - Method in exception com.forte.qqrobot.exception.RobotRuntimeException
-
默认情况下,会获取类名去掉Exception并开头小写的结果。
例如:BlockException -> block
你可以重写此方法以自定义自己类的二级tag
- getExTitle() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getExTitle() - Method in interface com.forte.qqrobot.beans.messages.result.GroupMemberInfo
-
获取专属头衔
- getExTitle() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- getExTitle() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupMember
-
获取专属头衔
- getExTitleTime() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getExTitleTime() - Method in interface com.forte.qqrobot.beans.messages.result.GroupMemberInfo
-
头衔的有效期
- getExTitleTime() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- getExTitleTime() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupMember
-
头衔到期时间
- getFaceMsg() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- getFaceMsg() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- getFaceMsg() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupNote
-
预览文
- getFactory() - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
获取线程工厂
- getFather() - Method in class com.forte.qqrobot.depend.Beans
-
- getField(Class, String) - Static method in class com.forte.qqrobot.utils.FieldUtils
-
获取类指定字段对象
- getFieldGetter(Class<?>, String) - Static method in class com.forte.qqrobot.utils.FieldUtils
-
获取字段的getter方法,单层级
- getFieldGetter(Class<?>, Field) - Static method in class com.forte.qqrobot.utils.FieldUtils
-
获取字段的getter方法
- getFieldGetter(Object, String) - Static method in class com.forte.qqrobot.utils.FieldUtils
-
获取字段的getter方法
- getFields(Class, boolean) - Static method in class com.forte.qqrobot.utils.FieldUtils
-
获取类中全部的字段
- getFieldSetter(Class<?>, String) - Static method in class com.forte.qqrobot.utils.FieldUtils
-
获取字段的setter方法
- getFieldSetter(Class<?>, Field) - Static method in class com.forte.qqrobot.utils.FieldUtils
-
获取字段的setter方法
- getFieldSetter(Object, String) - Static method in class com.forte.qqrobot.utils.FieldUtils
-
获取字段的setter方法
- getFieldsStream(Class, boolean) - Static method in class com.forte.qqrobot.utils.FieldUtils
-
获取类中全部的字段
- getFileBase64() - Method in class com.forte.qqrobot.beans.messages.result.AbstractImageInfo
-
- getFileBase64() - Method in interface com.forte.qqrobot.beans.messages.result.ImageInfo
-
图片Base64编码内容
- getFileBusid() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupFileUpload
-
- getFileBusid() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupFileUpload
-
获取文件Busid
- GetFileInfo - Interface in com.forte.qqrobot.beans.messages.get
-
获取群文件信息
- getFileInfo(String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getFileInfo(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
获取群文件信息
- getFileInfo(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
获取群文件信息
- getFileInfo(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
获取群文件信息
- getFileInfo(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
获取群文件信息
- getFileInfo(GetFileInfo) - Method in interface com.forte.qqrobot.sender.senderlist.GetterUpper
-
获取群文件信息
- getFileInfo(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
获取群文件信息
- getFileInfo(GroupFileUpload) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
获取群文件信息
- getFileName() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupFileUpload
-
- getFileName() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupFileUpload
-
文件名
- getFileName() - Method in class com.forte.qqrobot.beans.messages.result.AbstractFileInfo
-
- getFileName() - Method in interface com.forte.qqrobot.beans.messages.result.FileInfo
-
获取文件名称
- getFilePath() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- getFilePath() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Share
-
文件路径
- getFileSize() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupFileUpload
-
- getFileSize() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupFileUpload
-
文件大小 Long类型,字节
- getFileSize() - Method in class com.forte.qqrobot.beans.messages.result.AbstractFileInfo
-
- getFileSize() - Method in interface com.forte.qqrobot.beans.messages.result.FileInfo
-
获取文件大小-字节
- getFilter(String) - Method in class com.forte.qqrobot.listener.invoker.ListenerFilter
-
根据名称获取一个Filter
- getFilter() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getFilterData() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getFilterParameterMatchers() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getFilters(String...) - Method in class com.forte.qqrobot.listener.invoker.ListenerFilter
-
根据名称列表获取结果
- getFirendList(String) - Method in interface com.forte.qqrobot.beans.messages.result.FriendList
-
通过某个分组获取其中的好友列表
- getFlag() - Method in interface com.forte.qqrobot.beans.messages.FlagAble
-
获取标识
- getFlag() - Method in interface com.forte.qqrobot.beans.messages.get.GetAnonInfo
-
获取匿名消息标识
- getFlag() - Method in interface com.forte.qqrobot.beans.messages.get.GetFileInfo
-
- getFlag() - Method in interface com.forte.qqrobot.beans.messages.get.GetImageInfo
-
- getFlag() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractFriendAddRequest
-
- getFlag() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAddRequest
-
- getFlag() - Method in interface com.forte.qqrobot.beans.messages.msgget.DiscussMsg
-
标识默认使用getId获取
- getFlag() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMsg
-
flag默认使用id
- getFlag() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMsgDelete
-
获取标识,等同于获取消息id
- getFlag() - Method in interface com.forte.qqrobot.beans.messages.msgget.PrivateMsg
-
flag默认使用id
- getFlag() - Method in interface com.forte.qqrobot.beans.messages.msgget.PrivateMsgDelete
-
获取标识,等同于获取消息id
- getFloat(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getFloatBasic(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getFont() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractMsgGet
-
- getFont() - Method in interface com.forte.qqrobot.beans.messages.msgget.EventGet
-
事件中字体的获取默认为空
- getFont() - Method in interface com.forte.qqrobot.beans.messages.msgget.MsgGet
-
获取消息的字体
- GetFriendList - Interface in com.forte.qqrobot.beans.messages.get
-
- getFriendList() - Method in interface com.forte.qqrobot.beans.messages.result.FriendList
-
各个分组下的好友列表
- getFriendList() - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getFriendList() - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
获取好友列表
- getFriendList() - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
获取好友列表
- getFriendList() - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
获取好友列表
- getFriendList() - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
获取好友列表
- getFriendList() - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
获取好友列表
- getFunction() - Method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
获取方法类型名称
- getFunctionHead() - Method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
- getGetInstanceFunction() - Method in class com.forte.qqrobot.depend.Beans
-
- getGetter() - Method in class com.forte.qqrobot.BaseApplication.DefaultSenders
-
- getGetter(MsgGet, BotManager) - Method in class com.forte.qqrobot.BaseApplication
-
提供一个msgGet,将其转化为GetList
- getGlobal(String) - Method in class com.forte.qqrobot.intercept.BaseContext
-
获取一个全局上下文参数
- getGlobal(String) - Method in interface com.forte.qqrobot.intercept.Context
-
获取一个全局上下文参数
- getGlobalBlockMethod() - Method in class com.forte.qqrobot.listener.invoker.plug.ListenerPlug
-
获取当前的全局阻塞函数
- getGlobalBlockMethod(MsgGetTypes) - Method in class com.forte.qqrobot.listener.invoker.plug.ListenerPlug
-
根据消息分类获取当前的全局阻塞函数
- getGlobalBlockMethod() - Method in class com.forte.qqrobot.listener.invoker.plug.Plug.EmptyPlug
-
- getGlobalBlockMethod(MsgGetTypes) - Method in class com.forte.qqrobot.listener.invoker.plug.Plug.EmptyPlug
-
- getGlobalBlockMethod() - Method in interface com.forte.qqrobot.listener.invoker.plug.Plug
-
获取当前的全局阻塞函数
- getGlobalBlockMethod(MsgGetTypes) - Method in interface com.forte.qqrobot.listener.invoker.plug.Plug
-
根据消息分类获取当前的全局阻塞函数
- getGlobalBlockName() - Method in class com.forte.qqrobot.listener.invoker.plug.ListenerPlug
-
获取当前在全局阻塞状态的阻断名
- getGlobalBlockName() - Method in class com.forte.qqrobot.listener.invoker.plug.Plug.EmptyPlug
-
- getGlobalBlockName() - Method in interface com.forte.qqrobot.listener.invoker.plug.Plug
-
获取当前在全局阻塞状态的阻断名
- getGlobalContextMap() - Method in class com.forte.qqrobot.intercept.BaseContext
-
获取全局Map
- getGlobalLevel() - Static method in class com.forte.qqrobot.log.QQLog
-
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.get.GetBanList
-
获取群号
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.get.GetGroupHomeworkList
-
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.get.GetGroupInfo
-
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.get.GetGroupLinkList
-
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.get.GetGroupMemberInfo
-
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.get.GetGroupMemberList
-
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.get.GetGroupNoteList
-
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.get.GetGroupTopNote
-
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.get.GetShareList
-
- getGroup() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractDiscussMsg
-
- getGroup() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAddRequest
-
- getGroup() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAdminChange
-
- getGroup() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupBan
-
- getGroup() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupFileUpload
-
- getGroup() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMemberIncrease
-
- getGroup() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMemberReduce
-
- getGroup() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMsg
-
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.msgget.DiscussMsg
-
获取讨论组号
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupAddRequest
-
获取群号
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupAdminChange
-
来自的群
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupBan
-
群号
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupFileUpload
-
群号
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMemberIncrease
-
群号
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMemberReduce
-
群号
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMsg
-
获取群消息的群号
- getGroup() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- getGroup() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupMember
-
群号
- getGroupCode() - Method in interface com.forte.qqrobot.beans.messages.GroupCodeAble
-
获取消息中存在的群号信息
- getGroupCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.DiscussMsg
-
- getGroupCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupAddRequest
-
- getGroupCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupAdminChange
-
- getGroupCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupBan
-
- getGroupCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupFileUpload
-
- getGroupCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMemberIncrease
-
- getGroupCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMemberReduce
-
- getGroupCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMsg
-
- getGroupCode() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
- getGroupCode() - Method in interface com.forte.qqrobot.beans.messages.result.GroupMemberInfo
-
- getGroupCode() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Group
-
- getGroupCodeNumber() - Method in interface com.forte.qqrobot.beans.messages.GroupCodeAble
-
- getGroupHeadUrl() - Method in interface com.forte.qqrobot.beans.messages.GroupCodeAble
-
获取群头像的默认实现
- GetGroupHomeworkList - Interface in com.forte.qqrobot.beans.messages.get
-
获取群作业列表
- getGroupHomeworkList(String, int) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getGroupHomeworkList(String, int) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
取群作业列表
- getGroupHomeworkList(String, int) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
取群作业列表
- getGroupHomeworkList(String, int) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
取群作业列表
- getGroupHomeworkList(String, int) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
取群作业列表
- getGroupHomeworkList(GetGroupHomeworkList) - Method in interface com.forte.qqrobot.sender.senderlist.GetterUpper
-
取群作业列表
- getGroupHomeworkList(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群作业列表
- getGroupHomeworkList(GroupCodeAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群作业列表
- getGroupHomeworkList(String, int) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群作业列表
- getGroupHomeworkList(GroupCodeAble, int) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群作业列表
- GetGroupInfo - Interface in com.forte.qqrobot.beans.messages.get
-
取群详细信息
- getGroupInfo(HttpClientAble, AuthInfo, String) - Static method in class com.forte.qqrobot.sender.BaseAPITemplate
-
获取群详细信息
- getGroupInfo(GroupCodeAble) - Method in class com.forte.qqrobot.sender.MsgSender
-
通过携带群号的对象获取群详细信息
- getGroupInfo(String, boolean) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getGroupInfo(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
取群信息
- getGroupInfo(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
取群信息
- getGroupInfo(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
取群信息
- getGroupInfo(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
取群信息
- getGroupInfo(GetGroupInfo) - Method in interface com.forte.qqrobot.sender.senderlist.GetterUpper
-
取群信息
- getGroupInfo(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群信息 使用缓存
- getGroupInfo(GroupCodeAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群信息 使用缓存
- getGroupInfo(String, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群信息
- getGroupInfo(GroupCodeAble, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群信息
- getGroupInfoByCode(String) - Method in class com.forte.qqrobot.sender.MsgSender
-
通过群号获取群详细信息
- GetGroupLinkList - Interface in com.forte.qqrobot.beans.messages.get
-
获取群链接列表
- getGroupLinkList(String, int) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getGroupLinkList(String, int) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
取群链接列表
- getGroupLinkList(String, int) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
取群链接列表
- getGroupLinkList(String, int) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
取群链接列表
- getGroupLinkList(String, int) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
取群链接列表
- getGroupLinkList(GetGroupLinkList) - Method in interface com.forte.qqrobot.sender.senderlist.GetterUpper
-
取群连接列表
- getGroupLinkList(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群链接列表
- getGroupLinkList(GroupCodeAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群链接列表
- getGroupLinkList(String, int) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群链接列表
- getGroupLinkList(GroupCodeAble, int) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群链接列表
- GetGroupList - Interface in com.forte.qqrobot.beans.messages.get
-
- getGroupList() - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getGroupList() - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
取群列表
- getGroupList() - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
取群列表
- getGroupList() - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
取群列表
- getGroupList() - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
取群列表
- getGroupList() - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群列表
- GetGroupMemberInfo - Interface in com.forte.qqrobot.beans.messages.get
-
获取群成员信息
- getGroupMemberInfo(String, String, boolean) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getGroupMemberInfo(String, String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
取群成员信息
- getGroupMemberInfo(String, String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
取群成员信息
- getGroupMemberInfo(String, String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
取群成员信息
- getGroupMemberInfo(String, String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
取群成员信息
- getGroupMemberInfo(GetGroupMemberInfo) - Method in interface com.forte.qqrobot.sender.senderlist.GetterUpper
-
取群成员信息
- getGroupMemberInfo(String, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群成员信息 使用缓存
- getGroupMemberInfo(GroupCodeAble, QQCodeAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群成员信息 使用缓存
- getGroupMemberInfo(CodesAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群成员信息 使用缓存
- getGroupMemberInfo(String, String, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群成员信息
- getGroupMemberInfo(GroupCodeAble, QQCodeAble, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群成员信息 使用缓存
- getGroupMemberInfo(CodesAble, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群成员信息 使用缓存
- GetGroupMemberList - Interface in com.forte.qqrobot.beans.messages.get
-
- getGroupMemberList(String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getGroupMemberList(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
取群成员列表
- getGroupMemberList(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
取群成员列表
- getGroupMemberList(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
取群成员列表
- getGroupMemberList(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
取群成员列表
- getGroupMemberList(GetGroupMemberList) - Method in interface com.forte.qqrobot.sender.senderlist.GetterUpper
-
取群成员列表
- getGroupMemberList(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群成员列表
- getGroupMemberList(GroupCodeAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群成员列表
- GetGroupNoteList - Interface in com.forte.qqrobot.beans.messages.get
-
获取群公告列表
- getGroupNoteList(String, int) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getGroupNoteList(String, int) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
取群公告列表
- getGroupNoteList(String, int) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
取群公告列表
- getGroupNoteList(String, int) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
取群公告列表
- getGroupNoteList(String, int) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
取群公告列表
- getGroupNoteList(GetGroupNoteList) - Method in interface com.forte.qqrobot.sender.senderlist.GetterUpper
-
取群公告列表
- getGroupNoteList(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群公告列表
- getGroupNoteList(GroupCodeAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群公告列表
- getGroupNoteList(String, int) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群公告列表
- getGroupNoteList(GroupCodeAble, int) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取群公告列表
- GetGroupTopNote - Interface in com.forte.qqrobot.beans.messages.get
-
获取置顶公告
- getGroupTopNote(String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getGroupTopNote(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
取置顶群公告
- getGroupTopNote(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
取置顶群公告
- getGroupTopNote(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
取置顶群公告
- getGroupTopNote(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
取置顶群公告
- getGroupTopNote(GetGroupTopNote) - Method in interface com.forte.qqrobot.sender.senderlist.GetterUpper
-
取置顶群公告
- getGroupTopNote(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取置顶群公告
- getGroupTopNote(GroupCodeAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取置顶群公告
- getHandle(Class<? extends Exception>) - Method in class com.forte.qqrobot.listener.error.ExceptionProcessCenter
-
获取某个类型的异常处理器,如果不存在则返回null
如果是某个类型的子类,但是没有直接的类,最终在获取后会将此类型也进行缓存
- getHeadImgUrl() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getHeadImgUrl() - Method in interface com.forte.qqrobot.beans.messages.result.GroupMemberInfo
-
头像地址
- getHeadUrl() - Method in class com.forte.qqrobot.beans.messages.result.AbstractLoginQQInfo
-
- getHeadUrl() - Method in class com.forte.qqrobot.beans.messages.result.AbstractStrangerInfo
-
- getHeadUrl() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
群头像地址, 默认情况下直接使用p.qlogo接口
- getHeadUrl() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- getHeadUrl() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Friend
-
头像地址
- getHeadUrl() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Group
-
群头像地址, 默认情况下直接使用p.qlogo接口
- getHeadUrl() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupMember
-
头像
- getHeadUrl() - Method in interface com.forte.qqrobot.beans.messages.result.LoginQQInfo
-
头像地址
- getHeight() - Method in class com.forte.qqrobot.beans.cqcode.ImageCQCode
-
Deprecated.
- getHeight() - Method in class com.forte.qqrobot.beans.messages.result.AbstractImageInfo
-
- getHeight() - Method in interface com.forte.qqrobot.beans.messages.result.ImageInfo
-
图片长
- getHttp(String) - Static method in class com.forte.qqrobot.sender.HttpClientHelper
-
获取一个http模板
- getHttpClient() - Static method in class com.forte.qqrobot.utils.HttpClientUtil
-
Deprecated.
- getHttpTemplate() - Method in class com.forte.qqrobot.sender.HttpClientHelper
-
- getIcon() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- getIcon() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupHomework
-
该作业的图标链接
- getId() - Method in interface com.forte.qqrobot.beans.messages.get.InfoGet
-
请求的时候都应该有一个参数标识
- getId() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractMsgGet
-
- getId() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMsgDelete
-
获取此消息的唯一id
- getId() - Method in interface com.forte.qqrobot.beans.messages.msgget.MsgGet
-
获取ID, 一般用于消息类型判断
- getId() - Method in interface com.forte.qqrobot.beans.messages.msgget.PrivateMsgDelete
-
获取此消息的唯一id
- getId() - Method in class com.forte.qqrobot.beans.messages.result.AbstractAnonInfo
-
- getId() - Method in class com.forte.qqrobot.beans.messages.result.AbstractFileInfo
-
- getId() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- getId() - Method in interface com.forte.qqrobot.beans.messages.result.AnonInfo
-
获取ID
- getId() - Method in interface com.forte.qqrobot.beans.messages.result.FileInfo
-
文件ID
- getId() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- getId() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- getId() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupHomework
-
该作业ID
- getId() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupNote
-
ID
- getId() - Method in interface com.forte.qqrobot.listener.error.ExceptionHandleContext
-
- getId() - Method in class com.forte.qqrobot.listener.error.ExceptionHandleContextImpl
-
- getIgnoreAbleKeys() - Method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
获取可以忽略的key集合
- getImageFile() - Method in class com.forte.qqrobot.beans.cqcode.ImageCQCode
-
Deprecated.
- getImageFile(String) - Static method in class com.forte.qqrobot.utils.CQUtils
-
Deprecated.
获取图片文件对象
- getImageFilePath(String) - Static method in class com.forte.qqrobot.utils.CQUtils
-
Deprecated.
获取指定图片文件路径
- getImageFolderFile() - Static method in class com.forte.qqrobot.utils.CQUtils
-
Deprecated.
获取图片保存文件夹路径
- GetImageInfo - Interface in com.forte.qqrobot.beans.messages.get
-
取图片信息
- getImageInfo(String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getImageInfo(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
获取图片信息
- getImageInfo(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
获取图片信息
- getImageInfo(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
获取图片信息
- getImageInfo(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
获取图片信息
- getImageInfo(GetImageInfo) - Method in interface com.forte.qqrobot.sender.senderlist.GetterUpper
-
获取图片信息
- getImageInfo(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
获取图片信息
- getImageInfo(FlagAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
获取图片信息
- getImagePath() - Static method in class com.forte.qqrobot.utils.CQUtils
-
Deprecated.
获取图片保存文件夹
- getInfo() - Method in interface com.forte.qqrobot.bot.BotInfo
-
获取此账号的登录信息
- getInfo() - Method in class com.forte.qqrobot.bot.BotInfoImpl
-
- getInstance(ExFunction<String, Integer, String, String>, BiFunction<String, String, BotInfo>) - Method in interface com.forte.qqrobot.beans.function.ToBotInfo
-
- getInstance(Map<String, Object>) - Static method in class com.forte.qqrobot.depend.AdditionalDepends
-
请尽可能保证不出现类型冲突
- getInstance(String, T) - Static method in class com.forte.qqrobot.depend.BasicDepend
-
- getInstance(Beans) - Static method in class com.forte.qqrobot.depend.BeansData
-
根据注解获取实例
- getInstance() - Static method in class com.forte.qqrobot.depend.BeansData
-
获取默认值实例
- getInstance() - Method in class com.forte.qqrobot.depend.Depend
-
获取实例
- getInstance(String, Class<?>) - Static method in class com.forte.qqrobot.depend.NameTypeEntry
-
原样创建
- getInstance() - Static method in class com.forte.qqrobot.factory.BreakTypeFactory
-
获取实例对象
- getInstance() - Static method in class com.forte.qqrobot.factory.CQCodeTypeFactory
-
- getInstance() - Static method in class com.forte.qqrobot.factory.KeywordMatchTypeFactory
-
- getInstance() - Static method in class com.forte.qqrobot.factory.MostTypeFactory
-
- getInstance() - Static method in class com.forte.qqrobot.factory.MsgGetTypeFactory
-
获取一个实例
- getInstance() - Static method in class com.forte.qqrobot.factory.TimeTaskTemplateFactory
-
- getInstance(Map<Class<? extends Exception>, ExceptionHandle>) - Static method in class com.forte.qqrobot.listener.error.ExceptionProcessCenter
-
工厂方法,直接使用构造
- getInstance() - Static method in class com.forte.qqrobot.listener.error.ExceptionProcessCenter
-
构建一个空的实例
- getInstance(ExceptionHandle...) - Static method in class com.forte.qqrobot.listener.error.ExceptionProcessCenter
-
- getInstance(Collection<ExceptionHandle>) - Static method in class com.forte.qqrobot.listener.error.ExceptionProcessCenter
-
- getInstance(Map<String, Object>) - Static method in class com.forte.qqrobot.listener.ListenContext
-
获取实例对象
- getInstance(Map<String, Object>, Map<String, Object>) - Static method in class com.forte.qqrobot.listener.ListenContext
-
获取实例对象
- getInstance() - Static method in class com.forte.qqrobot.listener.result.BasicResultParser
-
- getInstance() - Static method in class com.forte.qqrobot.listener.result.BodyResultParser
-
- getInstance() - Static method in class com.forte.qqrobot.safe.PoliceStation
-
Deprecated.
只有指定的类可以获取此类
- getInstance(Set<Class<?>>) - Static method in class com.forte.qqrobot.scanner.ScannerManager
-
直接获取实例
- getInstance(Class<T>) - Static method in class com.forte.qqrobot.utils.BeansUtils
-
如果存在@Constr,使用Constr,否则尝试使用无参构造
- getInstance(Class<T>, DependCenter) - Static method in class com.forte.qqrobot.utils.BeansUtils
-
如果存在@Constr,使用Constr,否则尝试使用无参构造,如果还是不行则尝试使用依赖获取
- getInstance() - Static method in class com.forte.qqrobot.utils.EmptyIterator
-
静态工厂方法
- getInstanceLower(String, Class<?>) - Static method in class com.forte.qqrobot.depend.NameTypeEntry
-
Deprecated.
- getInstanceNeed() - Method in class com.forte.qqrobot.depend.Beans
-
- getInstantByMilli() - Method in interface com.forte.qqrobot.beans.messages.TimeAble
-
- getInstantBySec() - Method in interface com.forte.qqrobot.beans.messages.TimeAble
-
- getInt(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getIntBasic(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getInteger() - Static method in class com.forte.qqrobot.utils.RandomUtil
-
获取一个随机整数
- getInvoke() - Method in class com.forte.qqrobot.utils.FieldUtils.InvokeResult
-
- getIp() - Method in class com.forte.qqrobot.BaseConfiguration
-
Deprecated.
- getJoinTime() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getJoinTime() - Method in interface com.forte.qqrobot.beans.messages.result.GroupMemberInfo
-
加群时间
- getJoinTime() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- getJoinTime() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupMember
-
加群时间
- getKeepAliveTime() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getKeepAliveTime() - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
- getKeepAliveTime() - Method in class com.forte.qqrobot.utils.BaseLocalThreadPool.PoolConfig
-
- getKey() - Method in class com.forte.qqrobot.beans.cqcode.CQCode.CQCodeEntry
-
Deprecated.
获取Key
- getKey() - Method in class com.forte.qqrobot.depend.NameTypeEntry
-
- getKeyRegex(String) - Method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
获取某个指定的key的匹配规则
- getKeys() - Method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
获取参数列表
- getLang(String) - Static method in class com.forte.lang.Language
-
获取指定tag的信息
- getLangMap() - Static method in class com.forte.lang.Language
-
获取当前全部语言信息
- getLangMessage() - Method in exception com.forte.qqrobot.exception.RobotException
-
获取语言化转化后的消息字符串
- getLangMessage() - Method in exception com.forte.qqrobot.exception.RobotRuntimeException
-
获取语言化转化后的消息字符串
- getLanguage() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getLastTime() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getLastTime() - Method in interface com.forte.qqrobot.beans.messages.result.GroupMemberInfo
-
最后一次发言时间
- getLastTime() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractBanInfo
-
- getLastTime() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- getLastTime() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupMember
-
最后发言时间
- getLevel() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getLevel() - Method in class com.forte.qqrobot.beans.messages.result.AbstractLoginQQInfo
-
- getLevel() - Method in class com.forte.qqrobot.beans.messages.result.AbstractStrangerInfo
-
- getLevel() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
群等级
- getLevel() - Method in interface com.forte.qqrobot.beans.messages.result.LoginQQInfo
-
等级
- getLevel() - Method in interface com.forte.qqrobot.beans.messages.result.StrangerInfo
-
等级
- getLevel() - Method in enum com.forte.qqrobot.log.LogLevel
-
获取日志级别
- getLevelName() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getLevelName() - Method in interface com.forte.qqrobot.beans.messages.result.GroupMemberInfo
-
群成员等级名称
- getLevelName() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- getLevelName() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupMember
-
等级对应名称
- getLevelNames() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getLevelNames() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
等级信息
- getList() - Method in class com.forte.qqrobot.beans.messages.result.AbstractInfoResultList
-
- getList() - Method in interface com.forte.qqrobot.beans.messages.result.InfoResultList
-
获取列表, 极度不建议返回为null
non-null
- getListByType(Class<T>) - Method in class com.forte.qqrobot.depend.DependCenter
-
- getListByType(Class<T>) - Method in interface com.forte.qqrobot.depend.DependGetter
-
根据类型获取其所有实现类
- getListenBreak() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getListenBreakPlugin() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getListenContext() - Method in interface com.forte.qqrobot.listener.error.ExceptionHandleContext
-
- getListenContext() - Method in class com.forte.qqrobot.listener.error.ExceptionHandleContextImpl
-
- getListenContext() - Method in class com.forte.qqrobot.listener.invoker.ListenInterceptContext
-
- getListenContext() - Method in class com.forte.qqrobot.listener.MsgGetContext
-
- getListener() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getListenerGetter() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getListenerGetterWithAddition() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getListenerMethods() - Method in class com.forte.qqrobot.listener.invoker.ListenerManager
-
获取全部的ListenerMethod实例。
- getLocal() - Static method in class com.forte.qqrobot.listener.ListenContext
-
获取本地线程中可能存在的值
- getLocaleByTag(String) - Static method in class com.forte.lang.Language
-
通过tagName结果获取一个Locale对象。
例如:"en_US" -> Locale.US
- getLocalizedMessage() - Method in exception com.forte.qqrobot.exception.ConfigurationException
-
重写本地化描述
其暂时不适用语言化系统
- getLocalizedMessage() - Method in exception com.forte.qqrobot.exception.EnumFactoryException
-
不使用语义化
- getLocalizedMessageTag() - Method in exception com.forte.qqrobot.exception.RobotException
-
- getLocalizedMessageTag() - Method in exception com.forte.qqrobot.exception.RobotRuntimeException
-
- getLocalName() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- getLocalName() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Share
-
本地文件名
- getLocalQQCode() - Method in class com.forte.qqrobot.BaseConfiguration
-
Deprecated.
- getLocalQQNick() - Method in class com.forte.qqrobot.BaseConfiguration
-
Deprecated.
- getLocalServerPort() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getLocalThreadPool() - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
获取本线程中的线程池
- getLog() - Method in class com.forte.qqrobot.BaseApplication
-
获取日志对象
- getLog() - Method in class com.forte.qqrobot.BotRuntime
-
获取语言日志对象,语言在此类实例化结束后应当已经初始化完毕。
- getLogBack() - Static method in class com.forte.qqrobot.log.QQLog
-
- getLoginInfo() - Method in class com.forte.qqrobot.sender.MsgSender
-
获取酷q上的qq信息
- getLoginQQInfo() - Method in class com.forte.qqrobot.BaseConfiguration
-
Deprecated.
- GetLoginQQInfo - Interface in com.forte.qqrobot.beans.messages.get
-
获取登录qq的信息
- getLoginQQInfo() - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getLoginQQInfo() - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
获取登录的QQ的信息
- getLoginQQInfo() - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
获取登录的QQ的信息
- getLoginQQInfo() - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
获取登录的QQ的信息
- getLoginQQInfo() - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
获取登录的QQ的信息
- getLoginQQInfo() - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
获取登录的QQ的信息
- getLogLevel() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getLong(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getLongBasic(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getManager() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractBanInfo
-
- getMatchRegex() - Method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
获取匹配字符串
- getMatchRegexPattern() - Method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
- getMaximumPoolSize() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getMaximumPoolSize() - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
- getMaximumPoolSize() - Method in class com.forte.qqrobot.utils.BaseLocalThreadPool.PoolConfig
-
- getMaxMember() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getMaxMember() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
群成员上限
- getMD5() - Method in class com.forte.qqrobot.beans.cqcode.ImageCQCode
-
Deprecated.
- getMD5() - Method in class com.forte.qqrobot.beans.messages.result.AbstractImageInfo
-
- getMD5() - Method in interface com.forte.qqrobot.beans.messages.result.ImageInfo
-
取图片的MD5值
- getMemberNum() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getMemberNum() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
群成员数量
- getMessage() - Method in exception com.forte.qqrobot.exception.RobotException
-
- getMessage() - Method in exception com.forte.qqrobot.exception.RobotRuntimeException
-
- getMessageTag() - Method in exception com.forte.qqrobot.exception.RobotException
-
- getMessageTag() - Method in exception com.forte.qqrobot.exception.RobotRuntimeException
-
- getMethod() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getMethod() - Method in class com.forte.qqrobot.sender.intercept.SenderContext
-
- getMethod(Class<T>, String) - Static method in class com.forte.qqrobot.utils.MethodUtil
-
获取方法
- getMethod(T, String) - Static method in class com.forte.qqrobot.utils.MethodUtil
-
获取方法
- getMethodNameWithoutGetterAndSetter(Method) - Static method in class com.forte.qqrobot.utils.FieldUtils
-
获取方法名,如果是个getter或setter规则方法名则移除get或set并开头小写
- getMethodParameters(Method, AdditionalDepends) - Method in class com.forte.qqrobot.depend.DependCenter
-
通过方法获取可以注入的参数
- getMethodParameters(Parameter[], AdditionalDepends) - Method in class com.forte.qqrobot.depend.DependCenter
-
获取可以注入的参数
- getMethodParameters(Method) - Method in class com.forte.qqrobot.depend.DependCenter
-
通过方法获取可以注入的参数
- getMethodParameters(Parameter[]) - Method in class com.forte.qqrobot.depend.DependCenter
-
通过方法获取可以注入的参数
- getMethods(Class, Predicate<Method>, boolean) - Static method in class com.forte.qqrobot.utils.MethodUtil
-
获取全部方法
- getMethods(Class, Predicate<Method>) - Static method in class com.forte.qqrobot.utils.MethodUtil
-
获取全部方法,默认排除Object中继承来的方法
- getMethods(Class) - Static method in class com.forte.qqrobot.utils.MethodUtil
-
获取全部方法,默认排除Object中继承来的方法
- getModiflyTime() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- getModiflyTime() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Share
-
上传完成时间
- getMsg() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractFriendAddRequest
-
- getMsg() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAddRequest
-
- getMsg() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractMsgGet
-
- getMsg() - Method in interface com.forte.qqrobot.beans.messages.msgget.EventGet
-
事件中获取消息默认内容为空
- getMsg() - Method in interface com.forte.qqrobot.beans.messages.msgget.FriendAddRequest
-
请求消息
- getMsg() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupAddRequest
-
获取消息
- getMsg() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMsgDelete
-
撤回的消息
- getMsg() - Method in interface com.forte.qqrobot.beans.messages.msgget.MsgGet
-
一般来讲,监听到的消息大部分都会有个“消息内容”。定义此方法获取消息内容。
如果不存在,则为null。(旧版本推荐为空字符串,现在不了。我变卦了)
- getMsg() - Method in interface com.forte.qqrobot.beans.messages.msgget.PrivateMsgDelete
-
撤回的消息
- getMsg() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- getMsg() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- getMsg() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupNote
-
完整正文
- getMsgGet() - Method in interface com.forte.qqrobot.listener.error.ExceptionHandleContext
-
- getMsgGet() - Method in class com.forte.qqrobot.listener.error.ExceptionHandleContextImpl
-
- getMsgGet() - Method in class com.forte.qqrobot.listener.invoker.ListenInterceptContext
-
- getMsgGet() - Method in class com.forte.qqrobot.listener.MsgGetContext
-
- getMsgParser() - Method in class com.forte.qqrobot.BaseApplication
-
- getMsgParser() - Method in class com.forte.qqrobot.SimpleRobotContext
-
获取监听消息字符串转化器
- getMsgProcessor() - Method in class com.forte.qqrobot.SimpleRobotContext
-
获取监听消息执行处理器
- getMsgSender() - Method in class com.forte.qqrobot.BaseApplication
-
获取空函数送信器
※ 此送信器无法进行阻断
- getMsgSender() - Method in interface com.forte.qqrobot.listener.error.ExceptionHandleContext
-
- getMsgSender() - Method in class com.forte.qqrobot.listener.error.ExceptionHandleContextImpl
-
- getMsgSender(JobExecutionContext) - Static method in class com.forte.qqrobot.timetask.TimeTaskContext
-
从一个Context中取出MsgSender
- getName() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getName() - Method in class com.forte.qqrobot.beans.messages.result.AbstractLoginQQInfo
-
- getName() - Method in class com.forte.qqrobot.beans.messages.result.AbstractStrangerInfo
-
- getName() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
群名称
- getName() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractFriend
-
- getName() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroup
-
- getName() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- getName() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Friend
-
获取好友昵称
- getName() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Group
-
群名
- getName() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Share
-
文件名
- getName() - Method in interface com.forte.qqrobot.beans.messages.result.LoginQQInfo
-
昵称
- getName() - Method in interface com.forte.qqrobot.beans.messages.result.StrangerInfo
-
Deprecated.
- getName() - Method in class com.forte.qqrobot.code.CatCodeTypes
-
- getName() - Method in class com.forte.qqrobot.depend.Beans
-
- getName() - Method in class com.forte.qqrobot.depend.Depend
-
获取依赖名
- getName() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getName() - Method in interface com.forte.qqrobot.listener.ListenerInfo
-
获取简述
- getName() - Method in interface com.forte.qqrobot.system.RunParameter
-
- getName() - Method in class com.forte.qqrobot.system.RunParameterImpl
-
- getNames(Method) - Method in class com.forte.qqrobot.depend.parameter.NormalParamNameGetter
-
- getNames(Method) - Method in interface com.forte.qqrobot.depend.parameter.ParamNameGetter
-
Deprecated.
获取参数名称列表
- getNameTypeEntry(Parameter) - Method in class com.forte.qqrobot.depend.parameter.NormalParamNameGetter
-
- getNameTypeEntry(Parameter) - Method in class com.forte.qqrobot.depend.parameter.NullParamNameGetter
-
- getNameTypeEntry(Parameter) - Method in interface com.forte.qqrobot.depend.parameter.ParamNameGetter
-
Deprecated.
获取名称参数
- getNameTypeEntrys(Method) - Method in class com.forte.qqrobot.depend.parameter.NormalParamNameGetter
-
- getNameTypeEntrys(Method) - Method in interface com.forte.qqrobot.depend.parameter.ParamNameGetter
-
Deprecated.
获取名称参数对应列表
- getNick() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractDiscussMsg
-
- getNick() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMsg
-
- getNick() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractPrivateMsg
-
- getNick() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- getNick() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Share
-
上传者群昵称
- getNickname() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractPrivateMsg
-
可以获取昵称
- getNickname() - Method in interface com.forte.qqrobot.beans.messages.NicknameAble
-
可以获取昵称
- getNickname() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getNickName() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractBanInfo
-
- getNickname() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- getNickName() - Method in interface com.forte.qqrobot.beans.messages.result.inner.BanInfo
-
被禁言成员昵称
- getNickname() - Method in interface com.forte.qqrobot.beans.messages.result.LoginQQInfo
-
- getNickOrName() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupMember
-
Deprecated.
- getNormal(String) - Method in class com.forte.qqrobot.listener.ListenContext
-
从当前域中获取
- getNormalBlockMethod() - Method in class com.forte.qqrobot.listener.invoker.plug.ListenerPlug
-
获取当前的普通阻塞函数
- getNormalBlockMethod(MsgGetTypes) - Method in class com.forte.qqrobot.listener.invoker.plug.ListenerPlug
-
根据分类获取当前的普通阻塞函数
- getNormalBlockMethod() - Method in class com.forte.qqrobot.listener.invoker.plug.Plug.EmptyPlug
-
- getNormalBlockMethod(MsgGetTypes) - Method in class com.forte.qqrobot.listener.invoker.plug.Plug.EmptyPlug
-
- getNormalBlockMethod() - Method in interface com.forte.qqrobot.listener.invoker.plug.Plug
-
获取当前的普通阻塞函数
- getNormalBlockMethod(MsgGetTypes) - Method in interface com.forte.qqrobot.listener.invoker.plug.Plug
-
根据分类获取当前的普通阻塞函数
- getNormalBlockNameArray() - Method in class com.forte.qqrobot.listener.invoker.plug.ListenerPlug
-
获取当前处于阻断状态的阻断名
- getNormalBlockNameArray() - Method in class com.forte.qqrobot.listener.invoker.plug.Plug.EmptyPlug
-
- getNormalBlockNameArray() - Method in interface com.forte.qqrobot.listener.invoker.plug.Plug
-
获取当前处于阻断状态的阻断名
- getNumber() - Static method in class com.forte.qqrobot.utils.RandomUtil
-
获取长度为4的随机数
- getNumber(int) - Static method in class com.forte.qqrobot.utils.RandomUtil
-
获取指定长度的随机数,如果超过最大值则返回最大值
最大值:2147483647
- getNumber(int, int) - Static method in class com.forte.qqrobot.utils.RandomUtil
-
获取某个区间中的随机数[a,b)
- getNumber$right(int, int) - Static method in class com.forte.qqrobot.utils.RandomUtil
-
获取某个区间中的随机数[a,b]
- getOnGlobalBlockName() - Method in class com.forte.qqrobot.sender.MsgSender
-
获取当前处于全局阻断状态下的阻断组名
- getOnNormalBlockNameArray() - Method in class com.forte.qqrobot.sender.MsgSender
-
获取当前处于普通阻断状态下的阻断组名列表
- getOpenType() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getOpenType() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
加群方式
- getOperatorQQ() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAdminChange
-
- getOperatorQQ() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupBan
-
- getOperatorQQ() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMemberIncrease
-
- getOperatorQQ() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMemberReduce
-
- getOperatorQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupAdminChange
-
操作者的QQ号
- getOperatorQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupBan
-
操作者的QQ号
- getOperatorQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMemberIncrease
-
操作者的QQ号
- getOperatorQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMemberReduce
-
操作者的QQ号
- getOperatorQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMsgDelete
-
操作者的QQ号,即执行撤回操作的人的QQ号
- getOriginal() - Method in interface com.forte.qqrobot.listener.invoker.FilterParameterMatcher
-
获取原始字符串
- getOriginal() - Method in class com.forte.qqrobot.listener.invoker.FilterParameterMatcherImpl
-
获取原始字符串
- getOriginal(List<Method>) - Static method in class com.forte.qqrobot.utils.MethodUtil
-
Filter out the Object Methods
过滤掉Object中继承来的方法
- getOriginalData() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractMsgGet
-
- getOriginalData() - Method in interface com.forte.qqrobot.beans.messages.OriginalAble
-
获取原本的数据 originalData
- getOriginalData() - Method in class com.forte.qqrobot.beans.messages.result.AbstractInfoResult
-
- getOriginalData() - Method in class com.forte.qqrobot.beans.messages.result.AbstractResultInner
-
- getOriginalGetter() - Static method in class com.forte.qqrobot.sender.CacheGetterFactory
-
Deprecated.
- getOrNew(Class<T>) - Method in class com.forte.qqrobot.utils.SingleFactory
-
获取单例,如果没有则尝试使用反射获取一个新的,将会被记录。
如果创建失败将会抛出相应的异常
- getOrNew(Class<? extends T>, Object...) - Method in class com.forte.qqrobot.utils.SingleFactory
-
- getOrSet(Class<? extends T>, T) - Method in class com.forte.qqrobot.utils.SingleFactory
-
如果存在则获取,不存在则赋值
- getOrSet(T) - Method in class com.forte.qqrobot.utils.SingleFactory
-
如果存在则获取,不存在则赋值,不指定class对象
- getOrSet(Class<? extends T>, Supplier<? extends T>) - Method in class com.forte.qqrobot.utils.SingleFactory
-
如果存在则获取,不存在则赋值
- getOrSet(Supplier<? extends T>) - Method in class com.forte.qqrobot.utils.SingleFactory
-
如果存在则获取,不存在则赋值,不指定class对象
- getOtherParam(String) - Method in interface com.forte.qqrobot.beans.messages.RootBean
-
尝试通过反射直接获取参数,通过获取get方法并执行来获取
如果获取不到则返回null
支持多层级字段的获取了
例如:result.name
- getOtherParam(String, Class<T>) - Method in interface com.forte.qqrobot.beans.messages.RootBean
-
尝试通过反射直接获取参数,通过获取get方法并执行来获取
如果获取不到则返回null
支持多层级字段的获取了
例如:result.name
- getOwnerQQ() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getOwnerQQ() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
群主QQ号
- getPackage() - Method in interface com.forte.qqrobot.Application
-
获取启动器的包路径。默认情况下即获取当前类的包路径。
无特殊需求不要重写。
- getParam(String) - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
- getParameter(int) - Method in interface com.forte.qqrobot.system.RunParameter
-
- getParameter(int) - Method in class com.forte.qqrobot.system.RunParameterImpl
-
- getParameter(String) - Method in class com.forte.qqrobot.system.RunParameters
-
获取的时候不需要使用前缀, 例如:'--'
- getParameterFirst() - Method in interface com.forte.qqrobot.system.RunParameter
-
- getParameterMap() - Method in class com.forte.qqrobot.system.RunParameters
-
- getParameterName(Parameter) - Method in class com.forte.qqrobot.depend.parameter.NormalParamNameGetter
-
- getParameterName(Parameter) - Method in class com.forte.qqrobot.depend.parameter.NullParamNameGetter
-
- getParameterName(Parameter) - Method in interface com.forte.qqrobot.depend.parameter.ParamNameGetter
-
Deprecated.
获取参数的变量名称
- getParameters() - Method in interface com.forte.qqrobot.system.RunParameter
-
- getParameters() - Method in class com.forte.qqrobot.system.RunParameterImpl
-
- getParameters() - Method in class com.forte.qqrobot.system.RunParameters
-
- getParamLength() - Method in class com.forte.qqrobot.code.CatCodeTypes
-
- getParamMatch() - Method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
- getParamNameGetter() - Static method in class com.forte.qqrobot.depend.parameter.ParamGetterManager
-
Deprecated.
获取参数解析器
- getParams() - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
- getParams() - Method in class com.forte.qqrobot.code.CatCodeTypes
-
- getParams(int) - Method in class com.forte.qqrobot.code.CatCodeTypes
-
- getParams(String) - Method in interface com.forte.qqrobot.listener.invoker.FilterParameterMatcher
-
从一段匹配的文本中提取出需要的参数。
此文本需要符合正则表达式。
- getParams(String) - Method in class com.forte.qqrobot.listener.invoker.FilterParameterMatcherImpl
-
从一段匹配的文本中提取出需要的参数。
此文本需要符合正则表达式。
如果不符合表达式,返回null
- getParams() - Method in class com.forte.qqrobot.sender.intercept.SenderContext
-
- getParse(String, Class<T>) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
获取的同时尝试转化数据类型
- getPath() - Method in interface com.forte.qqrobot.bot.BotInfo
-
获取此bot的上报信息
- getPath() - Method in class com.forte.qqrobot.bot.BotInfoImpl
-
- getPathAssembler() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getPathAssembler() - Method in interface com.forte.qqrobot.bot.BotManager
-
获取路径拼接函数
- getPathAssembler() - Method in class com.forte.qqrobot.bot.BotManagerImpl
-
获取路径拼接函数
- getPattern() - Method in interface com.forte.qqrobot.listener.invoker.FilterParameterMatcher
-
获取用于匹配的正则
- getPattern() - Method in class com.forte.qqrobot.listener.invoker.FilterParameterMatcherImpl
-
获取用于匹配的正则
- getPatternArray() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
得到的是原本的数组而非复制的
- getPatternBotArray() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getPatternCodeArray() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getPatternGroupArray() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getPersonInfo(QQCodeAble) - Method in class com.forte.qqrobot.sender.MsgSender
-
通过携带QQ号信息的对象来获取信息
- getPersonInfoByCode(String) - Method in class com.forte.qqrobot.sender.MsgSender
-
通过QQ号获取陌生人信息
- getPicUrl() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupLink
-
- getPicUrl() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupLink
-
链接的封面地址
- getPlug() - Static method in class com.forte.qqrobot.ResourceDispatchCenter
-
获取一个ListenerPlug单例对象
- getPoint() - Method in class com.forte.qqrobot.listener.invoker.FilterParameterMatcherImpl
-
- getPointSize() - Method in class com.forte.qqrobot.listener.invoker.FilterParameterMatcherImpl
-
- getPoolConfig() - Method in class com.forte.qqrobot.BaseConfiguration
-
获取线程池配置对象
- getPos() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getPos() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
获取群地址、坐标信息
- getPower() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- getPower() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupMember
-
权限类型
- getPowerType() - Method in interface com.forte.qqrobot.beans.messages.PowerAble
-
获取此人在群里的权限
- getPowerType() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getPowerType() - Method in interface com.forte.qqrobot.beans.messages.result.GroupMemberInfo
-
权限类型
- getPriority() - Method in class com.forte.qqrobot.depend.Beans
-
- getPriority() - Method in class com.forte.qqrobot.depend.Depend
-
- getProbability(double, double) - Static method in class com.forte.qqrobot.utils.RandomUtil
-
根据概率获取boolean,区间:[probL , probR]
- getProbability(double) - Static method in class com.forte.qqrobot.utils.RandomUtil
-
根据概率获取boolean,区间:[0 , prob]
填入的参数即为概率的百分比
- getProperties() - Static method in class com.forte.qqrobot.system.CoreSystem
-
- getPublicMethods(Class, Predicate<Method>, boolean) - Static method in class com.forte.qqrobot.utils.MethodUtil
-
获取全部公共方法
- getPublicMethods(Class, Predicate<Method>) - Static method in class com.forte.qqrobot.utils.MethodUtil
-
获取全部公共方法,默认排除Object继承来的方法
- getPublicMethods(Class) - Static method in class com.forte.qqrobot.utils.MethodUtil
-
获取全部公共方法,默认排除Object继承来的方法
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.get.GetGroupMemberInfo
-
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.get.GetStrangerInfo
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractDiscussMsg
-
- getQq() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractDiscussMsg
-
- getQq() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractFriendAdd
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractFriendAdd
-
- getQq() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractFriendAddRequest
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractFriendAddRequest
-
- getQq() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAddRequest
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAddRequest
-
- getQq() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAdminChange
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAdminChange
-
- getQq() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupFileUpload
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupFileUpload
-
- getQq() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMsg
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMsg
-
- getQq() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractPrivateMsg
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractPrivateMsg
-
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.DiscussMsg
-
获取发消息的人的QQ
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.FriendAdd
-
添加人的QQ
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.FriendAddRequest
-
请求人QQ
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupAddRequest
-
获取QQ号
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupFileUpload
-
发信人QQ
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMsg
-
获取群消息发送人的qq号
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.msgget.PrivateMsg
-
获取发送人的QQ号
- getQq() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getQq() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- getQq() - Method in class com.forte.qqrobot.beans.messages.result.AbstractLoginQQInfo
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.result.AbstractLoginQQInfo
-
- getQq() - Method in class com.forte.qqrobot.beans.messages.result.AbstractStrangerInfo
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.result.AbstractStrangerInfo
-
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.result.GroupMemberInfo
-
成员QQ号
- getQq() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractBanInfo
-
- getQq() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractFriend
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractFriend
-
- getQq() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupLink
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupLink
-
- getQq() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- getQq() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- getQq() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- getQQ() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.result.inner.BanInfo
-
被禁言者的QQ
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Friend
-
获取好友QQ号
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupLink
-
该连接的发布者QQ
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupMember
-
QQ号
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupNote
-
发布者QQ
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Share
-
上传者QQ号
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.result.LoginQQInfo
-
QQ号
- getQQ() - Method in interface com.forte.qqrobot.beans.messages.result.StrangerInfo
-
QQ号
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.DiscussMsg
-
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.FriendAdd
-
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.FriendAddRequest
-
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupAddRequest
-
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupAdminChange
-
使用的是被操作者的QQ
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupBan
-
使用的是被操作者的QQ
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupFileUpload
-
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMemberIncrease
-
使用的是被操作者的QQ
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMemberReduce
-
使用的是被操作者的QQ
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMsg
-
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMsgDelete
-
获取QQ号信息。
假如一个消息封装中存在多个QQ号信息,例如同时存在处理者与被处理者,一般情况下我们认为其返回值为被处理者。
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.msgget.PrivateMsg
-
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.QQCodeAble
-
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.result.GroupMemberInfo
-
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.result.inner.BanInfo
-
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Friend
-
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupMember
-
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.result.LoginQQInfo
-
- getQQCode() - Method in interface com.forte.qqrobot.beans.messages.result.StrangerInfo
-
- getQQCodeNumber() - Method in interface com.forte.qqrobot.beans.messages.QQCodeAble
-
- getQQHeadUrl() - Method in interface com.forte.qqrobot.beans.messages.QQCodeAble
-
获取账号头像
- getRandom() - Static method in class com.forte.qqrobot.utils.RandomUtil
-
- getRandomChar() - Static method in class com.forte.qqrobot.utils.RandomUtil
-
获取一个随机英文字符,小写
- getRandomElement(T[]) - Static method in class com.forte.qqrobot.utils.RandomUtil
-
从数组中返回一个随机元素
- getRandomElement(List<T>) - Static method in class com.forte.qqrobot.utils.RandomUtil
-
从集合中返回一个随机元素
- getRandomString(int, boolean) - Static method in class com.forte.qqrobot.utils.RandomUtil
-
获取一串指定长度的随机字符串
- getRandomString(int) - Static method in class com.forte.qqrobot.utils.RandomUtil
-
获取一串指定长度的随机字符串,默认大小写随机
- getRandomString() - Static method in class com.forte.qqrobot.utils.RandomUtil
-
获取一串长度为32的字符串,默认大小写随机
- getReader() - Method in interface com.forte.qqrobot.ResourceApplication
-
获取Reader对象。
Properties在读取的时候,使用字节流无法读取中文,因此可以考虑使用getReader来进行转化。
- getReadNum() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- getReadNum() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- getReadNum() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupNote
-
已读人数数量
- getReasonPhrase() - Method in interface com.forte.qqrobot.sender.HttpResp
-
响应码说明
- getReasonPhrase() - Method in class com.forte.qqrobot.sender.HttpRespImpl
-
- getRemark() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractDiscussMsg
-
- getRemark() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMsg
-
- getRemark() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractPrivateMsg
-
获取备注信息,例如群备注,或者好友备注。
- getRemark() - Method in interface com.forte.qqrobot.beans.messages.RemarkAble
-
获取备注信息,例如群备注,或者好友备注。
- getRemark() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getRemark() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- getRemarkOrNickname() - Method in interface com.forte.qqrobot.beans.messages.NickOrRemark
-
尝试获取备注,如果没用备注则获取昵称
- getRequestType() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAddRequest
-
- getRequestType() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupAddRequest
-
加群类型
- getResource(String, ClassLoader) - Static method in class com.forte.qqrobot.utils.ResourcesUtils
-
classloader如果为null则使用当前线程的classLoader
如果path存在对应的相对路径文件,则优先使用文件
- getResources(String, ClassLoader) - Static method in class com.forte.qqrobot.utils.ResourcesUtils
-
获取资源列表
- getResponse() - Method in interface com.forte.qqrobot.sender.HttpResp
-
相应数据
- getResponse() - Method in class com.forte.qqrobot.sender.HttpRespImpl
-
- getResult() - Method in class com.forte.qqrobot.listener.invoker.ListenInterceptContext
-
- getResult() - Method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- getResultParser() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getResultSelectType() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getResultTest() - Method in enum com.forte.qqrobot.beans.types.BreakType
-
- getRootSenderFunction(BotManager) - Method in class com.forte.qqrobot.BaseApplication
-
- getRuntime() - Static method in class com.forte.qqrobot.BotRuntime
-
获取Runtime,如果尚未初始化则抛出异常。
- getRuntimeErrorTagHead() - Static method in exception com.forte.qqrobot.exception.RobotException
-
- getRuntimeErrorTagHead() - Static method in exception com.forte.qqrobot.exception.RobotRuntimeException
-
- getScannerPackage() - Method in class com.forte.qqrobot.BaseConfiguration
-
获取需要进行扫描的包路径集合
- getSearchType() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getSearchType() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
群搜索类型
- getSender() - Method in class com.forte.qqrobot.BaseApplication.DefaultSenders
-
- getSender(MsgGet, BotManager) - Method in class com.forte.qqrobot.BaseApplication
-
提供一个msgGet,将其转化为SendList
- getSender() - Method in interface com.forte.qqrobot.bot.BotInfo
-
获取当前bot所对应的送信器
- getSender() - Method in class com.forte.qqrobot.bot.BotInfoImpl
-
获取当前bot所对应的送信器
- getSender() - Method in class com.forte.qqrobot.sender.intercept.SenderContext
-
- getSetter() - Method in class com.forte.qqrobot.BaseApplication.DefaultSenders
-
- getSetter(MsgGet, BotManager) - Method in class com.forte.qqrobot.BaseApplication
-
提供一个msgGet,将其转化为SetList
- getSex() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- getSex() - Method in class com.forte.qqrobot.beans.messages.result.AbstractStrangerInfo
-
- getSex() - Method in interface com.forte.qqrobot.beans.messages.result.GroupMemberInfo
-
获取性别 -1:男,1:女,0:未知
- getSex() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- getSex() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupMember
-
获取性别
- getSex() - Method in interface com.forte.qqrobot.beans.messages.result.StrangerInfo
-
性别
- GetShareList - Interface in com.forte.qqrobot.beans.messages.get
-
- getShareList(String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getShareList(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
获取群共享文件列表
- getShareList(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
获取群共享文件列表
- getShareList(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
获取群共享文件列表
- getShareList(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
获取群共享文件列表
- getShareList(GetShareList) - Method in interface com.forte.qqrobot.sender.senderlist.GetterUpper
-
获取群共享文件列表
- getShareList(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
获取群共享文件列表
- getShareList(GroupCodeAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
获取群共享文件列表
- getShort(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getShortBasic(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getSimpleIntro() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getSimpleIntro() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
获取群介绍-简略
- getSimpleScheduleBuilder(Long) - Method in enum com.forte.qqrobot.beans.types.TimeType
-
通过时间获取SinpleScheduleBuilder对象
- getSize() - Method in class com.forte.qqrobot.beans.cqcode.ImageCQCode
-
Deprecated.
- getSize() - Method in class com.forte.qqrobot.beans.messages.result.AbstractImageInfo
-
- getSize() - Method in interface com.forte.qqrobot.beans.messages.result.ImageInfo
-
获取图片大小 字节
- getSize() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- getSize() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Share
-
文件大小
- getSort() - Method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
获取排序值
- getSort() - Method in class com.forte.qqrobot.code.CatCodeTypes
-
- getSort() - Method in interface com.forte.qqrobot.listener.error.ExceptionHandleContext
-
- getSort() - Method in class com.forte.qqrobot.listener.error.ExceptionHandleContextImpl
-
- getSort() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getSort() - Method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- getSpare() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getSpecialApi() - Method in class com.forte.qqrobot.BaseApplication
-
Deprecated.
- getStatus() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- getStatus() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupHomework
-
作业的目前状态
- GetStrangerInfo - Interface in com.forte.qqrobot.beans.messages.get
-
获取陌生人信息
- getStrangerInfo(String, boolean) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- getStrangerInfo(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetList
-
Deprecated.
取陌生人信息
- getStrangerInfo(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseGetter
-
Deprecated.
取陌生人信息
- getStrangerInfo(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
取陌生人信息
- getStrangerInfo(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
取陌生人信息
- getStrangerInfo(GetStrangerInfo) - Method in interface com.forte.qqrobot.sender.senderlist.GetterUpper
-
取陌生人信息
- getStrangerInfo(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取陌生人信息 使用缓存
- getStrangerInfo(QQCodeAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取陌生人信息 使用缓存
- getStrangerInfo(String, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取陌生人信息
- getStrangerInfo(QQCodeAble, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderGetList
-
取陌生人信息
- getStream() - Method in interface com.forte.qqrobot.ResourceApplication
-
获取配置文件的文件输入流对象,并根据此对象对配置对象进行自动装填。
获取到的流在使用完成后会自动关闭。
- getString(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getSuccess() - Method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- getTagFormat() - Method in exception com.forte.qqrobot.exception.RobotException
-
获取一个格式化参数的复制品
- getTagFormat(int) - Method in exception com.forte.qqrobot.exception.RobotException
-
获取一个格式化参数的元素
- getTagFormat() - Method in exception com.forte.qqrobot.exception.RobotRuntimeException
-
获取一个格式化参数的复制品
- getTagFormat(int) - Method in exception com.forte.qqrobot.exception.RobotRuntimeException
-
获取一个格式化参数的元素
- getTagFormatLength() - Method in exception com.forte.qqrobot.exception.RobotException
-
获取格式化参数的长度
- getTagFormatLength() - Method in exception com.forte.qqrobot.exception.RobotRuntimeException
-
获取格式化参数的长度
- getTags() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getTags() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
获取群标签
- GETTER - Variable in class com.forte.qqrobot.listener.invoker.ListenInterceptContext
-
- GETTER - Variable in class com.forte.qqrobot.listener.MsgGetContext
-
getter
- GETTER - Variable in class com.forte.qqrobot.sender.intercept.GetContext
-
- GETTER - Variable in class com.forte.qqrobot.sender.MsgSender
-
消息发送器-get
- Getter - Interface in com.forte.qqrobot.sender.senderlist
-
Get方法相关方法总汇总
- GETTER - Variable in class com.forte.qqrobot.SimpleRobotContext
-
- GetterUpper - Interface in com.forte.qqrobot.sender.senderlist
-
Getter系列方法增强,为方法提供封装类作为参数的方法
- getText() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractContent
-
- getText() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Content
-
获取内容
- getThisCode() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupBan
-
此消息获取的时候,代表的是哪个账号获取到的消息。
- getThisCode() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractMsgGet
-
- getThisCode() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractPrivateMsg
-
此消息获取的时候,代表的是哪个账号获取到的消息。
- getThisCode() - Method in interface com.forte.qqrobot.beans.messages.ThisCodeAble
-
此消息获取的时候,代表的是哪个账号获取到的消息。
- getThreadPool() - Static method in class com.forte.qqrobot.ResourceDispatchCenter
-
获取线程池
- getThreadPool(String) - Static method in class com.forte.qqrobot.ResourceDispatchCenter
-
获取指定名称的线程池
- getThreadPool(String) - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
创建线程池的工厂
- getThreadPool() - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
创建线程池的工厂,无名称,使用默认
- getThreadPool(String, BaseLocalThreadPool.PoolConfig) - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
创建线程池的工厂
- getThreadPool(BaseLocalThreadPool.PoolConfig) - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
创建线程池的工厂,无名称,使用默认
- getTime() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupBan
-
- getTime() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractMsgGet
-
- getTime() - Method in interface com.forte.qqrobot.beans.messages.msgget.MsgGet
-
获取到的时间, 代表某一时间的秒值。一般情况下是秒值。如果类型不对请自行转化
- getTime() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- getTime() - Method in class com.forte.qqrobot.beans.messages.result.AbstractImageInfo
-
- getTime() - Method in interface com.forte.qqrobot.beans.messages.result.ImageInfo
-
图片上传到腾讯时候的时间
- getTime() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- getTime() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupLink
-
- getTime() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- getTime() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupHomework
-
创建时间
- getTime() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupLink
-
发布时间
- getTime() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupNote
-
发布时间
- getTime() - Method in interface com.forte.qqrobot.beans.messages.TimeAble
-
获取时间, 一般为秒类型的时间戳
- getTime(long) - Method in enum com.forte.qqrobot.beans.types.CacheTypes
-
- getTimeByMilli() - Method in interface com.forte.qqrobot.beans.messages.TimeAble
-
- getTimeBySec() - Method in interface com.forte.qqrobot.beans.messages.TimeAble
-
- getTimeCreator() - Method in enum com.forte.qqrobot.beans.types.CacheTypes
-
- getTimeToLocalDateTime() - Method in interface com.forte.qqrobot.beans.messages.msgget.MsgGet
-
将时间作为秒值之间戳转化为LocalDateTime
- getTimeUnit() - Method in class com.forte.qqrobot.BaseConfiguration
-
- getTimeUnit() - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
- getTimeUnit() - Method in class com.forte.qqrobot.utils.BaseLocalThreadPool.PoolConfig
-
- getTitle() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- getTitle() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- getTitle() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupLink
-
- getTitle() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- getTitle() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupHomework
-
该作业标题
- getTitle() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupLink
-
标题
- getTitle() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupNote
-
标题
- getToBreak() - Method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- getToBreakPlugin() - Method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- getToken() - Method in class com.forte.qqrobot.beans.messages.result.AbstractAnonInfo
-
- getToString(String) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- getTrigger(String) - Method in enum com.forte.qqrobot.beans.types.TimeTaskTemplate
-
获取定时触发器
- getType() - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
获取CQCode的类型。
这是一个名字比较短的方法。
- getType() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAdminChange
-
- getType() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMemberIncrease
-
- getType() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMemberReduce
-
- getType() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMsg
-
- getType() - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractPrivateMsg
-
- getType() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupAdminChange
-
获取管理员变动类型
- getType() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMemberIncrease
-
获取类型
- getType() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMemberReduce
-
获取类型
- getType() - Method in interface com.forte.qqrobot.beans.messages.msgget.GroupMsg
-
获取消息类型
- getType() - Method in interface com.forte.qqrobot.beans.messages.msgget.PrivateMsg
-
获取私聊消息类型
- getType() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getType() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
群类型
- getType() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractContent
-
- getType() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- getType() - Method in interface com.forte.qqrobot.beans.messages.result.inner.Content
-
获取类型
- getType() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupHomework
-
作业类型ID
- getType(long) - Method in enum com.forte.qqrobot.beans.types.CacheTypes
-
- getType() - Method in class com.forte.qqrobot.depend.Beans
-
- getType() - Method in class com.forte.qqrobot.depend.Depend
-
获取类型
- getType() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
使用copy的对象
- getType() - Method in interface com.forte.qqrobot.system.RunParameter
-
- getType() - Method in class com.forte.qqrobot.system.RunParameterImpl
-
- getTypeByFunction(String) - Static method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
Deprecated.
- getTypeByFunctionAndParams(String, String...) - Static method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
根据类型和参数名称列表来获取一个具体的枚举类型对象实例
1.10.2: 如果function只存在一个,直接返回,否则再通过参数判断
- getTypeId() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- getTypeId() - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- getTypeId() - Method in interface com.forte.qqrobot.beans.messages.result.GroupInfo
-
群类型ID
- getTypeId() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- getTypeId() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupNote
-
公告类型ID
- getTypeName() - Method in class com.forte.qqrobot.code.CatCodeTypes
-
- getTypes() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
获取此方法的监听方法
- getTypes() - Method in class com.forte.qqrobot.listener.MsgGetContext
-
- getTypesBySuper(Class<T>) - Method in class com.forte.qqrobot.depend.DependCenter
-
根据父类类型寻找依赖池中的存在的子类类型列表
只能得到当前依赖中心中的内容
- getURL() - Method in class com.forte.qqrobot.beans.cqcode.ImageCQCode
-
Deprecated.
- getUrl() - Method in class com.forte.qqrobot.beans.messages.result.AbstractImageInfo
-
- getUrl() - Method in interface com.forte.qqrobot.beans.messages.result.ImageInfo
-
图片路径
- getUrl() - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupLink
-
- getUrl() - Method in interface com.forte.qqrobot.beans.messages.result.inner.GroupLink
-
链接地址
- getUUID() - Method in class com.forte.qqrobot.listener.invoker.ListenerMethod
-
- getUUID() - Static method in class com.forte.qqrobot.utils.RandomUtil
-
获取长度为32的UUID
- getValue(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
取得额外配置
- getValue() - Method in class com.forte.qqrobot.beans.cqcode.CQCode.CQCodeEntry
-
Deprecated.
获取value
自动解码
- getValue() - Method in class com.forte.qqrobot.depend.NameTypeEntry
-
- getValue() - Method in class com.forte.qqrobot.intercept.BaseContext
-
- getValue() - Method in interface com.forte.qqrobot.intercept.Context
-
- getValue() - Method in class com.forte.qqrobot.listener.ListenContext
-
Deprecated.
- getValue(boolean) - Method in class com.forte.qqrobot.utils.BooleanMap
-
获取一个值
- getValueEntrySet() - Method in class com.forte.qqrobot.BaseConfiguration
-
获取额外配置的entry set
- getVerifyFunction() - Method in interface com.forte.qqrobot.bot.BotManager
-
获取注册用的验证函数
- getVerifyFunction() - Method in class com.forte.qqrobot.bot.BotManagerImpl
-
获取注册用的验证函数
- getWidth() - Method in class com.forte.qqrobot.beans.cqcode.ImageCQCode
-
Deprecated.
- getWidth() - Method in class com.forte.qqrobot.beans.messages.result.AbstractImageInfo
-
- getWidth() - Method in interface com.forte.qqrobot.beans.messages.result.ImageInfo
-
图片宽
- getWorkQueue() - Method in class com.forte.qqrobot.BaseConfiguration
-
获取线程池的阻塞队列
- getWorkQueue() - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
- getWorkQueue() - Method in class com.forte.qqrobot.utils.BaseLocalThreadPool.PoolConfig
-
- getWorkQueueFrom() - Method in class com.forte.qqrobot.BaseConfiguration
-
- giveCQCodeUtil(JobDataMap, CQCodeUtil) - Static method in class com.forte.qqrobot.timetask.TimeTaskContext
-
保存一个CQCodeUtil
- giveDependCenter(JobDataMap, DependCenter) - Static method in class com.forte.qqrobot.timetask.TimeTaskContext
-
保存一个DependCenter
- giveMsgSender(JobDataMap, MsgSender) - Static method in class com.forte.qqrobot.timetask.TimeTaskContext
-
为一个JobDataMap赋值
- globalKeySet() - Method in class com.forte.qqrobot.listener.ListenContext
-
全局域keySet
- group() - Method in class com.forte.qqrobot.anno.data.Filter
-
- Group - Interface in com.forte.qqrobot.beans.messages.result.inner
-
群列表的群信息
- GroupAddRequest - Interface in com.forte.qqrobot.beans.messages.msgget
-
群添加请求事件
- GroupAddRequestType - Enum in com.forte.qqrobot.beans.messages.types
-
加群申请类型
- GroupAdminChange - Interface in com.forte.qqrobot.beans.messages.msgget
-
群管理员变动事件
- GroupAdminChangeType - Enum in com.forte.qqrobot.beans.messages.types
-
- GroupBan - Interface in com.forte.qqrobot.beans.messages.msgget
-
群禁言事件
- GroupBanType - Enum in com.forte.qqrobot.beans.messages.types
-
群禁言事件的禁言类型,禁言/解除禁言
- GroupCodeAble - Interface in com.forte.qqrobot.beans.messages
-
此接口定义那些存在群号的消息类型的获取群号的方法
- GroupFileUpload - Interface in com.forte.qqrobot.beans.messages.msgget
-
群文件上传事件
- GroupHomework - Interface in com.forte.qqrobot.beans.messages.result.inner
-
群作业信息
- GroupHomeworkList - Interface in com.forte.qqrobot.beans.messages.result
-
群作业列表
- GroupInfo - Interface in com.forte.qqrobot.beans.messages.result
-
群详细信息
- GroupLink - Interface in com.forte.qqrobot.beans.messages.result.inner
-
群链接
- GroupLinkList - Interface in com.forte.qqrobot.beans.messages.result
-
群链接地址
- GroupList - Interface in com.forte.qqrobot.beans.messages.result
-
群列表
- groupMatchType() - Method in class com.forte.qqrobot.anno.data.Filter
-
- GroupMember - Interface in com.forte.qqrobot.beans.messages.result.inner
-
群成员信息
- GroupMemberIncrease - Interface in com.forte.qqrobot.beans.messages.msgget
-
群成员增加
- GroupMemberInfo - Interface in com.forte.qqrobot.beans.messages.result
-
群成员信息
- GroupMemberList - Interface in com.forte.qqrobot.beans.messages.result
-
群成员列表
- GroupMemberReduce - Interface in com.forte.qqrobot.beans.messages.msgget
-
群成员减少事件
- GroupMsg - Interface in com.forte.qqrobot.beans.messages.msgget
-
群消息
- GroupMsgDelete - Interface in com.forte.qqrobot.beans.messages.msgget
-
群消息撤回事件
- GroupMsgType - Enum in com.forte.qqrobot.beans.messages.types
-
群消息类型
- GroupNote - Interface in com.forte.qqrobot.beans.messages.result.inner
-
群公告
- GroupNoteList - Interface in com.forte.qqrobot.beans.messages.result
-
群公告列表
- groupSign(HttpClientAble, AuthInfo, String, String, String) - Static method in class com.forte.qqrobot.sender.BaseAPITemplate
-
通过qq的接口进行群签到, 默认使用“运势”的签到
- GroupTopNote - Interface in com.forte.qqrobot.beans.messages.result
-
置顶群公告
- Language - Class in com.forte.lang
-
语言类,用于读取lang文件
lang文件本质上也是一种properties文件
其本质为MessageFormat进行格式化,所以请注意MessageFormat中使用的规则,例如单引号为类似于转义符的存在之类的
- Language() - Constructor for class com.forte.lang.Language
-
- LanguageInitException - Exception in com.forte.lang
-
语言加载器初始化异常,不使用RobotException相关
一般会抛出此异常的时候,都是语言还没有初始化完成的时候
- LanguageInitException() - Constructor for exception com.forte.lang.LanguageInitException
-
- LanguageInitException(String) - Constructor for exception com.forte.lang.LanguageInitException
-
- LanguageInitException(String, Throwable) - Constructor for exception com.forte.lang.LanguageInitException
-
- LanguageInitException(Throwable) - Constructor for exception com.forte.lang.LanguageInitException
-
- LanguageInitException(String, Throwable, boolean, boolean) - Constructor for exception com.forte.lang.LanguageInitException
-
- lastTime() - Method in interface com.forte.qqrobot.beans.messages.result.inner.BanInfo
-
禁言剩余时间
- length() - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
- Limit - Annotation Type in com.forte.qqrobot.system.limit
-
标记一个监听函数为限流函数。
限流函数会限制监听函数在一段时间内的执行次数。
- limitIntercept() - Method in class com.forte.qqrobot.CoreConfiguration
-
限流拦截器
- LimitIntercept - Class in com.forte.qqrobot.system.limit
-
limit intercept
即限流拦截器。
- LimitIntercept() - Constructor for class com.forte.qqrobot.system.limit.LimitIntercept
-
- Listen - Class in com.forte.qqrobot.anno.data
-
- Listen - Annotation Type in com.forte.qqrobot.anno
-
标记用
添加此注解,标注为一个监听器类
标注在类上将会记录全部的方法
标注在方法上将会记录此方法
当监听函数存在返回值且未标记@ListenBody的时候,部分返回值存在特殊含义:
如果返回值本身为ListenResult对象则其他参数均无效,以其本身为主。
布尔类型代表函数是否执行成功。
返回值为null的时候代表执行未成功。
数值类型小于0代表执行未成功。
- Listen.ByName - Annotation Type in com.forte.qqrobot.anno
-
通过额外注册的监听类型进行监听器注册,最终会转化为
Listen
- ListenBody - Annotation Type in com.forte.qqrobot.anno
-
当监听函数标记此注解,则函数的返回值将会直接转化为ListenResult中的data参数。
否则将会根据实际情况进行转化。
- ListenBreak - Annotation Type in com.forte.qqrobot.anno
-
监听截断,当将此注解标记于监听函数上的时候,除非返回值为ListenResult类型,否则将会必然截断接下来的监听函数。
参数为一个枚举类型,代表了接收一个Object类型的参数,返回是否截断。(Object类型即为方法执行的结果)
此枚举提供byName注解
- ListenBreak.ByName - Annotation Type in com.forte.qqrobot.anno
-
对应的byName注解
- ListenBreakPlugin - Annotation Type in com.forte.qqrobot.anno
-
插件截断注解,当标注了此注解,会根据参数来判断此函数是否会对低优先级的插件进行截断。
此截断功能需要有插件的功能支持。
使用方式类似
ListenBreak
- ListenBreakPlugin.ByName - Annotation Type in com.forte.qqrobot.anno
-
对应的byName注解
- ListenContext - Class in com.forte.qqrobot.listener
-
监听函数中使用的上下文
有两种值,一个是永久生效的全局上下文,一个是单个对象生效的当前上下文
- ListenContext(Map<String, Object>) - Constructor for class com.forte.qqrobot.listener.ListenContext
-
- ListenContext(Map<String, Object>, Map<String, Object>) - Constructor for class com.forte.qqrobot.listener.ListenContext
-
- ListenerAPI - Annotation Type in com.forte.qqrobot.anno
-
用于标记一个监听函数的API信息
仅能使用在method上, 且只有被注册的ListenMethod生效
就算此注解不存在,也会生成相应信息,但是所有信息均为默认值
- ListenerException - Exception in com.forte.qqrobot.exception
-
- ListenerException() - Constructor for exception com.forte.qqrobot.exception.ListenerException
-
- ListenerException(String, Object...) - Constructor for exception com.forte.qqrobot.exception.ListenerException
-
- ListenerException(String) - Constructor for exception com.forte.qqrobot.exception.ListenerException
-
- ListenerException(String, Throwable, Object...) - Constructor for exception com.forte.qqrobot.exception.ListenerException
-
- ListenerException(String, Throwable) - Constructor for exception com.forte.qqrobot.exception.ListenerException
-
- ListenerException(Throwable) - Constructor for exception com.forte.qqrobot.exception.ListenerException
-
- ListenerException(String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.exception.ListenerException
-
- ListenerException(String, Throwable, boolean, boolean, Object...) - Constructor for exception com.forte.qqrobot.exception.ListenerException
-
- ListenerException(int, String) - Constructor for exception com.forte.qqrobot.exception.ListenerException
-
不进行语言国际化转化的构造方法
- ListenerException(int, String, Throwable) - Constructor for exception com.forte.qqrobot.exception.ListenerException
-
不进行语言国际化转化的构造方法
- ListenerException(int, String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.exception.ListenerException
-
不进行语言国际化转化的构造方法
- ListenerFilter - Class in com.forte.qqrobot.listener.invoker
-
监听器过滤器
- ListenerFilter() - Constructor for class com.forte.qqrobot.listener.invoker.ListenerFilter
-
- ListenerInfo - Interface in com.forte.qqrobot.listener
-
定义一个监听函数所存在的各种消息与参数
- ListenerManager - Class in com.forte.qqrobot.listener.invoker
-
监听函数管理器
- ListenerManager(Collection<ListenerMethod>, BotManager, ListenerFilter, ExceptionProcessCenter, Supplier<MsgIntercept>[], Supplier<ListenIntercept>[]) - Constructor for class com.forte.qqrobot.listener.invoker.ListenerManager
-
- ListenerManager(Collection<ListenerMethod>, BotManager, ListenerFilter, ExceptionProcessCenter, Supplier<MsgIntercept>[], Supplier<ListenIntercept>[], boolean) - Constructor for class com.forte.qqrobot.listener.invoker.ListenerManager
-
构造方法,对函数进行分组保存
- ListenerMethod<T> - Class in com.forte.qqrobot.listener.invoker
-
监听器方法封装类
TODO 急需重构
- ListenerMethodScanner - Class in com.forte.qqrobot.listener.invoker
-
监听函数扫描器
- ListenerMethodScanner(ExecutorService) - Constructor for class com.forte.qqrobot.listener.invoker.ListenerMethodScanner
-
- ListenerPlug - Class in com.forte.qqrobot.listener.invoker.plug
-
监听器阻塞器
每种种类的监听器同一时间仅只能有一个阻塞中的监听器,且阻塞的监听器只能由自己解除阻塞(或定时解除)
阻塞后,同类型的监听器不论是普通监听器还是备用监听器都将失去作用,无法接收到消息,直到解除阻塞
同时过滤器注解也将失去作用,并且提供为阻塞的时候专用的阻塞过滤器
- ListenerPlug(Set<ListenerMethod>) - Constructor for class com.forte.qqrobot.listener.invoker.plug.ListenerPlug
-
构造,接收全部的监听函数并进行分类
- ListenIntercept - Interface in com.forte.qqrobot.listener
-
监听函数拦截
- ListenInterceptContext - Class in com.forte.qqrobot.listener.invoker
-
监听函数拦截器
- ListenInterceptContext(ListenerMethod, ListenContext, Map<String, Object>, SenderSendList, SenderSetList, SenderGetList, MsgGet) - Constructor for class com.forte.qqrobot.listener.invoker.ListenInterceptContext
-
- ListenInterceptContext(ListenerMethod, ListenContext, Map<String, Object>, Map<String, Object>, SenderSendList, SenderSetList, SenderGetList, MsgGet) - Constructor for class com.forte.qqrobot.listener.invoker.ListenInterceptContext
-
- ListenLimit - Class in com.forte.qqrobot.system.limit
-
用于记录limit的时长
- ListenLimit(long) - Constructor for class com.forte.qqrobot.system.limit.ListenLimit
-
- ListenResult<T> - Interface in com.forte.qqrobot.listener.result
-
此接口定义一个监听函数执行完成后的结果报告
存在一个固定类型的返回值,此返回值应当由组件进行控制
且返回值应当允许被排序
- ListenResultImpl<T> - Class in com.forte.qqrobot.listener.result
-
- ListenResultImpl(int, T, boolean, boolean, boolean, Exception) - Constructor for class com.forte.qqrobot.listener.result.ListenResultImpl
-
基础的全参构造
- ListenResultImpl() - Constructor for class com.forte.qqrobot.listener.result.ListenResultImpl
-
无参构造
- ListenResultParser - Interface in com.forte.qqrobot.listener.result
-
监听函数解析器。根据监听函数的执行结果获取一个ListenResult对象
- listenTypes() - Method in interface com.forte.qqrobot.listener.ListenerInfo
-
获取所监听的消息类型
- listenTypes(int) - Method in interface com.forte.qqrobot.listener.ListenerInfo
-
获取指定索引下的监听消息类型
- listenTypesLength() - Method in interface com.forte.qqrobot.listener.ListenerInfo
-
获取所监听的消息类型的数量
- load(Reader) - Method in class com.forte.qqrobot.ConfigProperties
-
override this load method
- load(InputStream) - Method in class com.forte.qqrobot.ConfigProperties
-
override this load method
- load(InputStream, String) - Method in class com.forte.qqrobot.ConfigProperties
-
override this load method
- load(T) - Method in class com.forte.qqrobot.depend.DependCenter
-
根据一个对象直接添加,默认为单例模式
依赖名称默认使用类名
- load(String, T) - Method in class com.forte.qqrobot.depend.DependCenter
-
根据一个对象直接添加,默认为单例模式
- load(Predicate<Class>, Collection<Class<?>>) - Method in class com.forte.qqrobot.depend.DependCenter
-
加载一批依赖对象
- load(Collection<Class<?>>) - Method in class com.forte.qqrobot.depend.DependCenter
-
判断规则默认为非接口、抽象类且存在@Beans注解的class对象
- load(Class<?>...) - Method in class com.forte.qqrobot.depend.DependCenter
-
判断规则默认为非接口、抽象类且存在@Beans注解的class对象
- load(Beans, Class<?>...) - Method in class com.forte.qqrobot.depend.DependCenter
-
判断规则默认为非接口、非抽象类且存在@Beans注解的class对象
- load(Predicate<Class>, Class<?>...) - Method in class com.forte.qqrobot.depend.DependCenter
-
加载一批依赖对象
- load(Beans, Predicate<Class>, Class<?>...) - Method in class com.forte.qqrobot.depend.DependCenter
-
加载一批依赖对象
- load(Reader) - Method in class com.forte.qqrobot.utils.ReaderProperties
-
override this load method
- load(InputStream) - Method in class com.forte.qqrobot.utils.ReaderProperties
-
override this load method
- load(InputStream, String) - Method in class com.forte.qqrobot.utils.ReaderProperties
-
override this load method
- loadIgnoreThrow(T) - Method in class com.forte.qqrobot.depend.DependCenter
-
根据一个对象直接添加,默认为单例模式
依赖名称默认使用类名
无视出现的异常
- location - Static variable in class com.forte.qqrobot.code.CatCodeTypes
-
地点
[CAT:location,lat={1},lon={2},title={3},content={4}]
{1} 纬度
{2} 经度
{3} 分享地点的名称
{4} 分享地点的具体地址
- log(Object, LogLevel, PrintStream, Throwable, Object...) - Static method in class com.forte.qqrobot.log.QQLog
-
日志输出
- log(Object, LogLevel, PrintStream, Object...) - Static method in class com.forte.qqrobot.log.QQLog
-
日志输出
- log(Object, LogLevel, PrintStream, Throwable, Object...) - Method in class com.forte.qqrobot.log.QQLogLang
-
日志输出
- log(Object, LogLevel, PrintStream, Object...) - Method in class com.forte.qqrobot.log.QQLogLang
-
日志输出
- LoginInfo - Interface in com.forte.qqrobot.bot
-
登录后的信息,为LoginQQInfo的子接口并计划替代LoginQQInfo接口
- LoginQQInfo - Interface in com.forte.qqrobot.beans.messages.result
-
登录的QQ的信息
- LogLevel - Enum in com.forte.qqrobot.log
-
日志级别
每一个日志级别都有一个级别等级。等级数值越大,显示优先级越高。
这个数据可能会经常变动,所以如果存在自定义的日志级别,请在判断的时候以此枚举中的元素作为参照物。
- logOutBot(String) - Method in interface com.forte.qqrobot.bot.BotManager
-
注销掉一个bot,将其从bot列表中移除。
注意现成安全问题。
- logOutBot(String) - Method in class com.forte.qqrobot.bot.BotManagerImpl
-
注销掉一个bot,将其从bot列表中移除。
- RANDOM - Static variable in class com.forte.qqrobot.utils.RandomUtil
-
唯一一个random
- randomColor() - Static method in class com.forte.qqrobot.utils.RandomUtil
-
返回一个随机颜色
- randomColor$hexString() - Static method in class com.forte.qqrobot.utils.RandomUtil
-
返回16进制颜色代码
- randomColor$intArr() - Static method in class com.forte.qqrobot.utils.RandomUtil
-
返回一个长度为三的数组,三位分别代表了颜色的R、G、B
- RandomUtil - Class in com.forte.qqrobot.utils
-
随机值获取工具类
- RandomUtil() - Constructor for class com.forte.qqrobot.utils.RandomUtil
-
- read() - Method in class com.forte.qqrobot.utils.EmptyInputStream
-
- read(byte[]) - Method in class com.forte.qqrobot.utils.EmptyInputStream
-
- read(byte[], int, int) - Method in class com.forte.qqrobot.utils.EmptyInputStream
-
- read(char[], int, int) - Method in class com.forte.qqrobot.utils.StringListReader
-
Reads characters into a portion of an array.
- readApplicationFirst(ClassLoader) - Static method in class com.forte.qqrobot.depend.AutoApplicationReader
-
读取最前面的application.factory文件,并转化为Class
- ReaderProperties - Class in com.forte.qqrobot.utils
-
语言类Properties
- ReaderProperties() - Constructor for class com.forte.qqrobot.utils.ReaderProperties
-
- ReaderProperties(String) - Constructor for class com.forte.qqrobot.utils.ReaderProperties
-
- ReaderProperties(Charset) - Constructor for class com.forte.qqrobot.utils.ReaderProperties
-
- readModuleFactories(ClassLoader) - Static method in class com.forte.qqrobot.depend.AutoDependReader
-
读取所有的simbotFactory文件,并转化为Properties列表
- record - Static variable in class com.forte.qqrobot.code.CatCodeTypes
-
语音
[CAT:record,file={1},magic={2}] - 发送语音
{1}为音频文件名称
{2}为是否为变声,若该参数为true则显示变声标记。该参数可被忽略。
举例:[CAT:record,file=1.silk,magic=true]
- ReduceType - Enum in com.forte.qqrobot.beans.messages.types
-
群成员减少事件类型
- refreshBot(String) - Method in interface com.forte.qqrobot.bot.BotManager
-
TODO 刷新一个Bot的账号信息
- refreshBot() - Method in interface com.forte.qqrobot.bot.BotManager
-
TODO 刷新所有bot的信息
- refreshBot(String) - Method in class com.forte.qqrobot.bot.BotManagerImpl
-
刷新一个Bot的账号信息
- register(CQCodeTypes) - Static method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
注册一个CQCodeTypes
- register(String, String, String...) - Static method in class com.forte.qqrobot.code.CatCodeTypes
-
注册一个新的CatType,如果此类型的name存在,则抛出异常
- register(String, String, int, String...) - Static method in class com.forte.qqrobot.code.CatCodeTypes
-
注册一个新的CatType,如果此类型的name存在,则抛出异常
- register(String, Predicate<Object>) - Method in class com.forte.qqrobot.factory.BreakTypeFactory
-
注册枚举类型,如果出现异常则会抛出
- register(String, String, String[], String[], String[], int) - Method in class com.forte.qqrobot.factory.CQCodeTypeFactory
-
注册一个新的CQCodeType实例
CQCodeType机制特殊,需要保证线程安全性。且所有的参数均不可为null。
- register(String, BiPredicate<String, Pattern>) - Method in class com.forte.qqrobot.factory.KeywordMatchTypeFactory
-
- register(String, MostTypeFilter) - Method in class com.forte.qqrobot.factory.MostTypeFactory
-
注册一个新的mostType类型枚举
- register(String, Class<? extends MsgGet>) - Method in class com.forte.qqrobot.factory.MsgGetTypeFactory
-
获取一个MsgGetType的新枚举
- register(String, Function<String, Trigger>) - Method in class com.forte.qqrobot.factory.TimeTaskTemplateFactory
-
构建一个新的定时任务模板类型
- Register - Interface in com.forte.qqrobot.scanner
-
注册器接口,定义一系列对各种功能进行注册的方法
- register(Class<? extends Job>, MsgSender, StdSchedulerFactory) - Method in class com.forte.qqrobot.timetask.TimeTaskManager
-
尝试加载一个疑似是定时任务的类
- register(Class<? extends Job>, Supplier<MsgSender>, StdSchedulerFactory) - Method in class com.forte.qqrobot.timetask.TimeTaskManager
-
尝试加载一个疑似是定时任务的类
- registerAtDetectionFunction(Function<MsgGet, AtDetection>) - Static method in class com.forte.qqrobot.listener.invoker.ListenerFilter
-
注册一个新的at判断函数,替换当前函数
- registerBot(String, String) - Method in class com.forte.qqrobot.BaseConfiguration
-
注册一个机器人的信息。
- registerBot(String, String, int, String) - Method in class com.forte.qqrobot.BaseConfiguration
-
注册一个机器人的信息。
- registerBot(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
仅仅注册一个路径信息,需要是一个完整路径,例如一个http路径或者一个ws的连接路径。
在启动后需要通过此路径来验证或者连接。
一般来说直接使用这个就行了。
- registerBot(String, int, String) - Method in class com.forte.qqrobot.BaseConfiguration
-
仅注册一个路径信息,信息分为ip、端口、一个可能存在的额外路径。
- registerBot(BotInfo) - Method in interface com.forte.qqrobot.bot.BotManager
-
注册一个botInfo。在实现的时候需要注意线程安全问题,概率较小,但是不是没有可能
- registerBot(String, String, int, String) - Method in interface com.forte.qqrobot.bot.BotManager
-
注册一个bot。
- registerBot(String, String) - Method in interface com.forte.qqrobot.bot.BotManager
-
注册一个bot。
- registerBot(String, int, String) - Method in interface com.forte.qqrobot.bot.BotManager
-
注册一个bot。code为null
- registerBot(String) - Method in interface com.forte.qqrobot.bot.BotManager
-
注册一个bot。code为null
- registerBot(BotInfo) - Method in class com.forte.qqrobot.bot.BotManagerImpl
-
注册一个botInfo。在实现的时候需要注意线程安全问题,概率较小,但是不是没有可能
- registerBotAsDefault(String, String) - Method in class com.forte.qqrobot.BaseConfiguration
-
注册一个机器人的信息。与普通的registerBot不同,此处注册的机器人会直接覆盖当前的默认机器人信息
- registerBotAsDefault(String, String, int, String) - Method in class com.forte.qqrobot.BaseConfiguration
-
注册一个机器人的信息。
- registerBotAsDefault(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
仅仅注册一个路径信息,需要是一个完整路径,例如一个http路径或者一个ws的连接路径。
在启动后需要通过此路径来验证或者连接
- registerBotAsDefault(String, int, String) - Method in class com.forte.qqrobot.BaseConfiguration
-
仅注册一个路径信息,信息分为ip、端口、一个可能存在的额外路径。
- registerBotsFormatter(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
对配置文件的信息进行注册, 一般手动注册时候不需要使用此方法
- registerClient(String, HttpClientAble) - Static method in class com.forte.qqrobot.sender.HttpClientHelper
-
注册一个http模板
- registerClient(String, Supplier<HttpClientAble>) - Static method in class com.forte.qqrobot.sender.HttpClientHelper
-
注册一个http模板
- registerDependCenter(DependCenter) - Method in interface com.forte.qqrobot.scanner.Register
-
进行依赖注入
- registerDependCenter(DependCenter) - Method in class com.forte.qqrobot.scanner.ScannerManager
-
进行依赖注入
- registerDependCenterWithoutAnnotation(Beans) - Method in interface com.forte.qqrobot.scanner.Register
-
不需要@Beans注解的依赖注入
- registerDependCenterWithoutAnnotation(Beans) - Method in class com.forte.qqrobot.scanner.ScannerManager
-
不需要@Beans注解的依赖注入
- registerEnum(String, Object...) - Method in class com.forte.qqrobot.factory.BaseFactory
-
创建一个新的枚举对象。
请注意不要出现冲突的名称
- registerFilter(String, Filterable) - Method in class com.forte.qqrobot.listener.invoker.ListenerFilter
-
注册一个自定义的filter
- registerLang(ClassLoader, String, Locale) - Static method in class com.forte.lang.Language
-
加载一个语言文件
- registerLang(ClassLoader, String) - Static method in class com.forte.lang.Language
-
加载一个语言文件
- registerListener(ListenerMethodScanner) - Method in interface com.forte.qqrobot.scanner.Register
-
注册监听函数, 此处一般由Base
- registerListener(ListenerMethodScanner) - Method in class com.forte.qqrobot.scanner.ScannerManager
-
注册监听器
- registerListenerMethod(ListenerMethod...) - Method in class com.forte.qqrobot.listener.invoker.ListenerMethodScanner
-
注册额外的ListenerMethod
- registerListenerMethod(Collection<ListenerMethod>) - Method in class com.forte.qqrobot.listener.invoker.ListenerMethodScanner
-
注册额外的ListenerMethod
- registerTags(Properties, Locale) - Static method in class com.forte.lang.Language
-
注册或覆盖一些额外的语言映射,其最终会覆盖语言映射
需要在初始化结束后再注册,否则会抛出异常
- registerTags(Properties) - Static method in class com.forte.lang.Language
-
注册或覆盖一些额外的语言映射,其最终会覆盖语言映射
需要在初始化结束后再注册,否则会抛出异常
- registerTimeTask(MsgSender, TimeTaskManager, StdSchedulerFactory) - Method in interface com.forte.qqrobot.scanner.Register
-
注册定时任务
- registerTimeTask(Supplier<MsgSender>, TimeTaskManager, StdSchedulerFactory) - Method in interface com.forte.qqrobot.scanner.Register
-
注册定时任务
- registerTimeTask(MsgSender, TimeTaskManager, StdSchedulerFactory) - Method in class com.forte.qqrobot.scanner.ScannerManager
-
注册定时任务
- registerTimeTask(Supplier<MsgSender>, TimeTaskManager, StdSchedulerFactory) - Method in class com.forte.qqrobot.scanner.ScannerManager
-
注册定时任务
- registerType(String, Predicate<Object>) - Static method in class com.forte.qqrobot.factory.BreakTypeFactory
-
- registerType(String, String, String[], String[], String[], int) - Static method in class com.forte.qqrobot.factory.CQCodeTypeFactory
-
注册一个新的CQCodeType实例
CQCodeType机制特殊,需要保证:
<
线程安全性。且所有的参数均不可为null
- registerType(String, BiPredicate<String, Pattern>) - Static method in class com.forte.qqrobot.factory.KeywordMatchTypeFactory
-
- registerType(String, MostTypeFilter) - Static method in class com.forte.qqrobot.factory.MostTypeFactory
-
- registerType(String, Class<? extends MsgGet>) - Static method in class com.forte.qqrobot.factory.MsgGetTypeFactory
-
获取一个MsgGetType的新枚举 - 静态窗口
- registerType(String, Function<String, Trigger>) - Static method in class com.forte.qqrobot.factory.TimeTaskTemplateFactory
-
- RemarkAble - Interface in com.forte.qqrobot.beans.messages
-
可以获取备注信息。一般出现在好友信息或者群信息中
- remove(Object) - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
移除掉某个参数
- remove(Object) - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- remove(Object) - Method in class com.forte.qqrobot.utils.BooleanMap
-
Removes the mapping for a key from this map if it is present
(optional operation).
- removeCQCodeFromMsg(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
从信息字符串中移除CQCode字符串
- removeCQCodeFromMsg(String, CQCodeTypes) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
从信息字符串中移除某种类型的CQCode字符串
- removeFalse() - Method in class com.forte.qqrobot.utils.BooleanMap
-
- removeLocal() - Static method in class com.forte.qqrobot.listener.ListenContext
-
清理ThreadLocal
- removeLocalThreadPool() - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
Deprecated.
- removeThreadPool(String) - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
清除某指定的线程池
- removeTrue() - Method in class com.forte.qqrobot.utils.BooleanMap
-
- removeValue(boolean) - Method in class com.forte.qqrobot.utils.BooleanMap
-
移除一个值
- reply(MsgGet, String, boolean) - Method in class com.forte.qqrobot.sender.MsgSender
-
- requireCanUse(String, Object[]) - Method in class com.forte.qqrobot.factory.BaseFactory
-
字工厂自主实现的参数权限判断。提供新枚举实例的枚举名称与参数列表。
- requireCanUse(String, Object[]) - Method in class com.forte.qqrobot.factory.BreakTypeFactory
-
参数判断
- requireCanUse(String, Object[]) - Method in class com.forte.qqrobot.factory.CQCodeTypeFactory
-
参数权限判断
- requireCanUse(String, Object[]) - Method in class com.forte.qqrobot.factory.KeywordMatchTypeFactory
-
- requireCanUse(String, Object[]) - Method in class com.forte.qqrobot.factory.MostTypeFactory
-
判断参数是否合规
- requireCanUse(String, Object[]) - Method in class com.forte.qqrobot.factory.MsgGetTypeFactory
-
参数权限判断
- requireCanUse(String, Object[]) - Method in class com.forte.qqrobot.factory.TimeTaskTemplateFactory
-
- reset() - Static method in class com.forte.qqrobot.ResourceDispatchCenter
-
重置资源-即清空所有资源
- reset() - Method in class com.forte.qqrobot.utils.EmptyInputStream
-
- reset(Class<? extends T>, T) - Method in class com.forte.qqrobot.utils.SingleFactory
-
重设一个单例
- reset(T) - Method in class com.forte.qqrobot.utils.SingleFactory
-
重设一个单例,不指定class
- reset(Class<? extends T>, Supplier<? extends T>) - Method in class com.forte.qqrobot.utils.SingleFactory
-
重设一个单例
- reset(Supplier<? extends T>) - Method in class com.forte.qqrobot.utils.SingleFactory
-
重设一个单例,不指定class
- resetAndGet(Class<? extends T>, T) - Method in class com.forte.qqrobot.utils.SingleFactory
-
重设一个单例并获取单例实例
- resetAndGet(T) - Method in class com.forte.qqrobot.utils.SingleFactory
-
重设一个单例并获取单例实例,不指定class
- resetAndGet(Class<? extends T>, Supplier<? extends T>) - Method in class com.forte.qqrobot.utils.SingleFactory
-
重设一个单例并获取单例实例
- resetAndGet(Supplier<? extends T>) - Method in class com.forte.qqrobot.utils.SingleFactory
-
重设一个单例并获取单例实例,不指定class
- resourceActive(String, String[], Properties, ClassLoader) - Static method in class com.forte.qqrobot.utils.ResourcesUtils
-
从properties中读取对应的active内容,追加到指定的properties中
覆盖追加
- ResourceApplication<CONFIG extends BaseConfiguration> - Interface in com.forte.qqrobot
-
对用户配置接口的拓展,提供读取配置文件的形式来对配置类进行自动装填。
目前仅支持properties类型的配置文件。
数组类型的参数使用逗号','分隔。
其他特殊的配置类在出现其他优化方式之前,可以暂时使用新提供的before方法进行额外配置。
- ResourceDispatchCenter - Class in com.forte.qqrobot
-
资源调度中心抽象类,基本是静态方法,开发者可以实现此类并增加方法
主要用于框架内部,用于获取一些功能性类的单例对象
获取前需要保证在初始化方法 Application 中已经储存过
用户一般使用的是依赖资源:
DependCenter
所有的资源几乎都在这里
后期打算取代这个类
- ResourceDispatchCenter() - Constructor for class com.forte.qqrobot.ResourceDispatchCenter
-
- resourceInit(CONFIG) - Method in class com.forte.qqrobot.BaseApplication
-
开发者实现的资源初始化
此方法将会在所有的初始化方法最后执行
增加一个参数
此资源配置将会在配置之后执行
- resourceInit() - Method in class com.forte.qqrobot.BaseApplication
-
开发者实现的资源初始化
此方法将会在所有的无配置初始化方法最后执行
将会在用户配置之前执行
- resourceName() - Method in interface com.forte.qqrobot.ResourceApplication
-
资源路径
- ResourcesUtils - Class in com.forte.qqrobot.utils
-
可以提供类加载器的资源获取工具
- ResourcesUtils() - Constructor for class com.forte.qqrobot.utils.ResourcesUtils
-
- result() - Method in interface com.forte.qqrobot.listener.result.ListenResult
-
获取执行结果响应
- result(int, T, boolean, boolean, boolean, Exception) - Static method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- result(int, T, boolean, boolean, boolean) - Static method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- result() - Method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- resultBreak(int, T, boolean, boolean, Exception) - Static method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- resultBreak(int, T, boolean, boolean) - Static method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- resultEmpty(int, boolean, boolean, boolean, Exception) - Static method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- resultEmpty(int, boolean, boolean, boolean) - Static method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- ResultInner - Interface in com.forte.qqrobot.beans.messages.result
-
返回值有很多情况会有内部接口,内部接口使用此接口定义
v1.0.4版本之后(不包括)所有此类型消息均实现接口
OriginalAble
- ResultSelectType - Enum in com.forte.qqrobot.beans.types
-
监听函数的返回值筛选类型枚举。
提供多个监听函数返回值, 对其进行筛选。
参数中:
一般来讲,如果存在截断返回值,则最后一个参数为截断返回值且只会存在一个。
一般来讲,参数可能长度为0,但是不会为null。
一般来讲,参数已经根据sort参数进行排序。
一般来讲,不可以返回null,除非没有触发任何监听,否则至少需要一个响应值。
过滤的时候请使用
ResultSelectType.filter(ListenResult[])
方法。
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetAnonInfo
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetAuthInfo
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetBanList
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetFileInfo
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetFriendList
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetGroupHomeworkList
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetGroupInfo
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetGroupLinkList
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetGroupList
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetGroupMemberInfo
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetGroupMemberList
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetGroupNoteList
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetGroupTopNote
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetImageInfo
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetLoginQQInfo
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetShareList
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.GetStrangerInfo
-
获取通过此类型请求而获取到的参数的返回值的类型
- resultType() - Method in interface com.forte.qqrobot.beans.messages.get.InfoGet
-
获取通过此类型请求而获取到的参数的返回值的类型
- rich - Static variable in class com.forte.qqrobot.code.CatCodeTypes
-
其他富文本消息
- RobotApiException - Exception in com.forte.qqrobot.exception
-
当Api无法使用的时候将会抛出此异常
- RobotApiException() - Constructor for exception com.forte.qqrobot.exception.RobotApiException
-
- RobotApiException(String) - Constructor for exception com.forte.qqrobot.exception.RobotApiException
-
- RobotApiException(String, Object...) - Constructor for exception com.forte.qqrobot.exception.RobotApiException
-
- RobotApiException(String, Throwable) - Constructor for exception com.forte.qqrobot.exception.RobotApiException
-
- RobotApiException(Throwable) - Constructor for exception com.forte.qqrobot.exception.RobotApiException
-
- RobotApiException(String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.exception.RobotApiException
-
- RobotDevException - Exception in com.forte.qqrobot.exception
-
面象开发者的异常,一般来讲这类异常应当在开发阶段就应该全部处理掉
- RobotDevException() - Constructor for exception com.forte.qqrobot.exception.RobotDevException
-
- RobotDevException(Throwable) - Constructor for exception com.forte.qqrobot.exception.RobotDevException
-
- RobotDevException(String) - Constructor for exception com.forte.qqrobot.exception.RobotDevException
-
- RobotDevException(String, Throwable) - Constructor for exception com.forte.qqrobot.exception.RobotDevException
-
- RobotDevException(String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.exception.RobotDevException
-
- RobotDevException(String, Object...) - Constructor for exception com.forte.qqrobot.exception.RobotDevException
-
- RobotDevException(String, Throwable, Object...) - Constructor for exception com.forte.qqrobot.exception.RobotDevException
-
- RobotDevException(String, Throwable, boolean, boolean, Object...) - Constructor for exception com.forte.qqrobot.exception.RobotDevException
-
- RobotDevException(int, String) - Constructor for exception com.forte.qqrobot.exception.RobotDevException
-
- RobotDevException(int, String, Throwable) - Constructor for exception com.forte.qqrobot.exception.RobotDevException
-
- RobotDevException(int, String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.exception.RobotDevException
-
- RobotException - Exception in com.forte.qqrobot.exception
-
- RobotException() - Constructor for exception com.forte.qqrobot.exception.RobotException
-
- RobotException(String) - Constructor for exception com.forte.qqrobot.exception.RobotException
-
- RobotException(String, Object...) - Constructor for exception com.forte.qqrobot.exception.RobotException
-
- RobotException(String, Throwable) - Constructor for exception com.forte.qqrobot.exception.RobotException
-
- RobotException(String, Throwable, Object...) - Constructor for exception com.forte.qqrobot.exception.RobotException
-
- RobotException(Throwable) - Constructor for exception com.forte.qqrobot.exception.RobotException
-
- RobotException(String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.exception.RobotException
-
- RobotException(String, Throwable, boolean, boolean, Object...) - Constructor for exception com.forte.qqrobot.exception.RobotException
-
- RobotException(int, String) - Constructor for exception com.forte.qqrobot.exception.RobotException
-
不进行语言国际化转化的构造方法
- RobotException(int, String, Throwable) - Constructor for exception com.forte.qqrobot.exception.RobotException
-
不进行语言国际化转化的构造方法
- RobotException(int, String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.exception.RobotException
-
不进行语言国际化转化的构造方法
- RobotRunException - Exception in com.forte.qqrobot.exception
-
一般发生在启动期间的异常
- RobotRunException() - Constructor for exception com.forte.qqrobot.exception.RobotRunException
-
- RobotRunException(String, Object...) - Constructor for exception com.forte.qqrobot.exception.RobotRunException
-
- RobotRunException(String) - Constructor for exception com.forte.qqrobot.exception.RobotRunException
-
- RobotRunException(String, Throwable, Object...) - Constructor for exception com.forte.qqrobot.exception.RobotRunException
-
- RobotRunException(String, Throwable) - Constructor for exception com.forte.qqrobot.exception.RobotRunException
-
- RobotRunException(Throwable) - Constructor for exception com.forte.qqrobot.exception.RobotRunException
-
- RobotRunException(String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.exception.RobotRunException
-
- RobotRunException(String, Throwable, boolean, boolean, Object...) - Constructor for exception com.forte.qqrobot.exception.RobotRunException
-
- RobotRunException(int, String) - Constructor for exception com.forte.qqrobot.exception.RobotRunException
-
不进行语言国际化转化的构造方法
- RobotRunException(int, String, Throwable) - Constructor for exception com.forte.qqrobot.exception.RobotRunException
-
不进行语言国际化转化的构造方法
- RobotRunException(int, String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.exception.RobotRunException
-
不进行语言国际化转化的构造方法
- RobotRuntimeException - Exception in com.forte.qqrobot.exception
-
- RobotRuntimeException() - Constructor for exception com.forte.qqrobot.exception.RobotRuntimeException
-
- RobotRuntimeException(String, Object...) - Constructor for exception com.forte.qqrobot.exception.RobotRuntimeException
-
- RobotRuntimeException(String) - Constructor for exception com.forte.qqrobot.exception.RobotRuntimeException
-
- RobotRuntimeException(String, Throwable, Object...) - Constructor for exception com.forte.qqrobot.exception.RobotRuntimeException
-
- RobotRuntimeException(String, Throwable) - Constructor for exception com.forte.qqrobot.exception.RobotRuntimeException
-
- RobotRuntimeException(Throwable) - Constructor for exception com.forte.qqrobot.exception.RobotRuntimeException
-
- RobotRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.exception.RobotRuntimeException
-
- RobotRuntimeException(String, Throwable, boolean, boolean, Object...) - Constructor for exception com.forte.qqrobot.exception.RobotRuntimeException
-
- RobotRuntimeException(int, String) - Constructor for exception com.forte.qqrobot.exception.RobotRuntimeException
-
不进行语言国际化转化的构造方法
- RobotRuntimeException(int, String, Throwable) - Constructor for exception com.forte.qqrobot.exception.RobotRuntimeException
-
不进行语言国际化转化的构造方法
- RobotRuntimeException(int, String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.exception.RobotRuntimeException
-
不进行语言国际化转化的构造方法
- RootBean - Interface in com.forte.qqrobot.beans.messages
-
所有的消息接口的根接口b
- RootSender - Interface in com.forte.qqrobot.sender.senderlist
-
消息发送汇总接口, 综合了所有的set,send,get相关方法接口
所有方法的布尔返回值均代表方法执行的成功与否。
- RootSenderList - Interface in com.forte.qqrobot.sender.senderlist
-
仅送信器列表的汇总接口
- RootSenderUpper - Interface in com.forte.qqrobot.sender.senderlist
-
将增加接口进行汇总的接口
- rps - Static variable in class com.forte.qqrobot.code.CatCodeTypes
-
猜拳魔法
[CAT:rps,type={1}] - 发送猜拳魔法表情
{1}为猜拳结果的类型,暂不支持发送时自定义。该参数可被忽略。
1 - 猜拳结果为石头
2 - 猜拳结果为剪刀
3 - 猜拳结果为布
- run(Class<?>, String...) - Method in class com.forte.qqrobot.BaseApplication
-
- run(Application<CONFIG>, String...) - Method in class com.forte.qqrobot.BaseApplication
-
执行的主程序
- RUN_LOG - Static variable in class com.forte.qqrobot.BaseApplication
-
启动器使用的日志,前缀为“run”
- runAuto(Class, ClassLoader, String...) - Static method in class com.forte.qqrobot.BaseApplication
-
根据启动器类和自动装载的组件启动器来自动启动
- runAuto(Class, String...) - Static method in class com.forte.qqrobot.BaseApplication
-
根据启动器类和自动装载的组件启动器来自动启动
- RunParameter - Interface in com.forte.qqrobot.system
-
启动程序的时候的参数
类型一般就 String, String[]
- RunParameterImpl - Class in com.forte.qqrobot.system
-
启动程序的时候的参数 impl
- RunParameterImpl(String, String, String[], RunParameterType) - Constructor for class com.forte.qqrobot.system.RunParameterImpl
-
- RunParameters - Class in com.forte.qqrobot.system
-
记录run parameter列表
- RunParameters(RunParameter...) - Constructor for class com.forte.qqrobot.system.RunParameters
-
- RunParameterType - Enum in com.forte.qqrobot.system
-
代表启动参数的类型。
配置,和指令
- RunParameterUtils - Class in com.forte.qqrobot.system
-
- RunParameterUtils() - Constructor for class com.forte.qqrobot.system.RunParameterUtils
-
- runServer(DependCenter, ListenerManager, MsgProcessor, MsgParser) - Method in class com.forte.qqrobot.BaseApplication
-
启动一个服务,这有可能是http或者是ws的监听服务
- runWithApplication(Application<CONFIG>, String...) - Method in class com.forte.qqrobot.BaseApplication
-
- save(T) - Static method in class com.forte.qqrobot.ResourceDispatchCenter
-
记录一个单例对象
- saveConfiguration(T) - Static method in class com.forte.qqrobot.ResourceDispatchCenter
-
保存一个配置类对象
对应的get方法需要在对应的子类中自行书写
- saveListenerManager(ListenerManager) - Static method in class com.forte.qqrobot.ResourceDispatchCenter
-
储存一个监听函数管理器
- scanner(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
包扫描,现在的扫描已经不再仅限于监听器了
- scanner(Class<?>, Object) - Method in class com.forte.qqrobot.listener.invoker.ListenerMethodScanner
-
传入一个可能是监听器对象的Class对象
只对标注了@Beans的函数进行获取
- scanner(Class<?>) - Method in class com.forte.qqrobot.listener.invoker.ListenerMethodScanner
-
没有实例对象的方法扫描
- scanner(Object) - Method in class com.forte.qqrobot.listener.invoker.ListenerMethodScanner
-
有初始实例对象的方法扫描
- scanner(Collection<String>) - Static method in class com.forte.qqrobot.scanner.ScannerManager
-
进行扫描
- scannerListener(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
包扫描普通监听器
- ScannerManager - Class in com.forte.qqrobot.scanner
-
扫描管理器
- SECOND - Static variable in class com.forte.qqrobot.constant.PriorityConstant
-
- SECOND - Static variable in class com.forte.qqrobot.PriorityConstant
-
Deprecated.
- SECOND_LAST - Static variable in class com.forte.qqrobot.constant.PriorityConstant
-
- SECOND_LAST - Static variable in class com.forte.qqrobot.PriorityConstant
-
Deprecated.
- selectNeed(String...) - Method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
从参数列表中筛选出来非多余的参数
- send(Map<String, String>) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
消息发送
- send(Map<String, String>) - Method in class com.forte.qqrobot.sender.senderlist.BaseSender
-
Deprecated.
消息发送
- send(Map<String, String>) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSend
-
消息发送
- SendContext - Class in com.forte.qqrobot.sender.intercept
-
提供一个sender对象
- SendContext(SenderSendList, Method, Object...) - Constructor for class com.forte.qqrobot.sender.intercept.SendContext
-
- sendDiscussMsg(String, String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- sendDiscussMsg(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
发送讨论组消息
- sendDiscussMsg(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
发送讨论组消息
- sendDiscussMsg(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSender
-
Deprecated.
发送讨论组消息
- sendDiscussMsg(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSendList
-
Deprecated.
发送讨论组消息
- sendDiscussMsg(String, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSendList
-
发送讨论组消息
- sendDiscussMsg(GroupCodeAble, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSendList
-
发送讨论组消息
- SENDER - Variable in class com.forte.qqrobot.listener.invoker.ListenInterceptContext
-
- SENDER - Variable in class com.forte.qqrobot.listener.MsgGetContext
-
sender
- SENDER - Variable in class com.forte.qqrobot.sender.intercept.SendContext
-
- SENDER - Variable in class com.forte.qqrobot.sender.MsgSender
-
消息发送器-send
- Sender - Interface in com.forte.qqrobot.sender.senderlist
-
消息发送方法总汇总
- SENDER - Variable in class com.forte.qqrobot.SimpleRobotContext
-
- Senderable - Interface in com.forte.qqrobot.sender
-
为送信器提供送信接口是否存在的方法
送信器中应当存在三种类型的
SenderList
送信接口以发送消息
此接口提供三种方法以为送信器提供送信接口是否存在的方法
- SenderAPI - Class in com.forte.qqrobot.api
-
数据类以储存senderAPI接口中的所有API数据
- SenderAPI() - Constructor for class com.forte.qqrobot.api.SenderAPI
-
- SenderAPIManager - Class in com.forte.qqrobot.api
-
- SenderAPIManager() - Constructor for class com.forte.qqrobot.api.SenderAPIManager
-
- SenderContext<T extends SenderList> - Class in com.forte.qqrobot.sender.intercept
-
送信拦截器所使用的父类上下文对象
- SenderContext(T, Map<String, Object>, Method, Object...) - Constructor for class com.forte.qqrobot.sender.intercept.SenderContext
-
- SenderGet - Interface in com.forte.qqrobot.sender.senderlist
-
提供1个方法以汇总Getter方法
- SenderGetIntercept - Interface in com.forte.qqrobot.sender.intercept
-
- SenderGetList - Interface in com.forte.qqrobot.sender.senderlist
-
get相关方法列表,继承get总方法
1.2.1增加扩充方法
- SenderIntercept<S extends SenderList,C extends SenderContext<S>> - Interface in com.forte.qqrobot.sender.intercept
-
送信器拦截器,用于拦截所有送信器的执行流程
应当存在三个子接口对应三种拦截:Send、Set、Get
※注意事项:当返回值为false的时候,代表拦截操作,不执行原方法以及后续拦截,此时会抛出一个异常:
- SenderInterceptException - Exception in com.forte.qqrobot.sender.intercept
-
- SenderInterceptException() - Constructor for exception com.forte.qqrobot.sender.intercept.SenderInterceptException
-
- SenderInterceptException(String) - Constructor for exception com.forte.qqrobot.sender.intercept.SenderInterceptException
-
- SenderInterceptException(String, Throwable) - Constructor for exception com.forte.qqrobot.sender.intercept.SenderInterceptException
-
- SenderInterceptException(Throwable) - Constructor for exception com.forte.qqrobot.sender.intercept.SenderInterceptException
-
- SenderInterceptException(String, Throwable, boolean, boolean) - Constructor for exception com.forte.qqrobot.sender.intercept.SenderInterceptException
-
- SenderInterceptFactory - Class in com.forte.qqrobot.sender.intercept
-
送信器代理工厂,通过动态代理实现对送信器的拦截。
一般来讲,三大送信器不会频繁变更,所以仅会在启动的时候进行代理。
- SenderInterceptFactory() - Constructor for class com.forte.qqrobot.sender.intercept.SenderInterceptFactory
-
- SenderList - Interface in com.forte.qqrobot.sender.senderlist
-
作为三个接口方法集合(list)相关的父类接口
- SenderListAPI - Annotation Type in com.forte.qqrobot.sender.intercept
-
送信器接口列表API, 用于标记一个API
- SenderSend - Interface in com.forte.qqrobot.sender.senderlist
-
消息发送总控接口,提供一个消息发送的总控接口。
- SenderSendIntercept - Interface in com.forte.qqrobot.sender.intercept
-
- SenderSendList - Interface in com.forte.qqrobot.sender.senderlist
-
SENDER 送信方法
1.2.1增加扩充方法
- SenderSet - Interface in com.forte.qqrobot.sender.senderlist
-
提供方法以便汇总Set类型方法
- SenderSetIntercept - Interface in com.forte.qqrobot.sender.intercept
-
- SenderSetList - Interface in com.forte.qqrobot.sender.senderlist
-
set相关方法接口
1.2.1增加扩充方法
- sendFlower(String, String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- sendFlower(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
送花
- sendFlower(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
送花
- sendFlower(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSender
-
Deprecated.
送花
- sendFlower(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSendList
-
Deprecated.
送花
- sendFlower(String, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSendList
-
送花
- sendFlower(GroupCodeAble, QQCodeAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSendList
-
送花
- sendFlower(CodesAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSendList
-
送花
- sendGroupMsg(String, String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- sendGroupMsg(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
发送群消息
- sendGroupMsg(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
发送群消息
- sendGroupMsg(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSender
-
Deprecated.
发送群消息
- sendGroupMsg(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSendList
-
Deprecated.
发送群消息
- sendGroupMsg(String, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSendList
-
发送群消息
- sendGroupMsg(GroupCodeAble, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSendList
-
发送群消息
- sendGroupNotice(String, String, String, boolean, boolean, boolean) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- sendGroupNotice(String, String, String, boolean, boolean, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
发布群公告
目前,top、toNewMember、confirm参数是无效的
- sendGroupNotice(String, String, String, boolean, boolean, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
发布群公告
目前,top、toNewMember、confirm参数是无效的
- sendGroupNotice(String, String, String, boolean, boolean, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSendList
-
发布群公告
目前,top、toNewMember、confirm参数是无效的
- sendGroupNotice(String, String, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSendList
-
发布群公告
目前,top、toNewMember、confirm参数是无效的
- sendLike(String, int) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- sendLike(String, int) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
发送名片赞
- sendLike(String, int) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
发送名片赞
- sendLike(String, int) - Method in class com.forte.qqrobot.sender.senderlist.BaseSender
-
Deprecated.
发送名片赞
- sendLike(String, int) - Method in class com.forte.qqrobot.sender.senderlist.BaseSendList
-
Deprecated.
发送名片赞
- sendLike(String, int) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSendList
-
发送名片赞
- sendLike(QQCodeAble, int) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSendList
-
发送名片赞
- sendPrivateMsg(String, String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- sendPrivateMsg(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
发送私聊信息
- sendPrivateMsg(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
发送私聊信息
- sendPrivateMsg(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSender
-
Deprecated.
发送私聊信息
- sendPrivateMsg(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSendList
-
Deprecated.
发送私聊信息
- sendPrivateMsg(String, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSendList
-
发送私聊信息
- sendPrivateMsg(QQCodeAble, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSendList
-
发送私聊信息
- set(String, Object) - Method in class com.forte.qqrobot.intercept.BaseContext
-
记录一个当前上下文参数
- set(String, Object) - Method in interface com.forte.qqrobot.intercept.Context
-
记录一个当前上下文参数
- set(Map<String, String>) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
设置类型接口汇总方法
- set(Map<String, String>) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
设置类型接口汇总方法
- set(Map<String, String>) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSet
-
设置类型接口汇总方法
- set(Class<? extends T>, T) - Method in class com.forte.qqrobot.utils.SingleFactory
-
记录一个单例
- set(T) - Method in class com.forte.qqrobot.utils.SingleFactory
-
记录一个单例,不指定class
- set(Class<? extends T>, Supplier<? extends T>) - Method in class com.forte.qqrobot.utils.SingleFactory
-
记录一个单例
- set(Supplier<? extends T>) - Method in class com.forte.qqrobot.utils.SingleFactory
-
记录一个单例,不指定class
- setActive(String[]) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setAdminList(String[]) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setAdminNickList(Map<String, String>) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setAge(Integer) - Method in class com.forte.qqrobot.beans.messages.result.AbstractStrangerInfo
-
- setAllDepend(boolean) - Method in class com.forte.qqrobot.depend.Beans
-
- setAllDepend(boolean) - Method in class com.forte.qqrobot.depend.BeansData
-
- setAllowChangeNick(Boolean) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- setAllowChangeNick(Boolean) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- setAndGet(Class<? extends T>, T) - Method in class com.forte.qqrobot.utils.SingleFactory
-
记录一个单例并获取单例实例
- setAndGet(T) - Method in class com.forte.qqrobot.utils.SingleFactory
-
记录一个单例并获取单例实例,不指定class
- setAndGet(Class<? extends T>, Supplier<? extends T>) - Method in class com.forte.qqrobot.utils.SingleFactory
-
记录一个单例并获取单例实例
- setAndGet(Supplier<? extends T>) - Method in class com.forte.qqrobot.utils.SingleFactory
-
记录一个单例,不指定class
- setAnnoNick(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- setAnnoQQ(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- setAnonName(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractAnonInfo
-
- setArgs(String[]) - Method in class com.forte.qqrobot.BaseApplication
-
设置执行参数
- setBanTime(Long) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- setBanType(GroupBanType) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupBan
-
- setBeans(BeansData) - Method in class com.forte.qqrobot.depend.Beans
-
- setBeOperatedQQ(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAdminChange
-
- setBeOperatedQQ(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupBan
-
- setBeOperatedQQ(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMemberIncrease
-
- setBeOperatedQQ(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMemberReduce
-
- setBlack(Boolean) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- setBlack(Boolean) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- setBlockingFactor(Double) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setBoard(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setBotCheck(Boolean) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setBotCode(String) - Method in class com.forte.qqrobot.bot.BotInfoImpl
-
- setBusid(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractFileInfo
-
- setBusid(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- setCheckBot(boolean) - Method in class com.forte.qqrobot.listener.invoker.ListenerManager
-
- setCheckVersion(Boolean) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setChildren(Beans[]) - Method in class com.forte.qqrobot.depend.Beans
-
- setCity(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- setCity(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- setClassLoader(ClassLoader) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setCode(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractAuthInfo
-
- setCode(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setCode(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- setCode(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroup
-
- setCode(int) - Method in class com.forte.qqrobot.sender.HttpRespImpl
-
- setCompleteIntro(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setConfigProperties(ConfigProperties) - Method in class com.forte.qqrobot.BaseConfiguration
-
使用者不需要设置
- setConstructor(Class[]) - Method in class com.forte.qqrobot.depend.BeansData
-
- setContext(String, Object) - Method in class com.forte.qqrobot.BaseApplication
-
- SetContext - Class in com.forte.qqrobot.sender.intercept
-
- SetContext(SenderSetList, Method, Object...) - Constructor for class com.forte.qqrobot.sender.intercept.SetContext
-
- setCookies(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractAuthInfo
-
- setCorePoolSize(Integer) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setCorePoolSize(int) - Method in class com.forte.qqrobot.utils.BaseLocalThreadPool.PoolConfig
-
- setCorePoolSize(int) - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
Deprecated.
- setCourseId(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- setCourseName(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- setCoursePic(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- setCqCodeTypeName(String) - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
设置cq码的参数
- setCqCodeTypes(CQCodeTypes) - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
- setCqPath(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setCreateTime(Long) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setCreateTime(Long) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- setCsrfToken(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractAuthInfo
-
- setDefaultAllDepend(boolean) - Static method in class com.forte.qqrobot.depend.Beans
-
- setDefaultBot(String) - Method in interface com.forte.qqrobot.bot.BotManager
-
设置默认bot的账号信息
- setDefaultBot(String) - Method in class com.forte.qqrobot.bot.BotManagerImpl
-
设置默认bot的账号信息
- setDefaultBotInfo(BotInfo) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setDefaultInstanceNeed(NameTypeEntry[]) - Static method in class com.forte.qqrobot.depend.Beans
-
- setDefaultName(String) - Static method in class com.forte.qqrobot.sender.HttpClientHelper
-
切换默认的client名称
- setDefaultSingle(boolean) - Static method in class com.forte.qqrobot.depend.Beans
-
- setDefaultThreadFactory(ThreadFactory) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setDefaultThreadFactory(ThreadFactory) - Method in class com.forte.qqrobot.utils.BaseLocalThreadPool.PoolConfig
-
- setDefaultThreadFactory(ThreadFactory) - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
Deprecated.
- setDepend(Depend) - Method in class com.forte.qqrobot.depend.BeansData
-
- setDependGetter(DependGetter) - Method in class com.forte.qqrobot.BaseConfiguration
-
配置依赖获取器
- setDependGetter(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
通过类的全包路径进行指定,通过反射创建实例
- setDiscussLeave(String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- setDiscussLeave(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
退出讨论组
- setDiscussLeave(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
退出讨论组
- setDiscussLeave(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
退出讨论组
- setDiscussLeave(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
退出讨论组
- setDiscussLeave(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
退出讨论组
- setDiscussLeave(GroupCodeAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
退出讨论组
- setDLTimes(Integer) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- setEnableServer(Boolean) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setEncode(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setError(Exception) - Method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- setException(T) - Method in class com.forte.qqrobot.listener.error.ExceptionHandleContextImpl
-
- setExTitle(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- setExTitle(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- setExTitleTime(Long) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- setExTitleTime(Long) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- setFaceMsg(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- setFaceMsg(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- setFather(Class<?>) - Method in class com.forte.qqrobot.depend.Beans
-
- setFileBase64(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractImageInfo
-
- setFileBusid(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupFileUpload
-
- setFileName(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupFileUpload
-
- setFileName(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractFileInfo
-
- setFilePath(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- setFileSize(Long) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupFileUpload
-
- setFileSize(Long) - Method in class com.forte.qqrobot.beans.messages.result.AbstractFileInfo
-
- setFlag(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractFriendAddRequest
-
- setFlag(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAddRequest
-
- setFont(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractMsgGet
-
- setFont(String) - Method in interface com.forte.qqrobot.beans.messages.msgget.EventGet
-
- setFriendAddRequest(String, String, boolean) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- setFriendAddRequest(String, String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
好友请求申请
- setFriendAddRequest(String, String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
好友请求申请
- setFriendAddRequest(String, String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
好友请求申请
- setFriendAddRequest(String, String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
好友请求申请
- setFriendAddRequest(String, String, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
好友请求申请
- setFriendAddRequest(FriendAddRequest, String, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
好友请求申请
- setFriendAddRequestAgree(String, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
同意好友申请
- setFriendAddRequestAgree(FriendAddRequest, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
同意好友申请
- setFriendAddRequestDisagree(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
拒绝好友申请
- setFriendAddRequestDisagree(FriendAddRequest) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
拒绝好友申请
- setGetInstanceFunction(Function<Object[], T>) - Method in class com.forte.qqrobot.depend.Beans
-
- setGetter(GET) - Method in class com.forte.qqrobot.BaseApplication.DefaultSenders
-
- setGlobal(String, Object) - Method in class com.forte.qqrobot.intercept.BaseContext
-
- setGlobal(String, Object) - Method in interface com.forte.qqrobot.intercept.Context
-
记录一个全局上下文参数
- setGlobalLevel(LogLevel) - Static method in class com.forte.qqrobot.log.QQLog
-
- setGroup(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractDiscussMsg
-
- setGroup(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAddRequest
-
- setGroup(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAdminChange
-
- setGroup(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupBan
-
- setGroup(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupFileUpload
-
- setGroup(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMemberIncrease
-
- setGroup(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMemberReduce
-
- setGroup(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMsg
-
- setGroup(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- setGroupAddRequest(String, GroupAddRequestType, boolean, String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- setGroupAddRequest(String, GroupAddRequestType, boolean, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
群添加申请
- setGroupAddRequest(String, GroupAddRequestType, boolean, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
群添加申请
- setGroupAddRequest(String, GroupAddRequestType, boolean, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
群添加申请
- setGroupAddRequest(String, GroupAddRequestType, boolean, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
群添加申请
- setGroupAddRequest(String, GroupAddRequestType, boolean, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
群添加申请
- setGroupAddRequest(GroupAddRequest, boolean, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
群添加申请
- setGroupAddRequestAgree(String, GroupAddRequestType) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
同意群添加申请
- setGroupAddRequestAgree(GroupAddRequest) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
同意群添加申请
- setGroupAddRequestDisagree(String, GroupAddRequestType, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
拒绝群添加申请
- setGroupAddRequestDisagree(GroupAddRequest, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
拒绝群添加申请
- setGroupAdmin(String, String, boolean) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- setGroupAdmin(String, String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
设置群管理员
- setGroupAdmin(String, String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
设置群管理员
- setGroupAdmin(String, String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
设置群管理员
- setGroupAdmin(String, String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
设置群管理员
- setGroupAdmin(String, String, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
设置群管理员
- setGroupAdmin(GroupCodeAble, QQCodeAble, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
设置群管理员
- setGroupAdmin(CodesAble, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
设置群管理员
- setGroupAnonymous(String, boolean) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- setGroupAnonymous(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
是否允许群匿名聊天
- setGroupAnonymous(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
是否允许群匿名聊天
- setGroupAnonymous(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
是否允许群匿名聊天
- setGroupAnonymous(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
是否允许群匿名聊天
- setGroupAnonymous(String, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
是否允许群匿名聊天
- setGroupAnonymous(GroupCodeAble, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
是否允许群匿名聊天
- setGroupAnonymousBan(String, String, long) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- setGroupAnonymousBan(String, String, long) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
设置匿名成员禁言
- setGroupAnonymousBan(String, String, long) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
设置匿名成员禁言
- setGroupAnonymousBan(String, String, long) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
设置匿名成员禁言
- setGroupAnonymousBan(String, String, long) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
设置匿名成员禁言
- setGroupAnonymousBan(String, String, long) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
设置匿名成员禁言
- setGroupBan(String, String, long) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- setGroupBan(String, String, long) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
设置群禁言
- setGroupBan(String, String, long) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
设置群禁言
- setGroupBan(String, String, long) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
设置群禁言
- setGroupBan(String, String, long) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
设置群禁言
- setGroupBan(String, String, long) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
设置群禁言
- setGroupBan(GroupCodeAble, QQCodeAble, long) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
设置群禁言
- setGroupBan(CodesAble, long) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
设置群禁言
- setGroupCard(String, String, String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- setGroupCard(String, String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
设置群成员名片
- setGroupCard(String, String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
设置群成员名片
- setGroupCard(String, String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
设置群成员名片
- setGroupCard(String, String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
设置群成员名片
- setGroupCard(String, String, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
设置群成员名片
- setGroupCard(GroupCodeAble, QQCodeAble, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
设置群成员名片
- setGroupCard(CodesAble, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
设置群成员名片
- setGroupExclusiveTitle(String, String, String, long) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- setGroupExclusiveTitle(String, String, String, long) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
设置群成员专属头衔
- setGroupExclusiveTitle(String, String, String, long) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
设置群成员专属头衔
- setGroupExclusiveTitle(String, String, String, long) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
设置群成员专属头衔
- setGroupExclusiveTitle(String, String, String, long) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
设置群成员专属头衔
- setGroupExclusiveTitle(String, String, String, long) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
设置群成员专属头衔
- setGroupExclusiveTitle(GroupCodeAble, QQCodeAble, String, long) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
设置群成员专属头衔
- setGroupExclusiveTitle(CodesAble, String, long) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
设置群成员专属头衔
- setGroupFileDelete(String, String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- setGroupFileDelete(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
删除群文件
! 此接口可能不成熟
- setGroupFileDelete(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
删除群文件
! 此接口可能不成熟
- setGroupFileDelete(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
删除群文件
! 此接口可能不成熟
- setGroupFileDelete(String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
删除群文件
! 此接口可能不成熟
- setGroupFileDelete(String, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
删除群文件
! 此接口可能不成熟
- setGroupFileDelete(GroupCodeAble, String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
删除群文件
- setGroupLeave(String, boolean) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- setGroupLeave(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
退出群
- setGroupLeave(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
退出群
- setGroupLeave(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
退出群
- setGroupLeave(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
退出群
- setGroupLeave(String, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
退出群
- setGroupLeave(GroupCodeAble, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
退出群
- setGroupLeave(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
退出群
- setGroupLeave(GroupCodeAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
退出群
- setGroupMemberKick(String, String, boolean) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- setGroupMemberKick(String, String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
踢出群成员
- setGroupMemberKick(String, String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
踢出群成员
- setGroupMemberKick(String, String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
踢出群成员
- setGroupMemberKick(String, String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
踢出群成员
- setGroupMemberKick(String, String, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
踢出群成员
- setGroupMemberKick(GroupCodeAble, QQCodeAble, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
踢出群成员
- setGroupMemberKick(CodesAble, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
踢出群成员
- setGroupSign(String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- setGroupSign(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
群签到
- setGroupSign(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
群签到
内部提供一个默认实现的接口
- setGroupSign(String, String, String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
群签到
内部提供一个默认实现的接口
- setGroupSign(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
群签到
- setGroupSign(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
群签到
- setGroupSign(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
群签到
- setGroupSign(GroupCodeAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
群签到
- setGroupWholeBan(String, boolean) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- setGroupWholeBan(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
设置全群禁言
- setGroupWholeBan(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
设置全群禁言
- setGroupWholeBan(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
设置全群禁言
- setGroupWholeBan(String, boolean) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
设置全群禁言
- setGroupWholeBan(String, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
设置全群禁言
- setGroupWholeBan(GroupCodeAble, boolean) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
设置全群禁言
- setHeadImgUrl(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- setHeadUrl(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractLoginQQInfo
-
- setHeadUrl(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractStrangerInfo
-
- setHeadUrl(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- setHeight(Double) - Method in class com.forte.qqrobot.beans.messages.result.AbstractImageInfo
-
- setHttpTemplate(HttpClientAble) - Method in class com.forte.qqrobot.sender.HttpClientHelper
-
- setIcon(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- setId(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractMsgGet
-
- setId(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractAnonInfo
-
- setId(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractFileInfo
-
- setId(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- setId(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- setId(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- setId(String) - Method in class com.forte.qqrobot.listener.error.ExceptionHandleContextImpl
-
- setInfo(LoginInfo) - Method in class com.forte.qqrobot.bot.BotInfoImpl
-
- setInit(boolean) - Method in class com.forte.qqrobot.depend.Beans
-
- setInit(boolean) - Method in class com.forte.qqrobot.depend.BeansData
-
- setInstanceNeed(NameTypeEntry[]) - Method in class com.forte.qqrobot.depend.Beans
-
- setIp(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
Deprecated.
- setJoinTime(Long) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- setJoinTime(Long) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- setKeepAliveTime(Long) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setKeepAliveTime(long) - Method in class com.forte.qqrobot.utils.BaseLocalThreadPool.PoolConfig
-
- setKeepAliveTime(long) - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
Deprecated.
- setLanguage(Locale) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setLanguageByTag(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setLastTime(Long) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- setLastTime(Long) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractBanInfo
-
- setLastTime(Long) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- setLevel(Integer) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setLevel(Integer) - Method in class com.forte.qqrobot.beans.messages.result.AbstractLoginQQInfo
-
- setLevel(Integer) - Method in class com.forte.qqrobot.beans.messages.result.AbstractStrangerInfo
-
- setLevelName(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- setLevelName(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- setLevelNames(Map<String, String>) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setList(T[]) - Method in class com.forte.qqrobot.beans.messages.result.AbstractInfoResultList
-
- setListenContext(ListenContext) - Method in class com.forte.qqrobot.listener.error.ExceptionHandleContextImpl
-
- setLocal() - Method in class com.forte.qqrobot.listener.ListenContext
-
将自己存入线程LOCAL中
- setLocalName(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- setLocalQQCode(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
Deprecated.
- setLocalQQNick(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
Deprecated.
- setLocalServerEnable(boolean) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setLocalServerPort(int) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setLocalValue(ListenContext) - Static method in class com.forte.qqrobot.listener.ListenContext
-
设置一个本地线程内容
- setLogBack(QQLogBack) - Static method in class com.forte.qqrobot.log.QQLog
-
- setLoginQQInfo(LoginQQInfo) - Method in class com.forte.qqrobot.BaseConfiguration
-
Deprecated.
- setLogLevel(LogLevel) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setLogLevelByName(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setManager(Boolean) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractBanInfo
-
- setMaximumPoolSize(Integer) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setMaximumPoolSize(int) - Method in class com.forte.qqrobot.utils.BaseLocalThreadPool.PoolConfig
-
- setMaximumPoolSize(int) - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
Deprecated.
- setMaxMember(Integer) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setMD5(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractImageInfo
-
- setMemberNum(Integer) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setMethod(Method) - Method in class com.forte.qqrobot.sender.intercept.SenderContext
-
- setModiflyTime(Long) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- setMsg(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractFriendAddRequest
-
- setMsg(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAddRequest
-
- setMsg(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractMsgGet
-
- setMsg(String) - Method in interface com.forte.qqrobot.beans.messages.msgget.EventGet
-
- setMsg(String) - Method in interface com.forte.qqrobot.beans.messages.msgget.MsgGet
-
重新设置消息
- setMsg(Function<String, String>) - Method in interface com.forte.qqrobot.beans.messages.msgget.MsgGet
-
根据当前的msg来更新msg信息。
oldMsg -> newMsg
- setMsg(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- setMsg(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- setMsgGet(MsgGet) - Method in class com.forte.qqrobot.listener.error.ExceptionHandleContextImpl
-
- setMsgGet(MsgGet) - Method in class com.forte.qqrobot.listener.MsgGetContext
-
- setMsgRecall(String) - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- setMsgRecall(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
消息撤回 似乎只需要一个消息ID即可
需要pro
- setMsgRecall(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
消息撤回 似乎只需要一个消息ID即可
需要pro
- setMsgRecall(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
消息撤回 似乎只需要一个消息ID即可
需要pro
- setMsgRecall(String) - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
消息撤回 似乎只需要一个消息ID即可
需要pro
- setMsgRecall(String) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
消息撤回 似乎只需要一个消息ID即可
需要pro
- setMsgRecall(FlagAble) - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
消息撤回 似乎只需要一个消息ID即可
需要pro
- setMsgSender(MsgSender) - Method in class com.forte.qqrobot.listener.error.ExceptionHandleContextImpl
-
- setName(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setName(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractLoginQQInfo
-
- setName(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractStrangerInfo
-
- setName(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractFriend
-
- setName(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroup
-
- setName(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- setName(String) - Method in class com.forte.qqrobot.depend.Beans
-
- setNeedFeedBack(Boolean) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- setNick(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractDiscussMsg
-
- setNick(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMsg
-
- setNick(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractPrivateMsg
-
- setNick(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- setNickname(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- setNickName(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractBanInfo
-
- setNickname(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- setNormal(String, Object) - Method in class com.forte.qqrobot.listener.ListenContext
-
- setOpenType(Integer) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setOperatorQQ(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAdminChange
-
- setOperatorQQ(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupBan
-
- setOperatorQQ(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMemberIncrease
-
- setOperatorQQ(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMemberReduce
-
- setOriginalData(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractMsgGet
-
- setOriginalData(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractInfoResult
-
- setOriginalData(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractResultInner
-
- setOwnerQQ(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setParams(Object[]) - Method in class com.forte.qqrobot.sender.intercept.SenderContext
-
- setPath(String) - Method in class com.forte.qqrobot.bot.BotInfoImpl
-
- setPicUrl(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupLink
-
- setPoolConfig(BaseLocalThreadPool.PoolConfig) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setPos(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setPower(PowerType) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- setPowerType(PowerType) - Method in interface com.forte.qqrobot.beans.messages.PowerAble
-
重新定义此人的权限
- setPowerType(PowerType) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- setPriority(int) - Method in class com.forte.qqrobot.depend.Beans
-
- setPriority(int) - Method in class com.forte.qqrobot.depend.BeansData
-
- setQQ(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractDiscussMsg
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractDiscussMsg
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractFriendAdd
-
- setQQ(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractFriendAdd
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractFriendAddRequest
-
- setQQ(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractFriendAddRequest
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAddRequest
-
- setQQ(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAddRequest
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAdminChange
-
- setQQ(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAdminChange
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupFileUpload
-
- setQQ(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupFileUpload
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMsg
-
- setQQ(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMsg
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractPrivateMsg
-
- setQQ(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractPrivateMsg
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractLoginQQInfo
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractStrangerInfo
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractBanInfo
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractFriend
-
- setQQ(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractFriend
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupLink
-
- setQQ(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupLink
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- setQQ(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- setQQ(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- setQq(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- setQQ(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- setReadNum(Integer) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- setReadNum(Integer) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- setReasonPhrase(String) - Method in class com.forte.qqrobot.sender.HttpRespImpl
-
- setRemark(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractDiscussMsg
-
- setRemark(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMsg
-
- setRemark(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractPrivateMsg
-
- setRemark(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- setRemark(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- setRequestType(GroupAddRequestType) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAddRequest
-
- setResponse(String) - Method in class com.forte.qqrobot.sender.HttpRespImpl
-
- setResult(Object) - Method in class com.forte.qqrobot.listener.invoker.ListenInterceptContext
-
- setResult(T) - Method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- setResultSelectType(ResultSelectType) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setResultSelectTypeByName(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setScannerPackage(String...) - Method in class com.forte.qqrobot.BaseConfiguration
-
配置需要进行扫描的路径
- setSearchType(Integer) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setSender(SEND) - Method in class com.forte.qqrobot.BaseApplication.DefaultSenders
-
- setSender(BotSender) - Method in class com.forte.qqrobot.bot.BotInfoImpl
-
- setSenderGetIntercepts(SenderGetIntercept...) - Static method in class com.forte.qqrobot.sender.MsgSender
-
设置get送信器拦截
- setSenderSendIntercepts(SenderSendIntercept...) - Static method in class com.forte.qqrobot.sender.MsgSender
-
设置send送信器拦截
- setSenderSetIntercepts(SenderSetIntercept...) - Static method in class com.forte.qqrobot.sender.MsgSender
-
设置set送信器拦截
- setSetter(SET) - Method in class com.forte.qqrobot.BaseApplication.DefaultSenders
-
- setSex(SexType) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupMemberInfo
-
- setSex(SexType) - Method in class com.forte.qqrobot.beans.messages.result.AbstractStrangerInfo
-
- setSex(SexType) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupMember
-
- setShowEditCard(boolean) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- setShowEditCard(Boolean) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- setSign() - Method in class com.forte.qqrobot.sender.ProxyRootSender
-
- setSign() - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSender
-
Deprecated.
打卡
- setSign() - Method in class com.forte.qqrobot.sender.senderlist.BaseRootSenderList
-
打卡
- setSign() - Method in class com.forte.qqrobot.sender.senderlist.BaseSetList
-
Deprecated.
打卡
- setSign() - Method in class com.forte.qqrobot.sender.senderlist.BaseSetter
-
Deprecated.
打卡
- setSign() - Method in interface com.forte.qqrobot.sender.senderlist.SenderSetList
-
打卡
- setSimpleIntro(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setSingle(boolean) - Method in class com.forte.qqrobot.depend.Beans
-
- setSingle(boolean) - Method in class com.forte.qqrobot.depend.BeansData
-
- setSize(Long) - Method in class com.forte.qqrobot.beans.messages.result.AbstractImageInfo
-
- setSize(Long) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractShare
-
- setSort(int) - Method in class com.forte.qqrobot.listener.error.ExceptionHandleContextImpl
-
- setSort(int) - Method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- setStatus(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- setSuccess(boolean) - Method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- setSuccess(Boolean) - Method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- setTags(String[]) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- SETTER - Variable in class com.forte.qqrobot.listener.invoker.ListenInterceptContext
-
- SETTER - Variable in class com.forte.qqrobot.listener.MsgGetContext
-
setter
- SETTER - Variable in class com.forte.qqrobot.sender.intercept.SetContext
-
- SETTER - Variable in class com.forte.qqrobot.sender.MsgSender
-
消息发送器-set
- Setter - Interface in com.forte.qqrobot.sender.senderlist
-
Set相关方法总汇总
- SETTER - Variable in class com.forte.qqrobot.SimpleRobotContext
-
- SetterUpper - Interface in com.forte.qqrobot.sender.senderlist
-
- setText(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractContent
-
- setThisCode(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractMsgGet
-
- setThisCode(String) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractPrivateMsg
-
- setThisCode(String) - Method in interface com.forte.qqrobot.beans.messages.ThisCodeAble
-
允许重新定义Code以实现在存在多个机器人的时候切换处理。
- setTime(Long) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupBan
-
- setTime(Long) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractMsgGet
-
- setTime(Long) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- setTime(Long) - Method in class com.forte.qqrobot.beans.messages.result.AbstractImageInfo
-
- setTime(Long) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- setTime(Long) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupLink
-
- setTime(Long) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- setTimeUnit(TimeUnit) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setTimeUnit(TimeUnit) - Method in class com.forte.qqrobot.utils.BaseLocalThreadPool.PoolConfig
-
- setTimeUnit(TimeUnit) - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
Deprecated.
- setTimeUnitByName(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
通过name获取枚举对象
- setTitle(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- setTitle(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- setTitle(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupLink
-
- setTitle(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- setToBreak(Boolean) - Method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- setToBreakPlugin(Boolean) - Method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- setToken(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractAnonInfo
-
- setType(CQCodeTypes) - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
重新设置CQCode的type
- setType(GroupAdminChangeType) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupAdminChange
-
- setType(IncreaseType) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMemberIncrease
-
- setType(ReduceType) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMemberReduce
-
- setType(GroupMsgType) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractGroupMsg
-
- setType(PrivateMsgType) - Method in class com.forte.qqrobot.beans.messages.msgget.AbstractPrivateMsg
-
- setType(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setType(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractContent
-
- setType(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupHomework
-
- setType(Class<T>) - Method in class com.forte.qqrobot.depend.Beans
-
- setTypeId(Integer) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupInfo
-
- setTypeId(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractGroupTopNote
-
- setTypeId(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupNote
-
- setTypes(MsgGetTypes) - Method in class com.forte.qqrobot.listener.MsgGetContext
-
- setUrl(String) - Method in class com.forte.qqrobot.beans.messages.result.AbstractImageInfo
-
- setUrl(String) - Method in class com.forte.qqrobot.beans.messages.result.inner.AbstractGroupLink
-
- setValue(String) - Method in class com.forte.qqrobot.beans.cqcode.CQCode.CQCodeEntry
-
Deprecated.
设置值,不可操作final参数
自动转义
- setValue(String) - Method in class com.forte.qqrobot.depend.BeansData
-
- setValue(Class<T>) - Method in class com.forte.qqrobot.depend.NameTypeEntry
-
Deprecated.
- setValue(T) - Method in class com.forte.qqrobot.intercept.BaseContext
-
- setValue(T) - Method in interface com.forte.qqrobot.intercept.Context
-
- setValue(ListenerMethod) - Method in class com.forte.qqrobot.listener.invoker.ListenInterceptContext
-
Deprecated.
- setValue(T, Consumer<Map<String, Object>>) - Static method in class com.forte.qqrobot.utils.AnnotationValueUtils
-
修改Annotation的值
- setValue(T, String, Object) - Static method in class com.forte.qqrobot.utils.AnnotationValueUtils
-
修改Annotation的值
- setValue(T, Pair<String, Object>...) - Static method in class com.forte.qqrobot.utils.AnnotationValueUtils
-
修改Annotation的值
- setWidth(Double) - Method in class com.forte.qqrobot.beans.messages.result.AbstractImageInfo
-
- setWorkQueue(BlockingQueue<Runnable>) - Method in class com.forte.qqrobot.BaseConfiguration
-
- setWorkQueue(BlockingQueue<Runnable>) - Method in class com.forte.qqrobot.utils.BaseLocalThreadPool.PoolConfig
-
- setWorkQueue(BlockingQueue<Runnable>) - Static method in class com.forte.qqrobot.utils.BaseLocalThreadPool
-
Deprecated.
- setWorkQueueFrom(String) - Method in class com.forte.qqrobot.BaseConfiguration
-
- SEVENTH - Static variable in class com.forte.qqrobot.constant.PriorityConstant
-
- SEVENTH - Static variable in class com.forte.qqrobot.PriorityConstant
-
Deprecated.
- SEVENTH_LAST - Static variable in class com.forte.qqrobot.constant.PriorityConstant
-
- SEVENTH_LAST - Static variable in class com.forte.qqrobot.PriorityConstant
-
Deprecated.
- SEX - Variable in enum com.forte.qqrobot.beans.messages.types.SexType
-
- SexType - Enum in com.forte.qqrobot.beans.messages.types
-
性别相关枚举
- sface - Static variable in class com.forte.qqrobot.code.CatCodeTypes
-
[CAT:sface,id={1}] - 小表情
{1}为该小表情的ID
- shake - Static variable in class com.forte.qqrobot.code.CatCodeTypes
-
[CAT:shake] - 戳一戳(原窗口抖动,仅支持好友消息使用)
- Share - Interface in com.forte.qqrobot.beans.messages.result.inner
-
分享(文件)
- share - Static variable in class com.forte.qqrobot.code.CatCodeTypes
-
[CAT:share,url={1},title={2},content={3},image={4}] - 发送链接分享
{1}为分享链接。
{2}为分享的标题,建议12字以内。
{3}为分享的简介,建议30字以内。该参数可被忽略。
{4}为分享的图片链接。若参数为空或被忽略,则显示默认图片。
注意:链接分享只能作为单独的一条消息发送
- ShareList - Interface in com.forte.qqrobot.beans.messages.result
-
群共享文件列表
- show - Static variable in class com.forte.qqrobot.code.CatCodeTypes
-
厘米秀一类的东西
content, qq都可以被忽略
- sign - Static variable in class com.forte.qqrobot.code.CatCodeTypes
-
签到
[CAT:sign,location={1},title={2},image={3}]
该CQ码仅支持接收。
{1} 用户签到的地点,为中文字串
{2} 用户签到时发表的心情文字
{3} 签到卡片所使用的背景图片连接
- SimpleRobotApplication - Annotation Type in com.forte.qqrobot
-
使用注解启动器
- SimpleRobotConfiguration - Annotation Type in com.forte.qqrobot
-
- SimpleRobotContext<SEND extends SenderSendList,SET extends SenderSetList,GET extends SenderGetList,CONFIG extends BaseConfiguration,APPLICATION extends BaseApplication> - Class in com.forte.qqrobot
-
SimpleRobotContext, 在启动器执行run方法后所得到的结果
- SimpleRobotContext(SEND, SET, GET, BotManager, MsgParser, MsgProcessor, DependCenter, CONFIG, APPLICATION) - Constructor for class com.forte.qqrobot.SimpleRobotContext
-
构造函数
- single() - Method in class com.forte.qqrobot.depend.BeansData
-
- SingleFactory - Class in com.forte.qqrobot.utils
-
基于CAS原理的单例工厂
单例原理为基于CAS的乐观锁懒汉式单例
使用工厂方法创建一个不会重名的实例对象
- SIXTH - Static variable in class com.forte.qqrobot.constant.PriorityConstant
-
- SIXTH - Static variable in class com.forte.qqrobot.PriorityConstant
-
Deprecated.
- SIXTH_LAST - Static variable in class com.forte.qqrobot.constant.PriorityConstant
-
- SIXTH_LAST - Static variable in class com.forte.qqrobot.PriorityConstant
-
Deprecated.
- size() - Method in interface com.forte.qqrobot.beans.cqcode.AppendList
-
Deprecated.
获取长度
- size() - Method in class com.forte.qqrobot.beans.cqcode.CQAppendList
-
Deprecated.
- size() - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
此CQ码参数的数量
- size() - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- size() - Method in class com.forte.qqrobot.utils.BooleanMap
-
Returns the number of key-value mappings in this map.
- skip(long) - Method in class com.forte.qqrobot.utils.EmptyInputStream
-
- sort() - Method in interface com.forte.qqrobot.intercept.Interceptor
-
- sort() - Method in interface com.forte.qqrobot.listener.ListenerInfo
-
排序索引
- sort() - Method in class com.forte.qqrobot.system.limit.LimitIntercept
-
优先级为+3
- sortValue() - Method in interface com.forte.qqrobot.listener.result.ListenResult
-
获取返回值的排序值
- sortValue() - Method in class com.forte.qqrobot.listener.result.ListenResultImpl
-
- Spare - Annotation Type in com.forte.qqrobot.anno
-
Spare:备用
被此注解标驻的监听器方法将会在没有其他监听器被触发的时候再被触发
- SPLIT - Static variable in class com.forte.qqrobot.code.CatCodeTypes
-
- splitToList(String) - Method in class com.forte.qqrobot.utils.CQCodeUtil
-
Deprecated.
根据消息内容对普通消息与CQ码相关消息进行分隔。
消息需要是转义前的消息,否则会出现问题。
- SRSafeError - Error in com.forte.qqrobot.exception.safe
-
Deprecated.
- SRSafeError() - Constructor for error com.forte.qqrobot.exception.safe.SRSafeError
-
Deprecated.
Constructs a new error with null
as its detail message.
- SRSafeError(String) - Constructor for error com.forte.qqrobot.exception.safe.SRSafeError
-
Deprecated.
Constructs a new error with the specified detail message.
- SRSafeError(String, Throwable) - Constructor for error com.forte.qqrobot.exception.safe.SRSafeError
-
Deprecated.
Constructs a new error with the specified detail message and
cause.
- SRSafeError(Throwable) - Constructor for error com.forte.qqrobot.exception.safe.SRSafeError
-
Deprecated.
Constructs a new error with the specified cause and a detail
message of (cause==null ? null : cause.toString())
(which
typically contains the class and detail message of cause
).
- SRSafeError(String, Throwable, boolean, boolean) - Constructor for error com.forte.qqrobot.exception.safe.SRSafeError
-
Deprecated.
Constructs a new error with the specified detail message,
cause, suppression enabled or disabled, and writable stack
trace enabled or disabled.
- start(StdSchedulerFactory) - Method in class com.forte.qqrobot.timetask.TimeTaskManager
-
启动定时任务
- StrangerInfo - Interface in com.forte.qqrobot.beans.messages.result
-
陌生人信息
TODO 似乎提供COOKIE可以获取更多信息
- stream() - Method in interface com.forte.qqrobot.beans.cqcode.AppendList
-
Deprecated.
转化为流对象
- stream() - Method in class com.forte.qqrobot.beans.cqcode.CQAppendList
-
Deprecated.
- stream() - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
获取Stream对象
在v1.2.4-BETA之后的版本增加。(不包括v1.2.4-BETA)
- stream() - Method in interface com.forte.qqrobot.beans.messages.result.InfoResultList
-
增加接口,使其可以转化为stream对象
- streamCQCode() - Method in interface com.forte.qqrobot.beans.cqcode.AppendList
-
Deprecated.
转化为仅保留CQCode的流对象
- streamCQCode() - Method in class com.forte.qqrobot.beans.cqcode.CQAppendList
-
Deprecated.
- StringListReader - Class in com.forte.qqrobot.utils
-
将字符串集合转化为Reader对象
未经测试可能存在BUG
- StringListReader(List<String>) - Constructor for class com.forte.qqrobot.utils.StringListReader
-
Creates a new character-stream reader whose critical sections will
synchronize on the reader itself.
- subSequence(int, int) - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
- success - Static variable in class com.forte.qqrobot.log.QQLog
-
success类型
- success(Object, Object...) - Static method in class com.forte.qqrobot.log.QQLog
-
- success(Object, Throwable, Object...) - Static method in class com.forte.qqrobot.log.QQLog
-
- success(Object, Object...) - Method in class com.forte.qqrobot.log.QQLogLang
-
- success(Object, Throwable, Object...) - Method in class com.forte.qqrobot.log.QQLogLang
-
- value() - Method in class com.forte.qqrobot.anno.data.Block
-
- value() - Method in class com.forte.qqrobot.anno.data.BlockFilter
-
- value() - Method in class com.forte.qqrobot.anno.data.Filter
-
- value() - Method in class com.forte.qqrobot.anno.data.Listen
-
- value() - Method in class com.forte.qqrobot.depend.BeansData
-
- valueByArray(String...) - Method in class com.forte.qqrobot.factory.BaseFactory
-
根据名称列表转化为数组类型
- valueOf(String) - Static method in enum com.forte.qqrobot.anno.depend.BeansOn.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.messages.types.GroupAddRequestType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.messages.types.GroupAdminChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.messages.types.GroupBanType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.messages.types.GroupMsgType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.messages.types.IncreaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.messages.types.MsgGetTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.messages.types.PowerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.messages.types.PrivateMsgType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.messages.types.ReduceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.messages.types.SexType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.types.BreakType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.types.CacheTimeTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.types.CacheTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.types.KeywordMatchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.types.MostDIYType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.types.MostType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.types.ResultSelectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.types.TimeTaskTemplate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.beans.types.TimeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class com.forte.qqrobot.code.CatCodeTypes
-
根据注册名称获取type
- valueOf(String) - Method in class com.forte.qqrobot.factory.BaseFactory
-
根据名称获取枚举实例。包括额外添加的。
- valueOf(String) - Static method in enum com.forte.qqrobot.log.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.forte.qqrobot.system.RunParameterType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.forte.qqrobot.anno.depend.BeansOn.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.forte.qqrobot.beans.cqcode.CQCode
-
Deprecated.
获取值集合
自动解码
- values() - Static method in enum com.forte.qqrobot.beans.messages.types.GroupAddRequestType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.messages.types.GroupAdminChangeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.messages.types.GroupBanType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.messages.types.GroupMsgType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.messages.types.IncreaseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.messages.types.MsgGetTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.messages.types.PowerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.messages.types.PrivateMsgType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.messages.types.ReduceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.messages.types.SexType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.types.BreakType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.types.CacheTimeTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.types.CacheTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.types.CQCodeTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.types.KeywordMatchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.types.MostDIYType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.types.MostType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.types.ResultSelectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.types.TimeTaskTemplate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.beans.types.TimeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in class com.forte.qqrobot.code.CatCodeTypes
-
获取全部类型
- values() - Method in class com.forte.qqrobot.depend.BasicResourceWarehouse
-
- values() - Method in class com.forte.qqrobot.factory.BaseFactory
-
获取全部values值
- values() - Static method in enum com.forte.qqrobot.log.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.forte.qqrobot.system.RunParameterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.forte.qqrobot.utils.BooleanMap
-
Returns a
Collection
view of the values contained in this map.
- values(Class<T>, IntFunction<T[]>) - Static method in class com.forte.qqrobot.utils.EnumValues
-
- verifyBot(Map<String, List<BotInfo>>) - Method in class com.forte.qqrobot.BaseApplication
-
启动时候的初始验证函数
- verifyBot(String, BotInfo) - Method in class com.forte.qqrobot.BaseApplication
-
start之前,会先对账号进行验证。将会使用此方法对注册的bot账号信息进行验证。
- verifyBot() - Method in class com.forte.qqrobot.BaseApplication
-
获取账号验证的函数
- VerifyFunction - Interface in com.forte.qqrobot.beans.function
-
Bot验证函数
- Version - Annotation Type in com.forte.qqrobot.anno
-
备用注解,用于开发者来标注版本号等信息,暂未使用