Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

AbstractFtp - Class in cn.hutool.extra.ftp
抽象FTP类,用于定义通用的FTP方法
AbstractFtp(FtpConfig) - Constructor for class cn.hutool.extra.ftp.AbstractFtp
构造
AbstractResult - Class in cn.hutool.extra.tokenizer
对于未实现Iterator接口的普通结果类,装饰为Result
普通的结果类只需实现AbstractResult.nextWord() 即可
AbstractResult() - Constructor for class cn.hutool.extra.tokenizer.AbstractResult
 
AbstractTemplate - Class in cn.hutool.extra.template
抽象模板,提供将模板融合后写出到文件、返回字符串等方法
AbstractTemplate() - Constructor for class cn.hutool.extra.template.AbstractTemplate
 
add(File) - Method in interface cn.hutool.extra.compress.archiver.Archiver
将文件或目录加入归档,目录采取递归读取方式按照层级加入
add(File, Filter<File>) - Method in interface cn.hutool.extra.compress.archiver.Archiver
将文件或目录加入归档,目录采取递归读取方式按照层级加入
add(File, String, Filter<File>) - Method in interface cn.hutool.extra.compress.archiver.Archiver
将文件或目录加入归档包,目录采取递归读取方式按照层级加入
add(File, String, Filter<File>) - Method in class cn.hutool.extra.compress.archiver.SevenZArchiver
 
add(File, String, Filter<File>) - Method in class cn.hutool.extra.compress.archiver.StreamArchiver
将文件或目录加入归档包,目录采取递归读取方式按照层级加入
addAnonymous(String) - Method in class cn.hutool.extra.ftp.SimpleFtpServer
添加匿名用户
addCookie(HttpServletResponse, Cookie) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
设定返回给客户端的Cookie
addCookie(HttpServletResponse, String, String) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
设定返回给客户端的Cookie
addCookie(HttpServletResponse, String, String, int, String, String) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
设定返回给客户端的Cookie
addCookie(HttpServletResponse, String, String, int) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
设定返回给客户端的Cookie
Path: "/"
No Domain
addCookie(HttpServletResponse, Cookie) - Static method in class cn.hutool.extra.servlet.ServletUtil
设定返回给客户端的Cookie
addCookie(HttpServletResponse, String, String) - Static method in class cn.hutool.extra.servlet.ServletUtil
设定返回给客户端的Cookie
addCookie(HttpServletResponse, String, String, int, String, String) - Static method in class cn.hutool.extra.servlet.ServletUtil
设定返回给客户端的Cookie
addCookie(HttpServletResponse, String, String, int) - Static method in class cn.hutool.extra.servlet.ServletUtil
设定返回给客户端的Cookie
Path: "/"
No Domain
addErrorMessage(BeanValidationResult.ErrorMessage) - Method in class cn.hutool.extra.validation.BeanValidationResult
增加错误信息
addFtplet(String, Ftplet) - Method in class cn.hutool.extra.ftp.SimpleFtpServer
增加FTP动作行为监听处理器,通过实现Ftplet,可以对用户的行为监听并执行相应动作
addImage(String, InputStream) - Method in class cn.hutool.extra.mail.JakartaMail
增加图片,图片的键对应到邮件模板中的占位字符串,图片类型默认为"image/jpeg"
addImage(String, InputStream, String) - Method in class cn.hutool.extra.mail.JakartaMail
增加图片,图片的键对应到邮件模板中的占位字符串
addImage(String, File) - Method in class cn.hutool.extra.mail.JakartaMail
增加图片,图片的键对应到邮件模板中的占位字符串
addImage(String, InputStream) - Method in class cn.hutool.extra.mail.Mail
增加图片,图片的键对应到邮件模板中的占位字符串,图片类型默认为"image/jpeg"
addImage(String, InputStream, String) - Method in class cn.hutool.extra.mail.Mail
增加图片,图片的键对应到邮件模板中的占位字符串
addImage(String, File) - Method in class cn.hutool.extra.mail.Mail
增加图片,图片的键对应到邮件模板中的占位字符串
addUser(User) - Method in class cn.hutool.extra.ftp.SimpleFtpServer
增加FTP用户
AnalysisEngine - Class in cn.hutool.extra.tokenizer.engine.analysis
Lucene-analysis分词抽象封装
项目地址:https://github.com/apache/lucene-solr/tree/master/lucene/analysis
AnalysisEngine(Analyzer) - Constructor for class cn.hutool.extra.tokenizer.engine.analysis.AnalysisEngine
构造
AnalysisResult - Class in cn.hutool.extra.tokenizer.engine.analysis
Lucene-analysis分词抽象结果封装
项目地址:https://github.com/apache/lucene-solr/tree/master/lucene/analysis
AnalysisResult(TokenStream) - Constructor for class cn.hutool.extra.tokenizer.engine.analysis.AnalysisResult
构造
AnalysisWord - Class in cn.hutool.extra.tokenizer.engine.analysis
Lucene-analysis分词中的一个单词包装
AnalysisWord(CharTermAttribute) - Constructor for class cn.hutool.extra.tokenizer.engine.analysis.AnalysisWord
构造
AnsjEngine - Class in cn.hutool.extra.tokenizer.engine.ansj
Ansj分词引擎实现
项目地址:https://github.com/NLPchina/ansj_seg
AnsjEngine() - Constructor for class cn.hutool.extra.tokenizer.engine.ansj.AnsjEngine
构造
AnsjEngine(Analysis) - Constructor for class cn.hutool.extra.tokenizer.engine.ansj.AnsjEngine
构造
AnsjResult - Class in cn.hutool.extra.tokenizer.engine.ansj
Ansj分词结果实现
项目地址:https://github.com/NLPchina/ansj_seg
AnsjResult(Result) - Constructor for class cn.hutool.extra.tokenizer.engine.ansj.AnsjResult
构造
AnsjWord - Class in cn.hutool.extra.tokenizer.engine.ansj
Ansj分词中的一个单词包装
AnsjWord(Term) - Constructor for class cn.hutool.extra.tokenizer.engine.ansj.AnsjWord
构造
Archiver - Interface in cn.hutool.extra.compress.archiver
数据归档封装,归档即将几个文件或目录打成一个压缩包
available() - Method in class cn.hutool.extra.compress.extractor.Seven7EntryInputStream
 
AviatorEngine - Class in cn.hutool.extra.expression.engine.aviator
Aviator引擎封装
见:https://github.com/killme2008/aviatorscript
AviatorEngine() - Constructor for class cn.hutool.extra.expression.engine.aviator.AviatorEngine
构造

B

backColor - Variable in class cn.hutool.extra.qrcode.QrConfig
背景色,默认白色,null表示透明
BeanCopierCache - Enum in cn.hutool.extra.cglib
BeanCopier属性缓存
缓存用于防止多次反射造成的性能问题
BeanValidationResult - Class in cn.hutool.extra.validation
bean 校验结果
BeanValidationResult(boolean) - Constructor for class cn.hutool.extra.validation.BeanValidationResult
构造
BeanValidationResult.ErrorMessage - Class in cn.hutool.extra.validation
错误消息,包括字段名(字段路径)、消息内容和字段值
BeetlEngine - Class in cn.hutool.extra.template.engine.beetl
Beetl模板引擎封装
BeetlEngine() - Constructor for class cn.hutool.extra.template.engine.beetl.BeetlEngine
默认构造
BeetlEngine(TemplateConfig) - Constructor for class cn.hutool.extra.template.engine.beetl.BeetlEngine
构造
BeetlEngine(GroupTemplate) - Constructor for class cn.hutool.extra.template.engine.beetl.BeetlEngine
构造
BeetlTemplate - Class in cn.hutool.extra.template.engine.beetl
Beetl模板实现
BeetlTemplate(Template) - Constructor for class cn.hutool.extra.template.engine.beetl.BeetlTemplate
构造
bindPort(Session, String, int, int) - Static method in class cn.hutool.extra.ssh.JschUtil
绑定端口到本地。
bindPort(Session, String, int, String, int) - Static method in class cn.hutool.extra.ssh.JschUtil
绑定端口到本地。
bindRemotePort(Session, int, String, int) - Static method in class cn.hutool.extra.ssh.JschUtil
绑定ssh服务端的serverPort端口, 到host主机的port端口上.
Bopomofo4jEngine - Class in cn.hutool.extra.pinyin.engine.bopomofo4j
封装了Bopomofo4j的引擎。
Bopomofo4jEngine() - Constructor for class cn.hutool.extra.pinyin.engine.bopomofo4j.Bopomofo4jEngine
 
BufferedImageLuminanceSource - Class in cn.hutool.extra.qrcode
BufferedImage 图片二维码源
来自:http://blog.csdn.net/yangxin_blog/article/details/50850701
此类同样在zxing-j2se包中也有提供
BufferedImageLuminanceSource(BufferedImage) - Constructor for class cn.hutool.extra.qrcode.BufferedImageLuminanceSource
构造
BufferedImageLuminanceSource(BufferedImage, int, int, int, int) - Constructor for class cn.hutool.extra.qrcode.BufferedImageLuminanceSource
构造
build() - Method in class cn.hutool.extra.mail.JakartaMail
 
build() - Method in class cn.hutool.extra.mail.Mail
 

C

cd(String) - Method in class cn.hutool.extra.ftp.AbstractFtp
打开指定目录,具体逻辑取决于实现,例如在FTP中,进入失败返回false, SFTP中则抛出异常
cd(String) - Method in class cn.hutool.extra.ftp.Ftp
改变目录
cd(String) - Method in class cn.hutool.extra.ssh.Sftp
打开指定目录,如果指定路径非目录或不存在抛出异常
cd(String) - Method in class cn.hutool.extra.ssh.SshjSftp
改变目录,注意目前不支持..
CglibUtil - Class in cn.hutool.extra.cglib
Cglib工具类
CglibUtil() - Constructor for class cn.hutool.extra.cglib.CglibUtil
 
ChannelType - Enum in cn.hutool.extra.ssh
Jsch支持的Channel类型
charset - Variable in class cn.hutool.extra.qrcode.QrConfig
编码
close() - Method in interface cn.hutool.extra.compress.archiver.Archiver
无异常关闭
close() - Method in class cn.hutool.extra.compress.archiver.SevenZArchiver
 
close() - Method in class cn.hutool.extra.compress.archiver.StreamArchiver
 
close() - Method in interface cn.hutool.extra.compress.extractor.Extractor
无异常关闭
close() - Method in class cn.hutool.extra.compress.extractor.SevenZExtractor
 
close() - Method in class cn.hutool.extra.compress.extractor.StreamExtractor
 
close() - Method in class cn.hutool.extra.ftp.Ftp
 
close(Session) - Static method in class cn.hutool.extra.ssh.GanymedUtil
关闭会话
close(String) - Method in enum cn.hutool.extra.ssh.JschSessionPool
关闭SSH连接会话
close(Session) - Static method in class cn.hutool.extra.ssh.JschUtil
关闭SSH连接会话
close(Channel) - Static method in class cn.hutool.extra.ssh.JschUtil
关闭会话通道
close(String) - Static method in class cn.hutool.extra.ssh.JschUtil
关闭SSH连接会话
close() - Method in class cn.hutool.extra.ssh.Sftp
 
close() - Method in class cn.hutool.extra.ssh.SshjSftp
 
closeAll() - Method in enum cn.hutool.extra.ssh.JschSessionPool
关闭所有SSH连接会话
closeAll() - Static method in class cn.hutool.extra.ssh.JschUtil
关闭所有SSH连接会话
closeTemplateSource(Object) - Method in class cn.hutool.extra.template.engine.freemarker.SimpleStringTemplateLoader
 
cn.hutool.extra - package cn.hutool.extra
由于Hutool的原则是不依赖于其它配置文件,但是很多时候我们需要针对第三方非常棒的库做一些工具类化的支持,因此Hutoo-extra包主要用于支持第三方库的工具类支持。
cn.hutool.extra.cglib - package cn.hutool.extra.cglib
Cglib库方法封装
cn.hutool.extra.compress - package cn.hutool.extra.compress
基于commons-compress的压缩解压封装
支持包括:gzip, bzip2, xz, lzma, Pack200, DEFLATE, Brotli, DEFLATE64, ZStandard and Z, the archiver formats are 7z,
ar, arj, cpio, dump, tar and zip等格式。
cn.hutool.extra.compress.archiver - package cn.hutool.extra.compress.archiver
基于commons-compress的打包(压缩)封装 见:https://commons.apache.org/proper/commons-compress/
cn.hutool.extra.compress.extractor - package cn.hutool.extra.compress.extractor
基于commons-compress的解包(解压缩)封装 见:https://commons.apache.org/proper/commons-compress/
cn.hutool.extra.emoji - package cn.hutool.extra.emoji
基于https://github.com/vdurmont/emoji-java的Emoji表情工具类
cn.hutool.extra.expression - package cn.hutool.extra.expression
表达式语言引擎封装
cn.hutool.extra.expression.engine - package cn.hutool.extra.expression.engine
表达式语言引擎封装
cn.hutool.extra.expression.engine.aviator - package cn.hutool.extra.expression.engine.aviator
Aviator引擎封装,见:https://github.com/killme2008/aviatorscript
cn.hutool.extra.expression.engine.jexl - package cn.hutool.extra.expression.engine.jexl
Jexl3引擎封装,见:https://github.com/apache/commons-jexl
cn.hutool.extra.expression.engine.jfireel - package cn.hutool.extra.expression.engine.jfireel
JfireEL引擎封装
见:https://gitee.com/eric_ds/jfireEL
cn.hutool.extra.expression.engine.mvel - package cn.hutool.extra.expression.engine.mvel
MVEL (MVFLEX Expression Language)引擎封装
见:https://github.com/mvel/mvel
cn.hutool.extra.expression.engine.qlexpress - package cn.hutool.extra.expression.engine.qlexpress
QLExpress引擎封装
见:https://github.com/alibaba/QLExpress
cn.hutool.extra.expression.engine.rhino - package cn.hutool.extra.expression.engine.rhino
rhino引擎封装
见:https://github.com/mozilla/rhino
cn.hutool.extra.expression.engine.spel - package cn.hutool.extra.expression.engine.spel
Spring-Expression引擎封装
见:https://github.com/spring-projects/spring-framework/tree/master/spring-expression
cn.hutool.extra.ftp - package cn.hutool.extra.ftp
基于Apache Commons Net封装的FTP工具
cn.hutool.extra.mail - package cn.hutool.extra.mail
邮件封装,基于javax-mail库,入口为MailUtil
cn.hutool.extra.pinyin - package cn.hutool.extra.pinyin
拼音工具封装,入口为PinyinUtil
cn.hutool.extra.pinyin.engine - package cn.hutool.extra.pinyin.engine
拼音具体实现
cn.hutool.extra.pinyin.engine.bopomofo4j - package cn.hutool.extra.pinyin.engine.bopomofo4j
封装了Bopomofo4j的引擎。
cn.hutool.extra.pinyin.engine.houbbpinyin - package cn.hutool.extra.pinyin.engine.houbbpinyin
封装了 Pinyin 的引擎。
cn.hutool.extra.pinyin.engine.jpinyin - package cn.hutool.extra.pinyin.engine.jpinyin
封装了Jpinyin的引擎。
cn.hutool.extra.pinyin.engine.pinyin4j - package cn.hutool.extra.pinyin.engine.pinyin4j
封装了Pinyin4j的引擎。
cn.hutool.extra.pinyin.engine.tinypinyin - package cn.hutool.extra.pinyin.engine.tinypinyin
封装了TinyPinyin的引擎。
cn.hutool.extra.qrcode - package cn.hutool.extra.qrcode
二维码封装,基于zxing库,入口为QrCodeUtil
cn.hutool.extra.servlet - package cn.hutool.extra.servlet
Servlet封装,包括Servlet参数获取、文件上传、Response写出等,入口为ServletUtil
cn.hutool.extra.spring - package cn.hutool.extra.spring
Spring相关工具封装
cn.hutool.extra.ssh - package cn.hutool.extra.ssh
Jsch封装,包括端口映射、SFTP封装等,入口为JschUtil
cn.hutool.extra.template - package cn.hutool.extra.template
第三方模板引擎封装,提供统一的接口用于适配第三方模板引擎
cn.hutool.extra.template.engine - package cn.hutool.extra.template.engine
第三方模板引擎实现
cn.hutool.extra.template.engine.beetl - package cn.hutool.extra.template.engine.beetl
Beetl实现,模板引擎介绍见:http://ibeetl.com/
cn.hutool.extra.template.engine.enjoy - package cn.hutool.extra.template.engine.enjoy
Jfinal家的Enjoy模板引擎实现,见:https://jfinal.com/doc/6-1
cn.hutool.extra.template.engine.freemarker - package cn.hutool.extra.template.engine.freemarker
Freemarker实现
见:https://freemarker.apache.org/
cn.hutool.extra.template.engine.jetbrick - package cn.hutool.extra.template.engine.jetbrick
jetbrick-template实现,模板引擎介绍见:https://github.com/subchen/jetbrick-template-2x
cn.hutool.extra.template.engine.jetbrick.loader - package cn.hutool.extra.template.engine.jetbrick.loader
jetbrick-template实现,特殊资源加载器
模板引擎介绍见:https://github.com/subchen/jetbrick-template-2x
cn.hutool.extra.template.engine.rythm - package cn.hutool.extra.template.engine.rythm
Rythm实现,见:http://www.rythmengine.org/
cn.hutool.extra.template.engine.thymeleaf - package cn.hutool.extra.template.engine.thymeleaf
Thymeleaf实现,见:https://www.thymeleaf.org/
cn.hutool.extra.template.engine.velocity - package cn.hutool.extra.template.engine.velocity
Velocity实现
见:http://velocity.apache.org/
cn.hutool.extra.template.engine.wit - package cn.hutool.extra.template.engine.wit
Wit实现,见:http://zqq90.github.io/webit-script/
cn.hutool.extra.tokenizer - package cn.hutool.extra.tokenizer
中文分词封装
通过定义统一接口,适配第三方分词引擎
cn.hutool.extra.tokenizer.engine - package cn.hutool.extra.tokenizer.engine
第三方分词引擎实现
cn.hutool.extra.tokenizer.engine.analysis - package cn.hutool.extra.tokenizer.engine.analysis
Lucene-analysis分词抽象封装
项目地址:https://github.com/apache/lucene-solr/tree/master/lucene/analysis
cn.hutool.extra.tokenizer.engine.ansj - package cn.hutool.extra.tokenizer.engine.ansj
Ansj分词实现
项目地址:https://github.com/NLPchina/ansj_seg
cn.hutool.extra.tokenizer.engine.hanlp - package cn.hutool.extra.tokenizer.engine.hanlp
HanLP分词引擎实现
项目地址:https://github.com/hankcs/HanLP
cn.hutool.extra.tokenizer.engine.ikanalyzer - package cn.hutool.extra.tokenizer.engine.ikanalyzer
IKAnalyzer分词引擎实现
项目地址:https://github.com/yozhao/IKAnalyzer
cn.hutool.extra.tokenizer.engine.jcseg - package cn.hutool.extra.tokenizer.engine.jcseg
Jcseg分词引擎实现
项目地址:https://gitee.com/lionsoul/jcseg
cn.hutool.extra.tokenizer.engine.jieba - package cn.hutool.extra.tokenizer.engine.jieba
Jieba分词引擎实现
项目地址:https://github.com/huaban/jieba-analysis
cn.hutool.extra.tokenizer.engine.mmseg - package cn.hutool.extra.tokenizer.engine.mmseg
mmseg4j分词引擎实现
项目地址:https://github.com/chenlb/mmseg4j-core
cn.hutool.extra.tokenizer.engine.mynlp - package cn.hutool.extra.tokenizer.engine.mynlp
MYNLP 中文NLP工具包分词实现
项目地址:https://github.com/mayabot/mynlp/
cn.hutool.extra.tokenizer.engine.word - package cn.hutool.extra.tokenizer.engine.word
Word分词引擎实现
项目地址:https://github.com/ysc/word
cn.hutool.extra.validation - package cn.hutool.extra.validation
基于JSR-380标准的校验工具类,封装了javax.validation的API
command(String) - Method in class cn.hutool.extra.ssh.SshjSftp
执行Linux 命令
CompressException - Exception in cn.hutool.extra.compress
压缩解压异常语言异常
CompressException(Throwable) - Constructor for exception cn.hutool.extra.compress.CompressException
 
CompressException(String) - Constructor for exception cn.hutool.extra.compress.CompressException
 
CompressException(String, Object...) - Constructor for exception cn.hutool.extra.compress.CompressException
 
CompressException(String, Throwable) - Constructor for exception cn.hutool.extra.compress.CompressException
 
CompressException(String, Throwable, boolean, boolean) - Constructor for exception cn.hutool.extra.compress.CompressException
 
CompressException(Throwable, String, Object...) - Constructor for exception cn.hutool.extra.compress.CompressException
 
CompressUtil - Class in cn.hutool.extra.compress
压缩工具类
基于commons-compress的压缩解压封装
CompressUtil() - Constructor for class cn.hutool.extra.compress.CompressUtil
 
computeNext() - Method in class cn.hutool.extra.tokenizer.AbstractResult
 
connect(String, int) - Static method in class cn.hutool.extra.ssh.GanymedUtil
连接到服务器
Connector - Class in cn.hutool.extra.ssh
连接者对象,提供一些连接的基本信息
Connector() - Constructor for class cn.hutool.extra.ssh.Connector
 
Connector(String, String, String) - Constructor for class cn.hutool.extra.ssh.Connector
构造
Connector(String, int, String, String) - Constructor for class cn.hutool.extra.ssh.Connector
构造
containsEmoji(String) - Static method in class cn.hutool.extra.emoji.EmojiUtil
是否包含Emoji表情的Unicode符
containsFile(String) - Method in class cn.hutool.extra.ssh.SshjSftp
是否包含该文件
copy(Object, Class<T>) - Static method in class cn.hutool.extra.cglib.CglibUtil
拷贝Bean对象属性到目标类型
此方法通过指定目标类型自动创建之,然后拷贝属性
copy(Object, Class<T>, Converter) - Static method in class cn.hutool.extra.cglib.CglibUtil
拷贝Bean对象属性
此方法通过指定目标类型自动创建之,然后拷贝属性
copy(Object, Object) - Static method in class cn.hutool.extra.cglib.CglibUtil
拷贝Bean对象属性
copy(Object, Object, Converter) - Static method in class cn.hutool.extra.cglib.CglibUtil
拷贝Bean对象属性
copyList(Collection<S>, Supplier<T>) - Static method in class cn.hutool.extra.cglib.CglibUtil
拷贝List Bean对象属性
copyList(Collection<S>, Supplier<T>, Converter) - Static method in class cn.hutool.extra.cglib.CglibUtil
拷贝List Bean对象属性
copyList(Collection<S>, Supplier<T>, BiConsumer<S, T>) - Static method in class cn.hutool.extra.cglib.CglibUtil
拷贝List Bean对象属性
copyList(Collection<S>, Supplier<T>, Converter, BiConsumer<S, T>) - Static method in class cn.hutool.extra.cglib.CglibUtil
拷贝List Bean对象属性
create(Charset, String, File) - Static method in class cn.hutool.extra.compress.archiver.StreamArchiver
创建归档器
create(Charset, String, OutputStream) - Static method in class cn.hutool.extra.compress.archiver.StreamArchiver
创建归档器
create() - Static method in class cn.hutool.extra.expression.engine.ExpressionFactory
根据用户引入的表达式引擎jar,自动创建对应的拼音引擎对象
推荐创建的引擎单例使用,此方法每次调用会返回新的引擎
create() - Static method in class cn.hutool.extra.ftp.FtpConfig
 
create() - Static method in class cn.hutool.extra.ftp.SimpleFtpServer
创建FTP服务器,调用SimpleFtpServer.start()启动即可
create(MailAccount) - Static method in class cn.hutool.extra.mail.JakartaMail
创建邮件客户端
create() - Static method in class cn.hutool.extra.mail.JakartaMail
创建邮件客户端,使用全局邮件帐户
create(MailAccount) - Static method in class cn.hutool.extra.mail.Mail
创建邮件客户端
create() - Static method in class cn.hutool.extra.mail.Mail
创建邮件客户端,使用全局邮件帐户
create() - Static method in class cn.hutool.extra.pinyin.engine.PinyinFactory
根据用户引入的拼音引擎jar,自动创建对应的拼音引擎对象
推荐创建的引擎单例使用,此方法每次调用会返回新的引擎
create() - Static method in class cn.hutool.extra.qrcode.QrConfig
创建QrConfig
create() - Static method in class cn.hutool.extra.template.engine.TemplateFactory
根据用户引入的模板引擎jar,自动创建对应的模板引擎对象
推荐创建的引擎单例使用,此方法每次调用会返回新的引擎
create(TemplateConfig) - Static method in class cn.hutool.extra.template.engine.TemplateFactory
根据用户引入的模板引擎jar,自动创建对应的模板引擎对象
推荐创建的引擎单例使用,此方法每次调用会返回新的引擎
create() - Static method in class cn.hutool.extra.tokenizer.engine.TokenizerFactory
根据用户引入的分词引擎jar,自动创建对应的分词引擎对象
createArchiver(Charset, String, File) - Static method in class cn.hutool.extra.compress.CompressUtil
创建归档器,支持: ArchiveStreamFactory.AR ArchiveStreamFactory.CPIO ArchiveStreamFactory.JAR ArchiveStreamFactory.TAR ArchiveStreamFactory.ZIP ArchiveStreamFactory.SEVEN_Z
createArchiver(Charset, String, OutputStream) - Static method in class cn.hutool.extra.compress.CompressUtil
创建归档器,支持: ArchiveStreamFactory.AR ArchiveStreamFactory.CPIO ArchiveStreamFactory.JAR ArchiveStreamFactory.TAR ArchiveStreamFactory.ZIP ArchiveStreamFactory.SEVEN_Z
createChannel(Session, ChannelType) - Static method in class cn.hutool.extra.ssh.JschUtil
创建Channel连接
createEngine() - Static method in class cn.hutool.extra.template.TemplateUtil
根据用户引入的模板引擎jar,自动创建对应的模板引擎对象,使用默认配置
推荐创建的引擎单例使用,此方法每次调用会返回新的引擎
createEngine(TemplateConfig) - Static method in class cn.hutool.extra.template.TemplateUtil
根据用户引入的模板引擎jar,自动创建对应的模板引擎对象
推荐创建的引擎单例使用,此方法每次调用会返回新的引擎
createEngine() - Static method in class cn.hutool.extra.tokenizer.TokenizerUtil
根据用户引入的分词引擎jar,自动创建对应的分词引擎对象
createExtractor(Charset, File) - Static method in class cn.hutool.extra.compress.CompressUtil
创建归档解包器,支持: ArchiveStreamFactory.AR ArchiveStreamFactory.CPIO ArchiveStreamFactory.JAR ArchiveStreamFactory.TAR ArchiveStreamFactory.ZIP ArchiveStreamFactory.SEVEN_Z
createExtractor(Charset, String, File) - Static method in class cn.hutool.extra.compress.CompressUtil
创建归档解包器,支持: ArchiveStreamFactory.AR ArchiveStreamFactory.CPIO ArchiveStreamFactory.JAR ArchiveStreamFactory.TAR ArchiveStreamFactory.ZIP ArchiveStreamFactory.SEVEN_Z
createExtractor(Charset, InputStream) - Static method in class cn.hutool.extra.compress.CompressUtil
创建归档解包器,支持: ArchiveStreamFactory.AR ArchiveStreamFactory.CPIO ArchiveStreamFactory.JAR ArchiveStreamFactory.TAR ArchiveStreamFactory.ZIP ArchiveStreamFactory.SEVEN_Z
createExtractor(Charset, String, InputStream) - Static method in class cn.hutool.extra.compress.CompressUtil
创建归档解包器,支持: ArchiveStreamFactory.AR ArchiveStreamFactory.CPIO ArchiveStreamFactory.JAR ArchiveStreamFactory.TAR ArchiveStreamFactory.ZIP ArchiveStreamFactory.SEVEN_Z
createSession(String, int, String, String) - Static method in class cn.hutool.extra.ssh.JschUtil
新建一个新的SSH会话,此方法并不打开会话(既不调用connect方法)
createSession(String, int, String, String, byte[]) - Static method in class cn.hutool.extra.ssh.JschUtil
新建一个新的SSH会话,此方法并不打开会话(既不调用connect方法)
createSession(String, int, String, byte[], byte[]) - Static method in class cn.hutool.extra.ssh.JschUtil
新建一个新的SSH会话,此方法并不打开会话(既不调用connect方法)
createSession(JSch, String, int, String) - Static method in class cn.hutool.extra.ssh.JschUtil
创建一个SSH会话,重用已经使用的会话
createSftp(String, int, String, String) - Static method in class cn.hutool.extra.ssh.JschUtil
创建Sftp
createSftp(Session) - Static method in class cn.hutool.extra.ssh.JschUtil
创建Sftp
crop(int, int, int, int) - Method in class cn.hutool.extra.qrcode.BufferedImageLuminanceSource
 

D

decode(InputStream) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
解码二维码或条形码图片为文本
decode(File) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
解码二维码或条形码图片为文本
decode(Image) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
将二维码或条形码图片解码为文本
decode(Image, boolean, boolean) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
将二维码或条形码图片解码为文本
此方法会尝试使用HybridBinarizerGlobalHistogramBinarizer两种模式解析
需要注意部分二维码如果不带logo,使用PureBarcode模式会解析失败,此时须设置此选项为false。
decode(Image, Map<DecodeHintType, Object>) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
将二维码或条形码图片解码为文本
此方法会尝试使用HybridBinarizerGlobalHistogramBinarizer两种模式解析
需要注意部分二维码如果不带logo,使用PureBarcode模式会解析失败,此时须设置此选项为false。
DEFAULT - Static variable in class cn.hutool.extra.template.TemplateConfig
 
DEFAULT_CHARSET - Static variable in class cn.hutool.extra.ftp.AbstractFtp
默认编码
DEFAULT_PORT - Static variable in class cn.hutool.extra.ftp.Ftp
默认端口
defaultIfEmpty() - Method in class cn.hutool.extra.mail.MailAccount
如果某些值为null,使用默认值
delDir(String) - Method in class cn.hutool.extra.ftp.AbstractFtp
删除文件夹及其文件夹下的所有文件
delDir(String) - Method in class cn.hutool.extra.ftp.Ftp
 
delDir(String) - Method in class cn.hutool.extra.ssh.Sftp
删除文件夹及其文件夹下的所有文件
delDir(String) - Method in class cn.hutool.extra.ssh.SshjSftp
 
delFile(String) - Method in class cn.hutool.extra.ftp.AbstractFtp
删除指定目录下的指定文件
delFile(String) - Method in class cn.hutool.extra.ftp.Ftp
 
delFile(String) - Method in class cn.hutool.extra.ssh.Sftp
删除文件
delFile(String) - Method in class cn.hutool.extra.ssh.SshjSftp
 
delUser(String) - Method in class cn.hutool.extra.ftp.SimpleFtpServer
删除用户
download(String, File) - Method in class cn.hutool.extra.ftp.AbstractFtp
下载文件
download(String, File, String) - Method in class cn.hutool.extra.ftp.AbstractFtp
下载文件-避免未完成的文件
来自:https://gitee.com/chinabugotech/hutool/pulls/407
此方法原理是先在目标文件同级目录下创建临时文件,下载之,等下载完毕后重命名,避免因下载错误导致的文件不完整。
download(String, File) - Method in class cn.hutool.extra.ftp.Ftp
下载文件
download(String, String, File) - Method in class cn.hutool.extra.ftp.Ftp
下载文件
download(String, String, OutputStream) - Method in class cn.hutool.extra.ftp.Ftp
下载文件到输出流
download(String, String, OutputStream, Charset) - Method in class cn.hutool.extra.ftp.Ftp
下载文件到输出流
download(String, File) - Method in class cn.hutool.extra.ssh.Sftp
 
download(String, OutputStream) - Method in class cn.hutool.extra.ssh.Sftp
下载文件到OutputStream
download(String, File) - Method in class cn.hutool.extra.ssh.SshjSftp
 

E

EmojiUtil - Class in cn.hutool.extra.emoji
基于https://github.com/vdurmont/emoji-java的Emoji表情工具类 emoji-java文档以及别名列表见:https://github.com/vdurmont/emoji-java
EmojiUtil() - Constructor for class cn.hutool.extra.emoji.EmojiUtil
 
EnableSpringUtil - Annotation Type in cn.hutool.extra.spring
启用SpringUtil, 即注入SpringUtil到容器中
encode(String, int, int) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
将文本内容编码为二维码
encode(String, QrConfig) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
将文本内容编码为二维码
encode(String, BarcodeFormat, int, int) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
将文本内容编码为条形码或二维码
encode(String, BarcodeFormat, QrConfig) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
将文本内容编码为条形码或二维码
encodeText(String, Charset) - Static method in class cn.hutool.extra.mail.InternalMailUtil
编码中文字符
编码失败返回原字符串
encodeText(String, Charset) - Static method in class cn.hutool.extra.mail.JakartaInternalMailUtil
编码中文字符
编码失败返回原字符串
EnjoyEngine - Class in cn.hutool.extra.template.engine.enjoy
Enjoy库的引擎包装
EnjoyEngine() - Constructor for class cn.hutool.extra.template.engine.enjoy.EnjoyEngine
默认构造
EnjoyEngine(TemplateConfig) - Constructor for class cn.hutool.extra.template.engine.enjoy.EnjoyEngine
构造
EnjoyEngine(Engine) - Constructor for class cn.hutool.extra.template.engine.enjoy.EnjoyEngine
构造
EnjoyTemplate - Class in cn.hutool.extra.template.engine.enjoy
Engoy模板实现
EnjoyTemplate(Template) - Constructor for class cn.hutool.extra.template.engine.enjoy.EnjoyTemplate
构造
equals(Object) - Method in class cn.hutool.extra.template.TemplateConfig
 
errorCorrection - Variable in class cn.hutool.extra.qrcode.QrConfig
纠错级别
ErrorMessage() - Constructor for class cn.hutool.extra.validation.BeanValidationResult.ErrorMessage
 
eval(String, Map<String, Object>, Collection<Class<?>>) - Method in class cn.hutool.extra.expression.engine.aviator.AviatorEngine
 
eval(String, Map<String, Object>, Collection<Class<?>>) - Method in class cn.hutool.extra.expression.engine.jexl.JexlEngine
 
eval(String, Map<String, Object>, Collection<Class<?>>) - Method in class cn.hutool.extra.expression.engine.jfireel.JfireELEngine
 
eval(String, Map<String, Object>, Collection<Class<?>>) - Method in class cn.hutool.extra.expression.engine.mvel.MvelEngine
 
eval(String, Map<String, Object>, Collection<Class<?>>) - Method in class cn.hutool.extra.expression.engine.qlexpress.QLExpressEngine
 
eval(String, Map<String, Object>, Collection<Class<?>>) - Method in class cn.hutool.extra.expression.engine.rhino.RhinoEngine
 
eval(String, Map<String, Object>, Collection<Class<?>>) - Method in class cn.hutool.extra.expression.engine.spel.SpELEngine
 
eval(String, Map<String, Object>, Collection<Class<?>>) - Method in interface cn.hutool.extra.expression.ExpressionEngine
执行表达式
eval(String, Map<String, Object>) - Static method in class cn.hutool.extra.expression.ExpressionUtil
执行表达式
eval(String, Map<String, Object>, Collection<Class<?>>) - Static method in class cn.hutool.extra.expression.ExpressionUtil
执行表达式
exec(Session, String, Charset, OutputStream) - Static method in class cn.hutool.extra.ssh.GanymedUtil
执行Shell命令(使用EXEC方式) 此方法单次发送一个命令到服务端,不读取环境变量,执行结束后自动关闭Session,不会产生阻塞。
exec(Session, String, Charset) - Static method in class cn.hutool.extra.ssh.JschUtil
执行Shell命令
exec(Session, String, Charset, OutputStream) - Static method in class cn.hutool.extra.ssh.JschUtil
执行Shell命令(使用EXEC方式) 此方法单次发送一个命令到服务端,不读取环境变量,执行结束后自动关闭channel,不会产生阻塞。
execByShell(Session, String, Charset, OutputStream) - Static method in class cn.hutool.extra.ssh.GanymedUtil
执行Shell命令 此方法单次发送一个命令到服务端,自动读取环境变量,执行结束后自动关闭Session,可能产生阻塞。
execByShell(Session, String, Charset) - Static method in class cn.hutool.extra.ssh.JschUtil
执行Shell命令 此方法单次发送一个命令到服务端,自动读取环境变量,执行结束后自动关闭channel,不会产生阻塞。
exist(String) - Method in class cn.hutool.extra.ftp.AbstractFtp
文件或目录是否存在
existFile(String) - Method in class cn.hutool.extra.ftp.Ftp
判断ftp服务器目录内是否还有子元素(目录或文件)
ExpressionEngine - Interface in cn.hutool.extra.expression
表达式引擎API接口,通过实现此接口,完成表达式的解析和执行
ExpressionException - Exception in cn.hutool.extra.expression
表达式语言异常
ExpressionException(Throwable) - Constructor for exception cn.hutool.extra.expression.ExpressionException
 
ExpressionException(String) - Constructor for exception cn.hutool.extra.expression.ExpressionException
 
ExpressionException(String, Object...) - Constructor for exception cn.hutool.extra.expression.ExpressionException
 
ExpressionException(String, Throwable) - Constructor for exception cn.hutool.extra.expression.ExpressionException
 
ExpressionException(String, Throwable, boolean, boolean) - Constructor for exception cn.hutool.extra.expression.ExpressionException
 
ExpressionException(Throwable, String, Object...) - Constructor for exception cn.hutool.extra.expression.ExpressionException
 
ExpressionFactory - Class in cn.hutool.extra.expression.engine
表达式语言引擎工厂类,用于根据用户引入的表达式jar,自动创建对应的引擎对象
ExpressionFactory() - Constructor for class cn.hutool.extra.expression.engine.ExpressionFactory
 
ExpressionUtil - Class in cn.hutool.extra.expression
表达式引擎工具类
ExpressionUtil() - Constructor for class cn.hutool.extra.expression.ExpressionUtil
 
extract(File) - Method in interface cn.hutool.extra.compress.extractor.Extractor
释放(解压)到指定目录,结束后自动关闭流,此方法只能调用一次
extract(File, Filter<ArchiveEntry>) - Method in interface cn.hutool.extra.compress.extractor.Extractor
释放(解压)到指定目录,结束后自动关闭流,此方法只能调用一次
extract(File, int) - Method in interface cn.hutool.extra.compress.extractor.Extractor
释放(解压)到指定目录,结束后自动关闭流,此方法只能调用一次
extract(File, int, Filter<ArchiveEntry>) - Method in interface cn.hutool.extra.compress.extractor.Extractor
释放(解压)到指定目录,结束后自动关闭流,此方法只能调用一次
extract(File, int, Filter<ArchiveEntry>) - Method in class cn.hutool.extra.compress.extractor.SevenZExtractor
释放(解压)到指定目录,结束后自动关闭流,此方法只能调用一次
extract(File, int, Filter<ArchiveEntry>) - Method in class cn.hutool.extra.compress.extractor.StreamExtractor
释放(解压)到指定目录,结束后自动关闭流,此方法只能调用一次
extractEmojis(String) - Static method in class cn.hutool.extra.emoji.EmojiUtil
提取字符串中所有的Emoji Unicode
Extractor - Interface in cn.hutool.extra.compress.extractor
归档数据解包封装,用于将zip、tar等包解包为文件

F

fillBean(Map, T) - Static method in class cn.hutool.extra.cglib.CglibUtil
将Map中的内容填充至Bean中
fillBean(ServletRequest, T, CopyOptions) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
ServletRequest 参数转Bean
fillBean(ServletRequest, T, boolean) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
ServletRequest 参数转Bean
fillBean(ServletRequest, T, CopyOptions) - Static method in class cn.hutool.extra.servlet.ServletUtil
ServletRequest 参数转Bean
fillBean(ServletRequest, T, boolean) - Static method in class cn.hutool.extra.servlet.ServletUtil
ServletRequest 参数转Bean
findTemplateSource(String) - Method in class cn.hutool.extra.template.engine.freemarker.SimpleStringTemplateLoader
 
finish() - Method in interface cn.hutool.extra.compress.archiver.Archiver
结束已经增加的文件归档,此方法不会关闭归档流,可以继续添加文件
finish() - Method in class cn.hutool.extra.compress.archiver.SevenZArchiver
 
finish() - Method in class cn.hutool.extra.compress.archiver.StreamArchiver
结束已经增加的文件归档,此方法不会关闭归档流,可以继续添加文件
foreColor - Variable in class cn.hutool.extra.qrcode.QrConfig
前景色(二维码颜色)
FreemarkerEngine - Class in cn.hutool.extra.template.engine.freemarker
FreeMarker模板引擎封装
见:https://freemarker.apache.org/
FreemarkerEngine() - Constructor for class cn.hutool.extra.template.engine.freemarker.FreemarkerEngine
默认构造
FreemarkerEngine(TemplateConfig) - Constructor for class cn.hutool.extra.template.engine.freemarker.FreemarkerEngine
构造
FreemarkerEngine(Configuration) - Constructor for class cn.hutool.extra.template.engine.freemarker.FreemarkerEngine
构造
FreemarkerTemplate - Class in cn.hutool.extra.template.engine.freemarker
Freemarker模板实现
FreemarkerTemplate(Template) - Constructor for class cn.hutool.extra.template.engine.freemarker.FreemarkerTemplate
构造
Ftp - Class in cn.hutool.extra.ftp
FTP客户端封装
此客户端基于Apache-Commons-Net 常见搭建ftp的工具有 1、filezila server ;根目录一般都是空 2、linux vsftpd ; 使用的 系统用户的目录,这里往往都是不是根目录,如:/home/ftpuser/ftp
Ftp(String) - Constructor for class cn.hutool.extra.ftp.Ftp
构造,匿名登录
Ftp(String, int) - Constructor for class cn.hutool.extra.ftp.Ftp
构造,匿名登录
Ftp(String, int, String, String) - Constructor for class cn.hutool.extra.ftp.Ftp
构造
Ftp(String, int, String, String, Charset) - Constructor for class cn.hutool.extra.ftp.Ftp
构造
Ftp(String, int, String, String, Charset, String, String) - Constructor for class cn.hutool.extra.ftp.Ftp
构造
Ftp(String, int, String, String, Charset, String, String, FtpMode) - Constructor for class cn.hutool.extra.ftp.Ftp
构造
Ftp(FtpConfig, FtpMode) - Constructor for class cn.hutool.extra.ftp.Ftp
构造
Ftp(FTPClient) - Constructor for class cn.hutool.extra.ftp.Ftp
构造
ftpConfig - Variable in class cn.hutool.extra.ftp.AbstractFtp
 
FtpConfig - Class in cn.hutool.extra.ftp
FTP配置项,提供FTP各种参数信息
FtpConfig() - Constructor for class cn.hutool.extra.ftp.FtpConfig
构造
FtpConfig(String, int, String, String, Charset) - Constructor for class cn.hutool.extra.ftp.FtpConfig
构造
FtpConfig(String, int, String, String, Charset, String, String) - Constructor for class cn.hutool.extra.ftp.FtpConfig
构造
FtpException - Exception in cn.hutool.extra.ftp
Ftp异常
FtpException(Throwable) - Constructor for exception cn.hutool.extra.ftp.FtpException
 
FtpException(String) - Constructor for exception cn.hutool.extra.ftp.FtpException
 
FtpException(String, Object...) - Constructor for exception cn.hutool.extra.ftp.FtpException
 
FtpException(String, Throwable) - Constructor for exception cn.hutool.extra.ftp.FtpException
 
FtpException(String, Throwable, boolean, boolean) - Constructor for exception cn.hutool.extra.ftp.FtpException
 
FtpException(Throwable, String, Object...) - Constructor for exception cn.hutool.extra.ftp.FtpException
 
FtpMode - Enum in cn.hutool.extra.ftp
FTP连接模式 见:https://www.cnblogs.com/huhaoshida/p/5412615.html

G

GanymedUtil - Class in cn.hutool.extra.ssh
Ganymed-SSH2封装,见:http://www.ganymed.ethz.ch/ssh2/
GanymedUtil() - Constructor for class cn.hutool.extra.ssh.GanymedUtil
 
generate(String, int, int, File) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
生成二维码到文件,二维码图片格式取决于文件的扩展名
generate(String, QrConfig, File) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
生成二维码到文件,二维码图片格式取决于文件的扩展名
generate(String, int, int, String, OutputStream) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
生成二维码到输出流
generate(String, QrConfig, String, OutputStream) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
生成二维码到输出流
generate(String, int, int) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
生成二维码图片
generate(String, BarcodeFormat, int, int) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
生成二维码或条形码图片
generate(String, QrConfig) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
生成二维码图片
generate(String, BarcodeFormat, QrConfig) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
生成二维码或条形码图片
只有二维码时QrConfig中的图片才有效
generateAsAsciiArt(String) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
生成ASCII Art字符画形式的二维码
generateAsAsciiArt(String, QrConfig) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
生成ASCII Art字符画形式的二维码
generateAsAsciiArt(String, int, int, int) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
 
generateAsBase64(String, QrConfig, String, String) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
生成代 logo 图片的 Base64 编码格式的二维码,以 String 形式表示
generateAsBase64(String, QrConfig, String, byte[]) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
生成代 logo 图片的 Base64 编码格式的二维码,以 String 形式表示
generateAsBase64(String, QrConfig, String, Image) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
生成代 logo 图片的 Base64 编码格式的二维码,以 String 形式表示
generateAsBase64(String, QrConfig, String) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
生成 Base64 编码格式的二维码,以 String 形式表示 输出格式为: data:image/[type];base64,[data]
generateAsSvg(String, QrConfig) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
 
generateLocalPort() - Static method in class cn.hutool.extra.ssh.JschUtil
生成一个本地端口,用于远程端口映射
generatePng(String, int, int) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
生成PNG格式的二维码图片,以byte[]形式表示
generatePng(String, QrConfig) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
生成PNG格式的二维码图片,以byte[]形式表示
get(Class<?>, Class<?>, Converter) - Method in enum cn.hutool.extra.cglib.BeanCopierCache
获得类与转换器生成的key在BeanCopier的Map中对应的元素
get(Class<?>, Class<?>, boolean) - Method in enum cn.hutool.extra.cglib.BeanCopierCache
获得类与转换器生成的key在BeanCopier的Map中对应的元素
get(String) - Method in class cn.hutool.extra.compress.extractor.SevenZExtractor
获取指定名称的文件流
get(String) - Static method in class cn.hutool.extra.emoji.EmojiUtil
通过别名获取Emoji
get() - Static method in class cn.hutool.extra.expression.engine.ExpressionFactory
获得单例的ExpressionEngine
get() - Static method in class cn.hutool.extra.pinyin.engine.PinyinFactory
获得单例的PinyinEngine
get(String) - Method in enum cn.hutool.extra.ssh.JschSessionPool
获取Session,不存在返回null
get(String, String) - Method in class cn.hutool.extra.ssh.Sftp
获取远程文件
get(String, OutputStream) - Method in class cn.hutool.extra.ssh.Sftp
获取远程文件
get() - Static method in class cn.hutool.extra.template.engine.TemplateFactory
根据用户引入的模板引擎jar,自动创建对应的模板引擎对象
获得的是单例的TemplateEngine
get() - Static method in class cn.hutool.extra.tokenizer.engine.TokenizerFactory
根据用户引入的模板引擎jar,自动创建对应的分词引擎对象
获得的是单例的TokenizerEngine
getAccount() - Method in enum cn.hutool.extra.mail.GlobalMailAccount
获得邮件帐户
getActiveProfile() - Static method in class cn.hutool.extra.spring.SpringUtil
获取当前的环境配置,当有多个环境配置时,只获取第一个
getActiveProfiles() - Static method in class cn.hutool.extra.spring.SpringUtil
获取当前的环境配置,无配置返回null
getApplicationContext() - Static method in class cn.hutool.extra.spring.SpringUtil
获取ApplicationContext
getApplicationName() - Static method in class cn.hutool.extra.spring.SpringUtil
获取应用程序名称
getBackColor() - Method in class cn.hutool.extra.qrcode.QrConfig
获取背景色
getBean(String) - Static method in class cn.hutool.extra.spring.SpringUtil
通过name获取 Bean
getBean(Class<T>) - Static method in class cn.hutool.extra.spring.SpringUtil
通过class获取Bean
getBean(Class<T>, Object...) - Static method in class cn.hutool.extra.spring.SpringUtil
通过class获取Bean
getBean(String, Class<T>) - Static method in class cn.hutool.extra.spring.SpringUtil
通过name,以及Clazz返回指定的Bean
getBean(String, Object...) - Static method in class cn.hutool.extra.spring.SpringUtil
通过name,以及Clazz返回指定的Bean
getBean(TypeReference<T>) - Static method in class cn.hutool.extra.spring.SpringUtil
通过类型参考返回带泛型参数的Bean
getBeanFactory() - Static method in class cn.hutool.extra.spring.SpringUtil
获取ListableBeanFactory,可能为ConfigurableListableBeanFactoryApplicationContextAware
getBeanNamesForType(Class<?>) - Static method in class cn.hutool.extra.spring.SpringUtil
获取指定类型对应的Bean名称,包括子类
getBeansOfType(Class<T>) - Static method in class cn.hutool.extra.spring.SpringUtil
获取指定类型对应的所有Bean,包括子类
getBody(ServletRequest) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
获取请求体
调用该方法后,getParam方法将失效
getBody(ServletRequest) - Static method in class cn.hutool.extra.servlet.ServletUtil
获取请求体
调用该方法后,getParam方法将失效
getBodyBytes(ServletRequest) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
获取请求体byte[]
调用该方法后,getParam方法将失效
getBodyBytes(ServletRequest) - Static method in class cn.hutool.extra.servlet.ServletUtil
获取请求体byte[]
调用该方法后,getParam方法将失效
getByTag(String) - Static method in class cn.hutool.extra.emoji.EmojiUtil
通过tag方式获取对应的所有Emoji表情
getCharset() - Method in class cn.hutool.extra.ftp.FtpConfig
 
getCharset() - Method in class cn.hutool.extra.mail.MailAccount
获取字符集编码
getCharset() - Method in class cn.hutool.extra.qrcode.QrConfig
获取编码
getCharset() - Method in class cn.hutool.extra.template.TemplateConfig
获取编码
getCharsetStr() - Method in class cn.hutool.extra.template.TemplateConfig
获取编码
getClient() - Method in class cn.hutool.extra.ftp.Ftp
获取FTPClient客户端对象
getClient() - Method in class cn.hutool.extra.ssh.Sftp
获取SFTP通道客户端
getClientIP(HttpServletRequest, String...) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
获取客户端IP 默认检测的Header: 1、X-Forwarded-For 2、X-Real-IP 3、Proxy-Client-IP 4、WL-Proxy-Client-IP otherHeaderNames参数用于自定义检测的Header
需要注意的是,使用此方法获取的客户IP地址必须在Http服务器(例如Nginx)中配置头信息,否则容易造成IP伪造。
getClientIP(HttpServletRequest, String...) - Static method in class cn.hutool.extra.servlet.ServletUtil
获取客户端IP 默认检测的Header: 1、X-Forwarded-For 2、X-Real-IP 3、Proxy-Client-IP 4、WL-Proxy-Client-IP otherHeaderNames参数用于自定义检测的Header
需要注意的是,使用此方法获取的客户IP地址必须在Http服务器(例如Nginx)中配置头信息,否则容易造成IP伪造。
getClientIPByHeader(HttpServletRequest, String...) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
获取客户端IP headerNames参数用于自定义检测的Header
需要注意的是,使用此方法获取的客户IP地址必须在Http服务器(例如Nginx)中配置头信息,否则容易造成IP伪造。
getClientIPByHeader(HttpServletRequest, String...) - Static method in class cn.hutool.extra.servlet.ServletUtil
获取客户端IP headerNames参数用于自定义检测的Header
需要注意的是,使用此方法获取的客户IP地址必须在Http服务器(例如Nginx)中配置头信息,否则容易造成IP伪造。
getConfigurableBeanFactory() - Static method in class cn.hutool.extra.spring.SpringUtil
获取ConfigurableListableBeanFactory
getConfiguration() - Method in class cn.hutool.extra.template.engine.freemarker.FreemarkerEngine
获取原始引擎的钩子方法,用于自定义特殊属性,如插件等
getConnectionTimeout() - Method in class cn.hutool.extra.ftp.FtpConfig
 
getCookie(HttpServletRequest, String) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
获得指定的Cookie
getCookie(HttpServletRequest, String) - Static method in class cn.hutool.extra.servlet.ServletUtil
获得指定的Cookie
getCustomEngine() - Method in class cn.hutool.extra.template.TemplateConfig
获取自定义引擎,null表示系统自动判断
getCustomProperty() - Method in class cn.hutool.extra.mail.MailAccount
获取自定义属性列表
getEndOffset() - Method in class cn.hutool.extra.tokenizer.engine.analysis.AnalysisWord
 
getEndOffset() - Method in class cn.hutool.extra.tokenizer.engine.ansj.AnsjWord
 
getEndOffset() - Method in class cn.hutool.extra.tokenizer.engine.hanlp.HanLPWord
 
getEndOffset() - Method in class cn.hutool.extra.tokenizer.engine.ikanalyzer.IKAnalyzerWord
 
getEndOffset() - Method in class cn.hutool.extra.tokenizer.engine.jcseg.JcsegWord
 
getEndOffset() - Method in class cn.hutool.extra.tokenizer.engine.jieba.JiebaWord
 
getEndOffset() - Method in class cn.hutool.extra.tokenizer.engine.mmseg.MmsegWord
 
getEndOffset() - Method in class cn.hutool.extra.tokenizer.engine.mynlp.MynlpWord
 
getEndOffset() - Method in class cn.hutool.extra.tokenizer.engine.word.WordWord
 
getEndOffset() - Method in interface cn.hutool.extra.tokenizer.Word
获取本词的结束位置
getEngine() - Method in class cn.hutool.extra.expression.engine.aviator.AviatorEngine
获取AviatorEvaluatorInstance
getEngine() - Method in class cn.hutool.extra.expression.engine.jexl.JexlEngine
获取JexlEngine
getEngine() - Static method in class cn.hutool.extra.expression.ExpressionUtil
获得全局单例的表达式引擎
getEngine() - Static method in class cn.hutool.extra.pinyin.PinyinUtil
获得全局单例的拼音引擎
getErrorCorrection() - Method in class cn.hutool.extra.qrcode.QrConfig
获取纠错级别
getErrorMessages() - Method in class cn.hutool.extra.validation.BeanValidationResult
获取错误信息列表
getFirst(Filter<ArchiveEntry>) - Method in class cn.hutool.extra.compress.extractor.SevenZExtractor
获取满足指定过滤要求的压缩包内的第一个文件流
getFirstLetter(char) - Method in interface cn.hutool.extra.pinyin.PinyinEngine
将输入字符串转为拼音首字母,其它字符原样返回
getFirstLetter(String, String) - Method in interface cn.hutool.extra.pinyin.PinyinEngine
将输入字符串转为拼音首字母,其它字符原样返回
getFirstLetter(char) - Static method in class cn.hutool.extra.pinyin.PinyinUtil
将输入字符串转为拼音首字母,其它字符原样返回
getFirstLetter(String, String) - Static method in class cn.hutool.extra.pinyin.PinyinUtil
将输入字符串转为拼音首字母,其它字符原样返回
getForeColor() - Method in class cn.hutool.extra.qrcode.QrConfig
获取前景色
getFrom() - Method in class cn.hutool.extra.mail.MailAccount
获取发送方,遵循RFC-822标准
getGroup() - Method in class cn.hutool.extra.ssh.Connector
获得用户组名
getHeader(HttpServletRequest, String, String) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
获得请求header中的信息
getHeader(HttpServletRequest, String, Charset) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
获得请求header中的信息
getHeader(HttpServletRequest, String, String) - Static method in class cn.hutool.extra.servlet.ServletUtil
获得请求header中的信息
getHeader(HttpServletRequest, String, Charset) - Static method in class cn.hutool.extra.servlet.ServletUtil
获得请求header中的信息
getHeaderIgnoreCase(HttpServletRequest, String) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
忽略大小写获得请求header中的信息
getHeaderIgnoreCase(HttpServletRequest, String) - Static method in class cn.hutool.extra.servlet.ServletUtil
忽略大小写获得请求header中的信息
getHeaderMap(HttpServletRequest) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
获取请求所有的头(header)信息
getHeaderMap(HttpServletRequest) - Static method in class cn.hutool.extra.servlet.ServletUtil
获取请求所有的头(header)信息
getHeadersMap(HttpServletRequest) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
获取请求所有的头(header)信息
getHeadersMap(HttpServletResponse) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
获取响应所有的头(header)信息
getHeadersMap(HttpServletRequest) - Static method in class cn.hutool.extra.servlet.ServletUtil
获取请求所有的头(header)信息
getHeadersMap(HttpServletResponse) - Static method in class cn.hutool.extra.servlet.ServletUtil
获取响应所有的头(header)信息
getHeight() - Method in class cn.hutool.extra.qrcode.QrConfig
获取高度
getHost() - Method in class cn.hutool.extra.ftp.FtpConfig
 
getHost() - Method in class cn.hutool.extra.mail.MailAccount
获得SMTP服务器域名
getHost() - Method in class cn.hutool.extra.ssh.Connector
获得主机名
getImg() - Method in class cn.hutool.extra.qrcode.QrConfig
获取二维码中的Logo
getIn(String, InputStream) - Static method in class cn.hutool.extra.compress.CompressUtil
获取压缩输入流,用于解压缩指定内容,支持的格式例如:
getLastModified(Object) - Method in class cn.hutool.extra.template.engine.freemarker.SimpleStringTemplateLoader
 
getLastModified(Resource) - Method in class cn.hutool.extra.template.engine.velocity.SimpleStringResourceLoader
 
getListenerFactory() - Method in class cn.hutool.extra.ftp.SimpleFtpServer
获取ListenerFactory,用于设置端口、用户、SSL等信息
getMargin() - Method in class cn.hutool.extra.qrcode.QrConfig
获取边距
getMatrix() - Method in class cn.hutool.extra.qrcode.BufferedImageLuminanceSource
 
getMessage() - Method in class cn.hutool.extra.validation.BeanValidationResult.ErrorMessage
 
getMultipart(ServletRequest) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
获得MultiPart表单内容,多用于获得上传的文件 在同一次请求中,此方法只能被执行一次!
getMultipart(ServletRequest, UploadSetting) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
获得multipart/form-data 表单内容
包括文件和普通表单数据
在同一次请求中,此方法只能被执行一次!
getMultipart(ServletRequest) - Static method in class cn.hutool.extra.servlet.ServletUtil
获得MultiPart表单内容,多用于获得上传的文件 在同一次请求中,此方法只能被执行一次!
getMultipart(ServletRequest, UploadSetting) - Static method in class cn.hutool.extra.servlet.ServletUtil
获得multipart/form-data 表单内容
包括文件和普通表单数据
在同一次请求中,此方法只能被执行一次!
getOut(String, OutputStream) - Static method in class cn.hutool.extra.compress.CompressUtil
获取压缩输出流,用于压缩指定内容,支持的格式例如:
getParamMap(ServletRequest) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
获得所有请求参数
getParamMap(ServletRequest) - Static method in class cn.hutool.extra.servlet.ServletUtil
获得所有请求参数
getParams(ServletRequest) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
获得所有请求参数
getParams(ServletRequest) - Static method in class cn.hutool.extra.servlet.ServletUtil
获得所有请求参数
getPass() - Method in class cn.hutool.extra.mail.MailAccount
获取密码
getPassword() - Method in class cn.hutool.extra.ftp.FtpConfig
 
getPassword() - Method in class cn.hutool.extra.ssh.Connector
获得密码
getPasswordAuthentication() - Method in class cn.hutool.extra.mail.JakartaUserPassAuthenticator
 
getPasswordAuthentication() - Method in class cn.hutool.extra.mail.UserPassAuthenticator
 
getPath() - Method in class cn.hutool.extra.template.TemplateConfig
获取模板路径,如果ClassPath或者WebRoot模式,则表示相对路径
getPinyin(char) - Method in class cn.hutool.extra.pinyin.engine.bopomofo4j.Bopomofo4jEngine
 
getPinyin(char, boolean) - Method in class cn.hutool.extra.pinyin.engine.bopomofo4j.Bopomofo4jEngine
 
getPinyin(String, String) - Method in class cn.hutool.extra.pinyin.engine.bopomofo4j.Bopomofo4jEngine
 
getPinyin(String, String, boolean) - Method in class cn.hutool.extra.pinyin.engine.bopomofo4j.Bopomofo4jEngine
 
getPinyin(char) - Method in class cn.hutool.extra.pinyin.engine.houbbpinyin.HoubbPinyinEngine
 
getPinyin(char, boolean) - Method in class cn.hutool.extra.pinyin.engine.houbbpinyin.HoubbPinyinEngine
 
getPinyin(String, String) - Method in class cn.hutool.extra.pinyin.engine.houbbpinyin.HoubbPinyinEngine
 
getPinyin(String, String, boolean) - Method in class cn.hutool.extra.pinyin.engine.houbbpinyin.HoubbPinyinEngine
 
getPinyin(char) - Method in class cn.hutool.extra.pinyin.engine.jpinyin.JPinyinEngine
 
getPinyin(char, boolean) - Method in class cn.hutool.extra.pinyin.engine.jpinyin.JPinyinEngine
 
getPinyin(String, String) - Method in class cn.hutool.extra.pinyin.engine.jpinyin.JPinyinEngine
 
getPinyin(String, String, boolean) - Method in class cn.hutool.extra.pinyin.engine.jpinyin.JPinyinEngine
 
getPinyin(char) - Method in class cn.hutool.extra.pinyin.engine.pinyin4j.Pinyin4jEngine
 
getPinyin(char, boolean) - Method in class cn.hutool.extra.pinyin.engine.pinyin4j.Pinyin4jEngine
 
getPinyin(String, String) - Method in class cn.hutool.extra.pinyin.engine.pinyin4j.Pinyin4jEngine
 
getPinyin(String, String, boolean) - Method in class cn.hutool.extra.pinyin.engine.pinyin4j.Pinyin4jEngine
 
getPinyin(char) - Method in class cn.hutool.extra.pinyin.engine.tinypinyin.TinyPinyinEngine
 
getPinyin(String, String) - Method in class cn.hutool.extra.pinyin.engine.tinypinyin.TinyPinyinEngine
 
getPinyin(char) - Method in interface cn.hutool.extra.pinyin.PinyinEngine
如果c为汉字,则返回大写拼音;如果c不是汉字,则返回String.valueOf(c)
getPinyin(char, boolean) - Method in interface cn.hutool.extra.pinyin.PinyinEngine
如果c为汉字,则返回大写拼音;如果c不是汉字,则返回String.valueOf(c)
getPinyin(String, String) - Method in interface cn.hutool.extra.pinyin.PinyinEngine
获取字符串对应的完整拼音,非中文返回原字符
getPinyin(String, String, boolean) - Method in interface cn.hutool.extra.pinyin.PinyinEngine
获取字符串对应的完整拼音,非中文返回原字符
getPinyin(char) - Static method in class cn.hutool.extra.pinyin.PinyinUtil
如果c为汉字,则返回大写拼音;如果c不是汉字,则返回String.valueOf(c)
getPinyin(char, boolean) - Static method in class cn.hutool.extra.pinyin.PinyinUtil
如果c为汉字,则返回大写拼音;如果c不是汉字,则返回String.valueOf(c)
getPinyin(String) - Static method in class cn.hutool.extra.pinyin.PinyinUtil
将输入字符串转为拼音,每个字之间的拼音使用空格分隔
getPinyin(String, boolean) - Static method in class cn.hutool.extra.pinyin.PinyinUtil
将输入字符串转为拼音,每个字之间的拼音使用空格分隔
getPinyin(String, String) - Static method in class cn.hutool.extra.pinyin.PinyinUtil
将输入字符串转为拼音,以字符为单位插入分隔符
getPinyin(String, String, boolean) - Static method in class cn.hutool.extra.pinyin.PinyinUtil
将输入字符串转为拼音,以字符为单位插入分隔符
getPort() - Method in class cn.hutool.extra.ftp.FtpConfig
 
getPort() - Method in class cn.hutool.extra.mail.MailAccount
获得SMTP服务端口
getPort() - Method in class cn.hutool.extra.ssh.Connector
获得端口号
getProperty(String) - Static method in class cn.hutool.extra.spring.SpringUtil
获取配置文件配置项的值
getProperty(String, String) - Static method in class cn.hutool.extra.spring.SpringUtil
获取配置文件配置项的值
getProperty(String, Class<T>, T) - Static method in class cn.hutool.extra.spring.SpringUtil
获取配置文件配置项的值
getPropertyName() - Method in class cn.hutool.extra.validation.BeanValidationResult.ErrorMessage
 
getQrVersion() - Method in class cn.hutool.extra.qrcode.QrConfig
设置二维码中的信息量,可设置0-40的整数,二维码图片也会根据qrVersion而变化,0表示根据传入信息自动变化
getRatio() - Method in class cn.hutool.extra.qrcode.QrConfig
获取二维码中的Logo缩放的比例系数,如5表示长宽最小值的1/5
getRawEngine() - Method in class cn.hutool.extra.template.engine.beetl.BeetlEngine
获取原始引擎的钩子方法,用于自定义特殊属性,如插件等
getRawEngine() - Method in class cn.hutool.extra.template.engine.enjoy.EnjoyEngine
获取原始引擎的钩子方法,用于自定义特殊属性,如插件等
getRawEngine() - Method in class cn.hutool.extra.template.engine.jetbrick.JetbrickEngine
获取原始引擎的钩子方法,用于自定义特殊属性,如插件等
getRawEngine() - Method in class cn.hutool.extra.template.engine.rythm.RythmEngine
获取原始引擎的钩子方法,用于自定义特殊属性,如插件等
getRawEngine() - Method in class cn.hutool.extra.template.engine.thymeleaf.ThymeleafEngine
获取原始引擎的钩子方法,用于自定义特殊属性,如插件等
getRawEngine() - Method in class cn.hutool.extra.template.engine.velocity.VelocityEngine
获取原始的引擎对象
getRawEngine() - Method in class cn.hutool.extra.template.engine.wit.WitEngine
获取原始引擎的钩子方法,用于自定义特殊属性,如插件等
getReader(Object, String) - Method in class cn.hutool.extra.template.engine.freemarker.SimpleStringTemplateLoader
 
getReadSize() - Method in class cn.hutool.extra.compress.extractor.Seven7EntryInputStream
获取读取的长度(字节数)
getResourceMode() - Method in class cn.hutool.extra.template.TemplateConfig
获取模板资源加载方式
getResourceReader(String, String) - Method in class cn.hutool.extra.template.engine.velocity.SimpleStringResourceLoader
 
getResourceStream(String) - Method in class cn.hutool.extra.template.engine.velocity.SimpleStringResourceLoader
获取资源流
getRound() - Method in class cn.hutool.extra.qrcode.QrConfig
获取二维码中的Logo圆角弧度
getRow(int, byte[]) - Method in class cn.hutool.extra.qrcode.BufferedImageLuminanceSource
 
getServerFactory() - Method in class cn.hutool.extra.ftp.SimpleFtpServer
获取 FtpServerFactory,用于设置FTP服务器相关信息
getServerLanguageCode() - Method in class cn.hutool.extra.ftp.FtpConfig
 
getSession(MailAccount, boolean) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
根据配置文件,获取邮件客户端会话
getSession(MailAccount, boolean) - Static method in class cn.hutool.extra.mail.MailUtil
根据配置文件,获取邮件客户端会话
getSession(String, int, String, String) - Method in enum cn.hutool.extra.ssh.JschSessionPool
获得一个SSH跳板机会话,重用已经使用的会话
getSession(String, int, String, String, byte[]) - Method in enum cn.hutool.extra.ssh.JschSessionPool
获得一个SSH跳板机会话,重用已经使用的会话
getSession(String, int, String, byte[], byte[]) - Method in enum cn.hutool.extra.ssh.JschSessionPool
获得一个SSH跳板机会话,重用已经使用的会话
getSession(String, int, String, String) - Static method in class cn.hutool.extra.ssh.JschUtil
获得一个SSH会话,重用已经使用的会话
getSession(String, int, String, String, byte[]) - Static method in class cn.hutool.extra.ssh.JschUtil
获得一个SSH会话,重用已经使用的会话
getSession(String, int, String, byte[], byte[]) - Static method in class cn.hutool.extra.ssh.JschUtil
获得一个SSH会话,重用已经使用的会话
getSevenZOutputFile() - Method in class cn.hutool.extra.compress.archiver.SevenZArchiver
获取SevenZOutputFile以便自定义相关设置
getSmtpProps() - Method in class cn.hutool.extra.mail.MailAccount
获得SMTP相关信息
getSocketFactoryClass() - Method in class cn.hutool.extra.mail.MailAccount
获取指定实现javax.net.SocketFactory接口的类的名称,这个类将被用于创建SMTP的套接字
getSocketFactoryPort() - Method in class cn.hutool.extra.mail.MailAccount
获取指定的端口连接到在使用指定的套接字工厂。
getSoTimeout() - Method in class cn.hutool.extra.ftp.FtpConfig
 
getSslProtocols() - Method in class cn.hutool.extra.mail.MailAccount
获取SSL协议,多个协议用空格分隔
getStartOffset() - Method in class cn.hutool.extra.tokenizer.engine.analysis.AnalysisWord
 
getStartOffset() - Method in class cn.hutool.extra.tokenizer.engine.ansj.AnsjWord
 
getStartOffset() - Method in class cn.hutool.extra.tokenizer.engine.hanlp.HanLPWord
 
getStartOffset() - Method in class cn.hutool.extra.tokenizer.engine.ikanalyzer.IKAnalyzerWord
 
getStartOffset() - Method in class cn.hutool.extra.tokenizer.engine.jcseg.JcsegWord
 
getStartOffset() - Method in class cn.hutool.extra.tokenizer.engine.jieba.JiebaWord
 
getStartOffset() - Method in class cn.hutool.extra.tokenizer.engine.mmseg.MmsegWord
 
getStartOffset() - Method in class cn.hutool.extra.tokenizer.engine.mynlp.MynlpWord
 
getStartOffset() - Method in class cn.hutool.extra.tokenizer.engine.word.WordWord
 
getStartOffset() - Method in interface cn.hutool.extra.tokenizer.Word
获取本词的起始位置
getSystemKey() - Method in class cn.hutool.extra.ftp.FtpConfig
 
getTemplate(String) - Method in class cn.hutool.extra.template.engine.beetl.BeetlEngine
 
getTemplate(String) - Method in class cn.hutool.extra.template.engine.enjoy.EnjoyEngine
 
getTemplate(String) - Method in class cn.hutool.extra.template.engine.freemarker.FreemarkerEngine
 
getTemplate(String) - Method in class cn.hutool.extra.template.engine.jetbrick.JetbrickEngine
 
getTemplate(String) - Method in class cn.hutool.extra.template.engine.rythm.RythmEngine
 
getTemplate(String) - Method in class cn.hutool.extra.template.engine.thymeleaf.ThymeleafEngine
 
getTemplate(String) - Method in class cn.hutool.extra.template.engine.velocity.VelocityEngine
 
getTemplate(String) - Method in class cn.hutool.extra.template.engine.wit.WitEngine
 
getTemplate(String) - Method in interface cn.hutool.extra.template.TemplateEngine
获取模板
getText() - Method in class cn.hutool.extra.tokenizer.engine.analysis.AnalysisWord
 
getText() - Method in class cn.hutool.extra.tokenizer.engine.ansj.AnsjWord
 
getText() - Method in class cn.hutool.extra.tokenizer.engine.hanlp.HanLPWord
 
getText() - Method in class cn.hutool.extra.tokenizer.engine.ikanalyzer.IKAnalyzerWord
 
getText() - Method in class cn.hutool.extra.tokenizer.engine.jcseg.JcsegWord
 
getText() - Method in class cn.hutool.extra.tokenizer.engine.jieba.JiebaWord
 
getText() - Method in class cn.hutool.extra.tokenizer.engine.mmseg.MmsegWord
 
getText() - Method in class cn.hutool.extra.tokenizer.engine.mynlp.MynlpWord
 
getText() - Method in class cn.hutool.extra.tokenizer.engine.word.WordWord
 
getText() - Method in interface cn.hutool.extra.tokenizer.Word
获取单词文本
getUser() - Method in class cn.hutool.extra.ftp.FtpConfig
 
getUser() - Method in class cn.hutool.extra.mail.MailAccount
获取用户名
getUser() - Method in class cn.hutool.extra.ssh.Connector
获得用户名
getUserManager() - Method in class cn.hutool.extra.ftp.SimpleFtpServer
获取用户管理器,用于新增、查找和删除用户信息
getValidator() - Static method in class cn.hutool.extra.validation.ValidationUtil
获取原生Validator 对象
getValue() - Method in enum cn.hutool.extra.ssh.ChannelType
获取值
getValue() - Method in class cn.hutool.extra.validation.BeanValidationResult.ErrorMessage
 
getWidth() - Method in class cn.hutool.extra.qrcode.QrConfig
获取宽度
getWriter(HttpServletResponse) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
获得PrintWriter
getWriter(HttpServletResponse) - Static method in class cn.hutool.extra.servlet.ServletUtil
获得PrintWriter
GlobalMailAccount - Enum in cn.hutool.extra.mail
全局邮件帐户,依赖于邮件配置文件MailAccount.MAIL_SETTING_PATHS

H

HanLPEngine - Class in cn.hutool.extra.tokenizer.engine.hanlp
HanLP分词引擎实现
项目地址:https://github.com/hankcs/HanLP
HanLPEngine() - Constructor for class cn.hutool.extra.tokenizer.engine.hanlp.HanLPEngine
构造
HanLPEngine(Segment) - Constructor for class cn.hutool.extra.tokenizer.engine.hanlp.HanLPEngine
构造
HanLPResult - Class in cn.hutool.extra.tokenizer.engine.hanlp
HanLP分词结果实现
项目地址:https://github.com/hankcs/HanLP
HanLPResult(List<Term>) - Constructor for class cn.hutool.extra.tokenizer.engine.hanlp.HanLPResult
 
HanLPWord - Class in cn.hutool.extra.tokenizer.engine.hanlp
HanLP分词中的一个单词包装
HanLPWord(Term) - Constructor for class cn.hutool.extra.tokenizer.engine.hanlp.HanLPWord
构造
hashCode() - Method in class cn.hutool.extra.template.TemplateConfig
 
hasNext() - Method in class cn.hutool.extra.tokenizer.engine.ansj.AnsjResult
 
hasNext() - Method in class cn.hutool.extra.tokenizer.engine.hanlp.HanLPResult
 
hasNext() - Method in class cn.hutool.extra.tokenizer.engine.jieba.JiebaResult
 
hasNext() - Method in class cn.hutool.extra.tokenizer.engine.mynlp.MynlpResult
 
hasNext() - Method in class cn.hutool.extra.tokenizer.engine.word.WordResult
 
height - Variable in class cn.hutool.extra.qrcode.QrConfig
高度(单位:像素或▄) 当二维码类型为一般图片或者SVG时,单位是像素 当二维码类型Ascii Art字符画时,单位是字符▄或▀的大小
home() - Method in class cn.hutool.extra.ssh.Sftp
获取HOME路径
HoubbPinyinEngine - Class in cn.hutool.extra.pinyin.engine.houbbpinyin
封装了 houbb Pinyin 的引擎。
HoubbPinyinEngine() - Constructor for class cn.hutool.extra.pinyin.engine.houbbpinyin.HoubbPinyinEngine
构造
HoubbPinyinEngine(PinyinStyleEnum) - Constructor for class cn.hutool.extra.pinyin.engine.houbbpinyin.HoubbPinyinEngine
构造

I

IKAnalyzerEngine - Class in cn.hutool.extra.tokenizer.engine.ikanalyzer
IKAnalyzer分词引擎实现
项目地址:https://github.com/yozhao/IKAnalyzer
IKAnalyzerEngine() - Constructor for class cn.hutool.extra.tokenizer.engine.ikanalyzer.IKAnalyzerEngine
构造
IKAnalyzerEngine(IKSegmenter) - Constructor for class cn.hutool.extra.tokenizer.engine.ikanalyzer.IKAnalyzerEngine
Deprecated.
并发问题,导致无法共用IKSegmenter,因此废弃
IKAnalyzerResult - Class in cn.hutool.extra.tokenizer.engine.ikanalyzer
IKAnalyzer分词结果实现
项目地址:https://github.com/yozhao/IKAnalyzer
IKAnalyzerResult(IKSegmenter) - Constructor for class cn.hutool.extra.tokenizer.engine.ikanalyzer.IKAnalyzerResult
构造
IKAnalyzerWord - Class in cn.hutool.extra.tokenizer.engine.ikanalyzer
IKAnalyzer分词中的一个单词包装
IKAnalyzerWord(Lexeme) - Constructor for class cn.hutool.extra.tokenizer.engine.ikanalyzer.IKAnalyzerWord
构造
img - Variable in class cn.hutool.extra.qrcode.QrConfig
二维码中的Logo
init() - Method in class cn.hutool.extra.ftp.Ftp
初始化连接
init(String, int, String, String) - Method in class cn.hutool.extra.ftp.Ftp
初始化连接
init(String, int, String, String, FtpMode) - Method in class cn.hutool.extra.ftp.Ftp
初始化连接
init(FtpConfig, FtpMode) - Method in class cn.hutool.extra.ftp.Ftp
初始化连接
init(PinyinStyleEnum) - Method in class cn.hutool.extra.pinyin.engine.houbbpinyin.HoubbPinyinEngine
初始化
init(PinyinFormat) - Method in class cn.hutool.extra.pinyin.engine.jpinyin.JPinyinEngine
 
init(HanyuPinyinOutputFormat) - Method in class cn.hutool.extra.pinyin.engine.pinyin4j.Pinyin4jEngine
初始化
init(String, int, String, String, Charset) - Method in class cn.hutool.extra.ssh.Sftp
构造
init() - Method in class cn.hutool.extra.ssh.Sftp
初始化
init(FtpConfig) - Method in class cn.hutool.extra.ssh.Sftp
初始化
init(Session, Charset) - Method in class cn.hutool.extra.ssh.Sftp
初始化
init(ChannelSftp, Charset) - Method in class cn.hutool.extra.ssh.Sftp
初始化
init() - Method in class cn.hutool.extra.ssh.SshjSftp
SSH 初始化并创建一个sftp客户端.
init(TemplateConfig) - Method in class cn.hutool.extra.template.engine.beetl.BeetlEngine
 
init(TemplateConfig) - Method in class cn.hutool.extra.template.engine.enjoy.EnjoyEngine
 
init(TemplateConfig) - Method in class cn.hutool.extra.template.engine.freemarker.FreemarkerEngine
 
init(TemplateConfig) - Method in class cn.hutool.extra.template.engine.jetbrick.JetbrickEngine
 
init(TemplateConfig) - Method in class cn.hutool.extra.template.engine.rythm.RythmEngine
 
init(TemplateConfig) - Method in class cn.hutool.extra.template.engine.thymeleaf.ThymeleafEngine
 
init(ExtProperties) - Method in class cn.hutool.extra.template.engine.velocity.SimpleStringResourceLoader
 
init(TemplateConfig) - Method in class cn.hutool.extra.template.engine.velocity.VelocityEngine
 
init(TemplateConfig) - Method in class cn.hutool.extra.template.engine.wit.WitEngine
 
init(TemplateConfig) - Method in interface cn.hutool.extra.template.TemplateEngine
使用指定配置文件初始化模板引擎
InternalMailUtil - Class in cn.hutool.extra.mail
邮件内部工具类
InternalMailUtil() - Constructor for class cn.hutool.extra.mail.InternalMailUtil
 
isAuth() - Method in class cn.hutool.extra.mail.MailAccount
是否需要用户名密码验证
isBackToPwd() - Method in class cn.hutool.extra.ftp.Ftp
是否执行完操作返回当前目录
isChinese(char) - Static method in class cn.hutool.extra.pinyin.PinyinUtil
是否为中文字符
isCropSupported() - Method in class cn.hutool.extra.qrcode.BufferedImageLuminanceSource
 
isDebug() - Method in class cn.hutool.extra.mail.MailAccount
是否打开调试模式,调试模式会显示与邮件服务器通信过程,默认不开启
isDir(String) - Method in class cn.hutool.extra.ftp.AbstractFtp
判断给定路径是否为目录
isDir(String) - Method in class cn.hutool.extra.ssh.Sftp
 
isEmoji(String) - Static method in class cn.hutool.extra.emoji.EmojiUtil
是否为Emoji表情的Unicode符
isEncodefilename() - Method in class cn.hutool.extra.mail.MailAccount
对于文件名是否使用MailAccount.charset编码,默认为 true
isGetMethod(HttpServletRequest) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
是否为GET请求
isGetMethod(HttpServletRequest) - Static method in class cn.hutool.extra.servlet.ServletUtil
是否为GET请求
isIE(HttpServletRequest) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
客户浏览器是否为IE
isIE(HttpServletRequest) - Static method in class cn.hutool.extra.servlet.ServletUtil
客户浏览器是否为IE
isMultipart(HttpServletRequest) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
是否为Multipart类型表单,此类型表单用于文件上传
isMultipart(HttpServletRequest) - Static method in class cn.hutool.extra.servlet.ServletUtil
是否为Multipart类型表单,此类型表单用于文件上传
isPostMethod(HttpServletRequest) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
是否为POST请求
isPostMethod(HttpServletRequest) - Static method in class cn.hutool.extra.servlet.ServletUtil
是否为POST请求
isRotateSupported() - Method in class cn.hutool.extra.qrcode.BufferedImageLuminanceSource
 
isSocketFactoryFallback() - Method in class cn.hutool.extra.mail.MailAccount
如果设置为true,未能创建一个套接字使用指定的套接字工厂类将导致使用java.net.Socket创建的套接字类, 默认值为true
isSourceModified(Resource) - Method in class cn.hutool.extra.template.engine.velocity.SimpleStringResourceLoader
 
isSplitlongparameters() - Method in class cn.hutool.extra.mail.MailAccount
对于超长参数是否切分为多份,默认为false(国内邮箱附件不支持切分的附件名)
isSslEnable() - Method in class cn.hutool.extra.mail.MailAccount
是否使用 SSL安全连接
isStarttlsEnable() - Method in class cn.hutool.extra.mail.MailAccount
是否使用 STARTTLS安全连接,STARTTLS是对纯文本通信协议的扩展。
isSuccess() - Method in class cn.hutool.extra.validation.BeanValidationResult
是否验证通过
isUseCache() - Method in class cn.hutool.extra.template.TemplateConfig
是否使用缓存
iterator() - Method in class cn.hutool.extra.tokenizer.engine.ansj.AnsjResult
 

J

JakartaInternalMailUtil - Class in cn.hutool.extra.mail
邮件内部工具类
JakartaInternalMailUtil() - Constructor for class cn.hutool.extra.mail.JakartaInternalMailUtil
 
JakartaMail - Class in cn.hutool.extra.mail
邮件发送客户端
JakartaMail() - Constructor for class cn.hutool.extra.mail.JakartaMail
构造,使用全局邮件帐户
JakartaMail(MailAccount) - Constructor for class cn.hutool.extra.mail.JakartaMail
构造
JakartaMailUtil - Class in cn.hutool.extra.mail
邮件工具类,基于jakarta.mail封装
JakartaMailUtil() - Constructor for class cn.hutool.extra.mail.JakartaMailUtil
 
JakartaServletUtil - Class in cn.hutool.extra.servlet
Servlet相关工具类封装
JakartaServletUtil() - Constructor for class cn.hutool.extra.servlet.JakartaServletUtil
 
JakartaUserPassAuthenticator - Class in cn.hutool.extra.mail
jakarta用户名密码验证器
JakartaUserPassAuthenticator(String, String) - Constructor for class cn.hutool.extra.mail.JakartaUserPassAuthenticator
构造
JcsegEngine - Class in cn.hutool.extra.tokenizer.engine.jcseg
Jcseg分词引擎实现
项目地址:https://gitee.com/lionsoul/jcseg
JcsegEngine() - Constructor for class cn.hutool.extra.tokenizer.engine.jcseg.JcsegEngine
构造
JcsegEngine(ISegment) - Constructor for class cn.hutool.extra.tokenizer.engine.jcseg.JcsegEngine
构造
JcsegResult - Class in cn.hutool.extra.tokenizer.engine.jcseg
Jcseg分词结果包装
项目地址:https://gitee.com/lionsoul/jcseg
JcsegResult(ISegment) - Constructor for class cn.hutool.extra.tokenizer.engine.jcseg.JcsegResult
构造
JcsegWord - Class in cn.hutool.extra.tokenizer.engine.jcseg
Jcseg分词中的一个单词包装
JcsegWord(IWord) - Constructor for class cn.hutool.extra.tokenizer.engine.jcseg.JcsegWord
构造
JetbrickEngine - Class in cn.hutool.extra.template.engine.jetbrick
Jetbrick模板引擎封装
见:https://github.com/subchen/jetbrick-template-2x
JetbrickEngine() - Constructor for class cn.hutool.extra.template.engine.jetbrick.JetbrickEngine
默认构造
JetbrickEngine(TemplateConfig) - Constructor for class cn.hutool.extra.template.engine.jetbrick.JetbrickEngine
构造
JetbrickEngine(JetEngine) - Constructor for class cn.hutool.extra.template.engine.jetbrick.JetbrickEngine
构造
JetbrickTemplate - Class in cn.hutool.extra.template.engine.jetbrick
Jetbrick模板实现
见:https://github.com/subchen/jetbrick-template-2x
JetbrickTemplate(JetTemplate) - Constructor for class cn.hutool.extra.template.engine.jetbrick.JetbrickTemplate
构造
JexlEngine - Class in cn.hutool.extra.expression.engine.jexl
Jexl3引擎封装
见:https://github.com/apache/commons-jexl
JexlEngine() - Constructor for class cn.hutool.extra.expression.engine.jexl.JexlEngine
 
JfireELEngine - Class in cn.hutool.extra.expression.engine.jfireel
JfireEL引擎封装
见:https://gitee.com/eric_ds/jfireEL
JfireELEngine() - Constructor for class cn.hutool.extra.expression.engine.jfireel.JfireELEngine
构造
JiebaEngine - Class in cn.hutool.extra.tokenizer.engine.jieba
Jieba分词引擎实现
项目地址:https://github.com/huaban/jieba-analysis
JiebaEngine() - Constructor for class cn.hutool.extra.tokenizer.engine.jieba.JiebaEngine
构造
JiebaEngine(JiebaSegmenter.SegMode) - Constructor for class cn.hutool.extra.tokenizer.engine.jieba.JiebaEngine
构造
JiebaResult - Class in cn.hutool.extra.tokenizer.engine.jieba
Jieba分词结果实现
项目地址:https://github.com/huaban/jieba-analysis
JiebaResult(List<SegToken>) - Constructor for class cn.hutool.extra.tokenizer.engine.jieba.JiebaResult
构造
JiebaWord - Class in cn.hutool.extra.tokenizer.engine.jieba
Jieba分词中的一个单词包装
JiebaWord(SegToken) - Constructor for class cn.hutool.extra.tokenizer.engine.jieba.JiebaWord
构造
JPinyinEngine - Class in cn.hutool.extra.pinyin.engine.jpinyin
封装了Jpinyin的引擎。
JPinyinEngine() - Constructor for class cn.hutool.extra.pinyin.engine.jpinyin.JPinyinEngine
 
JPinyinEngine(PinyinFormat) - Constructor for class cn.hutool.extra.pinyin.engine.jpinyin.JPinyinEngine
 
JschRuntimeException - Exception in cn.hutool.extra.ssh
Jsch异常
JschRuntimeException(Throwable) - Constructor for exception cn.hutool.extra.ssh.JschRuntimeException
 
JschRuntimeException(String) - Constructor for exception cn.hutool.extra.ssh.JschRuntimeException
 
JschRuntimeException(String, Object...) - Constructor for exception cn.hutool.extra.ssh.JschRuntimeException
 
JschRuntimeException(String, Throwable) - Constructor for exception cn.hutool.extra.ssh.JschRuntimeException
 
JschRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception cn.hutool.extra.ssh.JschRuntimeException
 
JschRuntimeException(Throwable, String, Object...) - Constructor for exception cn.hutool.extra.ssh.JschRuntimeException
 
JschSessionPool - Enum in cn.hutool.extra.ssh
Jsch会话池
JschUtil - Class in cn.hutool.extra.ssh
Jsch工具类
Jsch是Java Secure Channel的缩写。
JschUtil() - Constructor for class cn.hutool.extra.ssh.JschUtil
 

L

load(String) - Method in class cn.hutool.extra.template.engine.jetbrick.loader.StringResourceLoader
 
ls(String) - Method in class cn.hutool.extra.ftp.AbstractFtp
遍历某个目录下所有文件和目录,不会递归遍历
ls(String) - Method in class cn.hutool.extra.ftp.Ftp
 
ls(String) - Method in class cn.hutool.extra.ssh.Sftp
遍历某个目录下所有文件或目录,不会递归遍历
ls(String, Filter<ChannelSftp.LsEntry>) - Method in class cn.hutool.extra.ssh.Sftp
遍历某个目录下所有文件或目录,不会递归遍历
此方法自动过滤"."
ls(String) - Method in class cn.hutool.extra.ssh.SshjSftp
 
lsDirs(String) - Method in class cn.hutool.extra.ssh.Sftp
遍历某个目录下所有目录,不会递归遍历
lsEntries(String) - Method in class cn.hutool.extra.ssh.Sftp
遍历某个目录下所有文件或目录,生成LsEntry列表,不会递归遍历
此方法自动过滤"."
lsEntries(String, Filter<ChannelSftp.LsEntry>) - Method in class cn.hutool.extra.ssh.Sftp
遍历某个目录下所有文件或目录,生成LsEntry列表,不会递归遍历
此方法自动过滤"."
lsFiles(String, Filter<FTPFile>) - Method in class cn.hutool.extra.ftp.Ftp
遍历某个目录下所有文件和目录,不会递归遍历
此方法自动过滤"."
lsFiles(String) - Method in class cn.hutool.extra.ftp.Ftp
遍历某个目录下所有文件和目录,不会递归遍历
lsFiles(String) - Method in class cn.hutool.extra.ssh.Sftp
遍历某个目录下所有文件,不会递归遍历

M

Mail - Class in cn.hutool.extra.mail
邮件发送客户端
Mail() - Constructor for class cn.hutool.extra.mail.Mail
构造,使用全局邮件帐户
Mail(MailAccount) - Constructor for class cn.hutool.extra.mail.Mail
构造
MAIL_SETTING_PATHS - Static variable in class cn.hutool.extra.mail.MailAccount
 
MailAccount - Class in cn.hutool.extra.mail
邮件账户对象
MailAccount() - Constructor for class cn.hutool.extra.mail.MailAccount
构造,所有参数需自行定义或保持默认值
MailAccount(String) - Constructor for class cn.hutool.extra.mail.MailAccount
构造
MailAccount(Setting) - Constructor for class cn.hutool.extra.mail.MailAccount
构造
MailException - Exception in cn.hutool.extra.mail
邮件异常
MailException(Throwable) - Constructor for exception cn.hutool.extra.mail.MailException
 
MailException(String) - Constructor for exception cn.hutool.extra.mail.MailException
 
MailException(String, Object...) - Constructor for exception cn.hutool.extra.mail.MailException
 
MailException(String, Throwable) - Constructor for exception cn.hutool.extra.mail.MailException
 
MailException(String, Throwable, boolean, boolean) - Constructor for exception cn.hutool.extra.mail.MailException
 
MailException(Throwable, String, Object...) - Constructor for exception cn.hutool.extra.mail.MailException
 
MailUtil - Class in cn.hutool.extra.mail
邮件工具类,基于javax.mail封装
MailUtil() - Constructor for class cn.hutool.extra.mail.MailUtil
 
margin - Variable in class cn.hutool.extra.qrcode.QrConfig
边距1~4
METHOD_DELETE - Static variable in class cn.hutool.extra.servlet.JakartaServletUtil
 
METHOD_DELETE - Static variable in class cn.hutool.extra.servlet.ServletUtil
 
METHOD_GET - Static variable in class cn.hutool.extra.servlet.JakartaServletUtil
 
METHOD_GET - Static variable in class cn.hutool.extra.servlet.ServletUtil
 
METHOD_HEAD - Static variable in class cn.hutool.extra.servlet.JakartaServletUtil
 
METHOD_HEAD - Static variable in class cn.hutool.extra.servlet.ServletUtil
 
METHOD_OPTIONS - Static variable in class cn.hutool.extra.servlet.JakartaServletUtil
 
METHOD_OPTIONS - Static variable in class cn.hutool.extra.servlet.ServletUtil
 
METHOD_POST - Static variable in class cn.hutool.extra.servlet.JakartaServletUtil
 
METHOD_POST - Static variable in class cn.hutool.extra.servlet.ServletUtil
 
METHOD_PUT - Static variable in class cn.hutool.extra.servlet.JakartaServletUtil
 
METHOD_PUT - Static variable in class cn.hutool.extra.servlet.ServletUtil
 
METHOD_TRACE - Static variable in class cn.hutool.extra.servlet.JakartaServletUtil
 
METHOD_TRACE - Static variable in class cn.hutool.extra.servlet.ServletUtil
 
mkdir(String) - Method in class cn.hutool.extra.ftp.AbstractFtp
在当前远程目录(工作目录)下创建新的目录
mkdir(String) - Method in class cn.hutool.extra.ftp.Ftp
 
mkdir(String) - Method in class cn.hutool.extra.ssh.Sftp
 
mkdir(String) - Method in class cn.hutool.extra.ssh.SshjSftp
 
mkDirs(String) - Method in class cn.hutool.extra.ftp.AbstractFtp
创建指定文件夹及其父目录,从根目录开始创建,创建完成后回到默认的工作目录
MmsegEngine - Class in cn.hutool.extra.tokenizer.engine.mmseg
mmseg4j分词引擎实现
项目地址:https://github.com/chenlb/mmseg4j-core
MmsegEngine() - Constructor for class cn.hutool.extra.tokenizer.engine.mmseg.MmsegEngine
构造
MmsegEngine(MMSeg) - Constructor for class cn.hutool.extra.tokenizer.engine.mmseg.MmsegEngine
构造
MmsegResult - Class in cn.hutool.extra.tokenizer.engine.mmseg
mmseg4j分词结果实现
项目地址:https://github.com/chenlb/mmseg4j-core
MmsegResult(MMSeg) - Constructor for class cn.hutool.extra.tokenizer.engine.mmseg.MmsegResult
构造
MmsegWord - Class in cn.hutool.extra.tokenizer.engine.mmseg
mmseg分词中的一个单词包装
MmsegWord(Word) - Constructor for class cn.hutool.extra.tokenizer.engine.mmseg.MmsegWord
构造
MvelEngine - Class in cn.hutool.extra.expression.engine.mvel
MVEL (MVFLEX Expression Language)引擎封装
见:https://github.com/mvel/mvel
MvelEngine() - Constructor for class cn.hutool.extra.expression.engine.mvel.MvelEngine
构造
MynlpEngine - Class in cn.hutool.extra.tokenizer.engine.mynlp
MYNLP 中文NLP工具包分词实现
项目地址:https://github.com/mayabot/mynlp/
MynlpEngine() - Constructor for class cn.hutool.extra.tokenizer.engine.mynlp.MynlpEngine
构造
MynlpEngine(Lexer) - Constructor for class cn.hutool.extra.tokenizer.engine.mynlp.MynlpEngine
构造
MynlpResult - Class in cn.hutool.extra.tokenizer.engine.mynlp
MYNLP 中文NLP工具包分词结果实现
项目地址:https://github.com/mayabot/mynlp/
MynlpResult(Sentence) - Constructor for class cn.hutool.extra.tokenizer.engine.mynlp.MynlpResult
构造
MynlpWord - Class in cn.hutool.extra.tokenizer.engine.mynlp
mmseg分词中的一个单词包装
MynlpWord(WordTerm) - Constructor for class cn.hutool.extra.tokenizer.engine.mynlp.MynlpWord
构造

N

next() - Method in class cn.hutool.extra.tokenizer.engine.ansj.AnsjResult
 
next() - Method in class cn.hutool.extra.tokenizer.engine.hanlp.HanLPResult
 
next() - Method in class cn.hutool.extra.tokenizer.engine.jieba.JiebaResult
 
next() - Method in class cn.hutool.extra.tokenizer.engine.mynlp.MynlpResult
 
next() - Method in class cn.hutool.extra.tokenizer.engine.word.WordResult
 
nextWord() - Method in class cn.hutool.extra.tokenizer.AbstractResult
下一个单词,通过实现此方法获取下一个单词,null表示无下一个结果。
nextWord() - Method in class cn.hutool.extra.tokenizer.engine.analysis.AnalysisResult
 
nextWord() - Method in class cn.hutool.extra.tokenizer.engine.ikanalyzer.IKAnalyzerResult
 
nextWord() - Method in class cn.hutool.extra.tokenizer.engine.jcseg.JcsegResult
 
nextWord() - Method in class cn.hutool.extra.tokenizer.engine.mmseg.MmsegResult
 

O

openAndBindPortToLocal(Connector, String, int) - Static method in class cn.hutool.extra.ssh.JschUtil
打开SSH会话,并绑定远程端口到本地的一个随机端口
openChannel(Session, ChannelType) - Static method in class cn.hutool.extra.ssh.JschUtil
打开Channel连接
openChannel(Session, ChannelType, int) - Static method in class cn.hutool.extra.ssh.JschUtil
打开Channel连接
openSession(String, int, String, String) - Static method in class cn.hutool.extra.ssh.GanymedUtil
打开远程会话
openSession(String, int, String, String) - Static method in class cn.hutool.extra.ssh.JschUtil
打开一个新的SSH会话
openSession(String, int, String, String, int) - Static method in class cn.hutool.extra.ssh.JschUtil
打开一个新的SSH会话
openSession(String, int, String, String, byte[]) - Static method in class cn.hutool.extra.ssh.JschUtil
打开一个新的SSH会话
openSession(String, int, String, byte[], byte[]) - Static method in class cn.hutool.extra.ssh.JschUtil
打开一个新的SSH会话
openSession(String, int, String, byte[], byte[], int) - Static method in class cn.hutool.extra.ssh.JschUtil
打开一个新的SSH会话
openSession(String, int, String, String, byte[], int) - Static method in class cn.hutool.extra.ssh.JschUtil
打开一个新的SSH会话
openSftp(Session) - Static method in class cn.hutool.extra.ssh.JschUtil
打开SFTP连接
openSftp(Session, int) - Static method in class cn.hutool.extra.ssh.JschUtil
打开SFTP连接
openShell(Session) - Static method in class cn.hutool.extra.ssh.JschUtil
打开Shell连接

P

parse(CharSequence) - Method in class cn.hutool.extra.tokenizer.engine.analysis.AnalysisEngine
 
parse(CharSequence) - Method in class cn.hutool.extra.tokenizer.engine.ansj.AnsjEngine
 
parse(CharSequence) - Method in class cn.hutool.extra.tokenizer.engine.hanlp.HanLPEngine
 
parse(CharSequence) - Method in class cn.hutool.extra.tokenizer.engine.ikanalyzer.IKAnalyzerEngine
 
parse(CharSequence) - Method in class cn.hutool.extra.tokenizer.engine.jcseg.JcsegEngine
 
parse(CharSequence) - Method in class cn.hutool.extra.tokenizer.engine.jieba.JiebaEngine
 
parse(CharSequence) - Method in class cn.hutool.extra.tokenizer.engine.mmseg.MmsegEngine
 
parse(CharSequence) - Method in class cn.hutool.extra.tokenizer.engine.mynlp.MynlpEngine
 
parse(CharSequence) - Method in class cn.hutool.extra.tokenizer.engine.word.WordEngine
 
parse(CharSequence) - Method in interface cn.hutool.extra.tokenizer.TokenizerEngine
文本分词处理接口,通过实现此接口完成分词,产生分词结果
parseAddress(String, Charset) - Static method in class cn.hutool.extra.mail.InternalMailUtil
将一个地址字符串解析为多个地址
地址间使用" "、","、";"分隔
parseAddress(String, Charset) - Static method in class cn.hutool.extra.mail.JakartaInternalMailUtil
将一个地址字符串解析为多个地址
地址间使用" "、","、";"分隔
parseAddressFromStrs(String[], Charset) - Static method in class cn.hutool.extra.mail.InternalMailUtil
将多个字符串邮件地址转为InternetAddress列表
单个字符串地址可以是多个地址合并的字符串
parseAddressFromStrs(String[], Charset) - Static method in class cn.hutool.extra.mail.JakartaInternalMailUtil
将多个字符串邮件地址转为InternetAddress列表
单个字符串地址可以是多个地址合并的字符串
parseFirstAddress(String, Charset) - Static method in class cn.hutool.extra.mail.InternalMailUtil
解析第一个地址
parseFirstAddress(String, Charset) - Static method in class cn.hutool.extra.mail.JakartaInternalMailUtil
解析第一个地址
Pinyin4jEngine - Class in cn.hutool.extra.pinyin.engine.pinyin4j
封装了Pinyin4j的引擎。
Pinyin4jEngine() - Constructor for class cn.hutool.extra.pinyin.engine.pinyin4j.Pinyin4jEngine
构造
Pinyin4jEngine(HanyuPinyinOutputFormat) - Constructor for class cn.hutool.extra.pinyin.engine.pinyin4j.Pinyin4jEngine
构造
PinyinEngine - Interface in cn.hutool.extra.pinyin
拼音引擎接口,具体的拼音实现通过实现此接口,完成具体实现功能
PinyinException - Exception in cn.hutool.extra.pinyin
模板异常
PinyinException(Throwable) - Constructor for exception cn.hutool.extra.pinyin.PinyinException
 
PinyinException(String) - Constructor for exception cn.hutool.extra.pinyin.PinyinException
 
PinyinException(String, Object...) - Constructor for exception cn.hutool.extra.pinyin.PinyinException
 
PinyinException(String, Throwable) - Constructor for exception cn.hutool.extra.pinyin.PinyinException
 
PinyinException(String, Throwable, boolean, boolean) - Constructor for exception cn.hutool.extra.pinyin.PinyinException
 
PinyinException(Throwable, String, Object...) - Constructor for exception cn.hutool.extra.pinyin.PinyinException
 
PinyinFactory - Class in cn.hutool.extra.pinyin.engine
简单拼音引擎工厂,用于根据用户引入的拼音库jar,自动创建对应的拼音引擎对象
PinyinFactory() - Constructor for class cn.hutool.extra.pinyin.engine.PinyinFactory
 
PinyinUtil - Class in cn.hutool.extra.pinyin
拼音工具类,封装了TinyPinyin、JPinyin、Pinyin4j,通过SPI自动识别。
PinyinUtil() - Constructor for class cn.hutool.extra.pinyin.PinyinUtil
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class cn.hutool.extra.spring.SpringUtil
 
publishEvent(ApplicationEvent) - Static method in class cn.hutool.extra.spring.SpringUtil
发布事件
publishEvent(Object) - Static method in class cn.hutool.extra.spring.SpringUtil
发布事件 Spring 4.2+ 版本事件可以不再是ApplicationEvent的子类
put(String, Session) - Method in enum cn.hutool.extra.ssh.JschSessionPool
加入Session
put(String, String) - Method in class cn.hutool.extra.ssh.Sftp
将本地文件上传到目标服务器,目标文件名为destPath,若destPath为目录,则目标文件名将与srcFilePath文件名相同。
put(String, String, Sftp.Mode) - Method in class cn.hutool.extra.ssh.Sftp
将本地文件上传到目标服务器,目标文件名为destPath,若destPath为目录,则目标文件名将与srcFilePath文件名相同。
put(String, String, SftpProgressMonitor, Sftp.Mode) - Method in class cn.hutool.extra.ssh.Sftp
将本地文件上传到目标服务器,目标文件名为destPath,若destPath为目录,则目标文件名将与srcFilePath文件名相同。
put(InputStream, String, SftpProgressMonitor, Sftp.Mode) - Method in class cn.hutool.extra.ssh.Sftp
将本地数据流上传到目标服务器,目标文件名为destPath,目标必须为文件
pwd() - Method in class cn.hutool.extra.ftp.AbstractFtp
远程当前目录(工作目录)
pwd() - Method in class cn.hutool.extra.ftp.Ftp
远程当前目录
pwd() - Method in class cn.hutool.extra.ssh.Sftp
远程当前目录
pwd() - Method in class cn.hutool.extra.ssh.SshjSftp
 

Q

QLExpressEngine - Class in cn.hutool.extra.expression.engine.qlexpress
QLExpress引擎封装
见:https://github.com/alibaba/QLExpress
QLExpressEngine() - Constructor for class cn.hutool.extra.expression.engine.qlexpress.QLExpressEngine
构造
QR_TYPE_SVG - Static variable in class cn.hutool.extra.qrcode.QrCodeUtil
 
QR_TYPE_TXT - Static variable in class cn.hutool.extra.qrcode.QrCodeUtil
 
QrCodeException - Exception in cn.hutool.extra.qrcode
Qrcode异常
QrCodeException(Throwable) - Constructor for exception cn.hutool.extra.qrcode.QrCodeException
 
QrCodeException(String) - Constructor for exception cn.hutool.extra.qrcode.QrCodeException
 
QrCodeException(String, Object...) - Constructor for exception cn.hutool.extra.qrcode.QrCodeException
 
QrCodeException(String, Throwable) - Constructor for exception cn.hutool.extra.qrcode.QrCodeException
 
QrCodeException(String, Throwable, boolean, boolean) - Constructor for exception cn.hutool.extra.qrcode.QrCodeException
 
QrCodeException(Throwable, String, Object...) - Constructor for exception cn.hutool.extra.qrcode.QrCodeException
 
QrCodeUtil - Class in cn.hutool.extra.qrcode
基于Zxing的二维码工具类,支持: 二维码生成和识别,见BarcodeFormat.QR_CODE 条形码生成和识别,见BarcodeFormat.CODE_39等很多标准格式
QrCodeUtil() - Constructor for class cn.hutool.extra.qrcode.QrCodeUtil
 
QrConfig - Class in cn.hutool.extra.qrcode
二维码设置
QrConfig() - Constructor for class cn.hutool.extra.qrcode.QrConfig
构造,默认长宽为300
QrConfig(int, int) - Constructor for class cn.hutool.extra.qrcode.QrConfig
构造
qrVersion - Variable in class cn.hutool.extra.qrcode.QrConfig
设置二维码中的信息量,可设置0-40的整数

R

ratio - Variable in class cn.hutool.extra.qrcode.QrConfig
二维码中的Logo缩放的比例系数,如5表示长宽最小值的1/5
read() - Method in class cn.hutool.extra.compress.extractor.Seven7EntryInputStream
 
readCookieMap(HttpServletRequest) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
将cookie封装到Map里面
readCookieMap(HttpServletRequest) - Static method in class cn.hutool.extra.servlet.ServletUtil
将cookie封装到Map里面
reconnectIfTimeout() - Method in class cn.hutool.extra.ftp.AbstractFtp
如果连接超时的话,重新进行连接
reconnectIfTimeout() - Method in class cn.hutool.extra.ftp.Ftp
如果连接超时的话,重新进行连接 经测试,当连接超时时,client.isConnected()仍然返回ture,无法判断是否连接超时 因此,通过发送pwd命令的方式,检查连接是否超时
reconnectIfTimeout() - Method in class cn.hutool.extra.ssh.Sftp
 
reconnectIfTimeout() - Method in class cn.hutool.extra.ssh.SshjSftp
 
recursiveDownloadFolder(String, File) - Method in class cn.hutool.extra.ftp.AbstractFtp
递归下载FTP服务器上文件到本地(文件目录和服务器同步), 服务器上有新文件会覆盖本地文件
recursiveDownloadFolder(String, File) - Method in class cn.hutool.extra.ftp.Ftp
递归下载FTP服务器上文件到本地(文件目录和服务器同步)
recursiveDownloadFolder(String, File) - Method in class cn.hutool.extra.ssh.Sftp
递归下载FTP服务器上文件到本地(文件目录和服务器同步)
recursiveDownloadFolder(String, File) - Method in class cn.hutool.extra.ssh.SshjSftp
 
registerBean(String, T) - Static method in class cn.hutool.extra.spring.SpringUtil
动态向Spring注册Bean 由BeanFactory 实现,通过工具开放API 更新: shadow 2021-07-29 17:20:44 增加自动注入,修复注册bean无法反向注入的问题
remove(Session) - Method in enum cn.hutool.extra.ssh.JschSessionPool
移除指定Session
remove() - Method in class cn.hutool.extra.tokenizer.engine.ansj.AnsjResult
 
remove() - Method in class cn.hutool.extra.tokenizer.engine.hanlp.HanLPResult
 
remove() - Method in class cn.hutool.extra.tokenizer.engine.jieba.JiebaResult
 
remove() - Method in class cn.hutool.extra.tokenizer.engine.mynlp.MynlpResult
 
remove() - Method in class cn.hutool.extra.tokenizer.engine.word.WordResult
 
removeAllEmojis(String) - Static method in class cn.hutool.extra.emoji.EmojiUtil
去除字符串中所有的Emoji Unicode字符
rename(String, String) - Method in class cn.hutool.extra.ftp.AbstractFtp
重命名文件/目录
rename(String, String) - Method in class cn.hutool.extra.ftp.Ftp
 
rename(String, String) - Method in class cn.hutool.extra.ssh.Sftp
 
rename(String, String) - Method in class cn.hutool.extra.ssh.SshjSftp
 
render(Map<?, ?>, File) - Method in class cn.hutool.extra.template.AbstractTemplate
 
render(Map<?, ?>) - Method in class cn.hutool.extra.template.AbstractTemplate
 
render(Map<?, ?>, Writer) - Method in class cn.hutool.extra.template.engine.beetl.BeetlTemplate
 
render(Map<?, ?>, OutputStream) - Method in class cn.hutool.extra.template.engine.beetl.BeetlTemplate
 
render(Map<?, ?>, Writer) - Method in class cn.hutool.extra.template.engine.enjoy.EnjoyTemplate
 
render(Map<?, ?>, OutputStream) - Method in class cn.hutool.extra.template.engine.enjoy.EnjoyTemplate
 
render(Map<?, ?>, Writer) - Method in class cn.hutool.extra.template.engine.freemarker.FreemarkerTemplate
 
render(Map<?, ?>, OutputStream) - Method in class cn.hutool.extra.template.engine.freemarker.FreemarkerTemplate
 
render(Map<?, ?>, Writer) - Method in class cn.hutool.extra.template.engine.jetbrick.JetbrickTemplate
 
render(Map<?, ?>, OutputStream) - Method in class cn.hutool.extra.template.engine.jetbrick.JetbrickTemplate
 
render(Map<?, ?>, Writer) - Method in class cn.hutool.extra.template.engine.rythm.RythmTemplate
 
render(Map<?, ?>, OutputStream) - Method in class cn.hutool.extra.template.engine.rythm.RythmTemplate
 
render(Map<?, ?>, Writer) - Method in class cn.hutool.extra.template.engine.thymeleaf.ThymeleafTemplate
 
render(Map<?, ?>, OutputStream) - Method in class cn.hutool.extra.template.engine.thymeleaf.ThymeleafTemplate
 
render(Map<?, ?>, Writer) - Method in class cn.hutool.extra.template.engine.velocity.VelocityTemplate
 
render(Map<?, ?>, OutputStream) - Method in class cn.hutool.extra.template.engine.velocity.VelocityTemplate
 
render(Map<?, ?>, Writer) - Method in class cn.hutool.extra.template.engine.wit.WitTemplate
 
render(Map<?, ?>, OutputStream) - Method in class cn.hutool.extra.template.engine.wit.WitTemplate
 
render(Map<?, ?>, Writer) - Method in interface cn.hutool.extra.template.Template
将模板与绑定参数融合后输出到Writer
render(Map<?, ?>, OutputStream) - Method in interface cn.hutool.extra.template.Template
将模板与绑定参数融合后输出到流
render(Map<?, ?>, File) - Method in interface cn.hutool.extra.template.Template
写出到文件
render(Map<?, ?>) - Method in interface cn.hutool.extra.template.Template
将模板与绑定参数融合后返回为字符串
Result - Interface in cn.hutool.extra.tokenizer
分词结果接口定义
实现此接口包装分词器的分词结果,通过实现Iterator相应方法获取分词中的单词
RhinoEngine - Class in cn.hutool.extra.expression.engine.rhino
rhino引擎封装
见:https://github.com/mozilla/rhino
RhinoEngine() - Constructor for class cn.hutool.extra.expression.engine.rhino.RhinoEngine
 
rotateCounterClockwise() - Method in class cn.hutool.extra.qrcode.BufferedImageLuminanceSource
 
round - Variable in class cn.hutool.extra.qrcode.QrConfig
二维码中的Logo圆角弧度
RythmEngine - Class in cn.hutool.extra.template.engine.rythm
Rythm模板引擎
文档:http://rythmengine.org/doc/index
RythmEngine() - Constructor for class cn.hutool.extra.template.engine.rythm.RythmEngine
默认构造
RythmEngine(TemplateConfig) - Constructor for class cn.hutool.extra.template.engine.rythm.RythmEngine
构造
RythmEngine(RythmEngine) - Constructor for class cn.hutool.extra.template.engine.rythm.RythmEngine
构造
RythmTemplate - Class in cn.hutool.extra.template.engine.rythm
Rythm模板包装
RythmTemplate(ITemplate) - Constructor for class cn.hutool.extra.template.engine.rythm.RythmTemplate
构造

S

send() - Method in class cn.hutool.extra.mail.JakartaMail
发送
send(String, String, String, boolean, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
使用配置文件中设置的账户发送邮件,发送单个或多个收件人
多个收件人可以使用逗号“,”分隔,也可以通过分号“;”分隔
send(String, String, String, String, String, boolean, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
使用配置文件中设置的账户发送邮件,发送单个或多个收件人
多个收件人、抄送人、密送人可以使用逗号“,”分隔,也可以通过分号“;”分隔
send(Collection<String>, String, String, boolean, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
使用配置文件中设置的账户发送邮件,发送给多人
send(Collection<String>, Collection<String>, Collection<String>, String, String, boolean, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
使用配置文件中设置的账户发送邮件,发送给多人
send(MailAccount, String, String, String, boolean, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
发送邮件给多人
send(MailAccount, Collection<String>, String, String, boolean, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
发送邮件给多人
send(MailAccount, Collection<String>, Collection<String>, Collection<String>, String, String, boolean, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
发送邮件给多人
send(String, String, String, Map<String, InputStream>, boolean, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
使用配置文件中设置的账户发送邮件,发送单个或多个收件人
多个收件人可以使用逗号“,”分隔,也可以通过分号“;”分隔
send(String, String, String, String, String, Map<String, InputStream>, boolean, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
使用配置文件中设置的账户发送邮件,发送单个或多个收件人
多个收件人、抄送人、密送人可以使用逗号“,”分隔,也可以通过分号“;”分隔
send(Collection<String>, String, String, Map<String, InputStream>, boolean, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
使用配置文件中设置的账户发送邮件,发送给多人
send(Collection<String>, Collection<String>, Collection<String>, String, String, Map<String, InputStream>, boolean, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
使用配置文件中设置的账户发送邮件,发送给多人
send(MailAccount, String, String, String, Map<String, InputStream>, boolean, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
发送邮件给多人
send(MailAccount, Collection<String>, String, String, Map<String, InputStream>, boolean, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
发送邮件给多人
send(MailAccount, Collection<String>, Collection<String>, Collection<String>, String, String, Map<String, InputStream>, boolean, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
发送邮件给多人
send() - Method in class cn.hutool.extra.mail.Mail
发送
send(String, String, String, boolean, File...) - Static method in class cn.hutool.extra.mail.MailUtil
使用配置文件中设置的账户发送邮件,发送单个或多个收件人
多个收件人可以使用逗号“,”分隔,也可以通过分号“;”分隔
send(String, String, String, String, String, boolean, File...) - Static method in class cn.hutool.extra.mail.MailUtil
使用配置文件中设置的账户发送邮件,发送单个或多个收件人
多个收件人、抄送人、密送人可以使用逗号“,”分隔,也可以通过分号“;”分隔
send(Collection<String>, String, String, boolean, File...) - Static method in class cn.hutool.extra.mail.MailUtil
使用配置文件中设置的账户发送邮件,发送给多人
send(Collection<String>, Collection<String>, Collection<String>, String, String, boolean, File...) - Static method in class cn.hutool.extra.mail.MailUtil
使用配置文件中设置的账户发送邮件,发送给多人
send(MailAccount, String, String, String, boolean, File...) - Static method in class cn.hutool.extra.mail.MailUtil
发送邮件给多人
send(MailAccount, Collection<String>, String, String, boolean, File...) - Static method in class cn.hutool.extra.mail.MailUtil
发送邮件给多人
send(MailAccount, Collection<String>, Collection<String>, Collection<String>, String, String, boolean, File...) - Static method in class cn.hutool.extra.mail.MailUtil
发送邮件给多人
send(String, String, String, Map<String, InputStream>, boolean, File...) - Static method in class cn.hutool.extra.mail.MailUtil
使用配置文件中设置的账户发送邮件,发送单个或多个收件人
多个收件人可以使用逗号“,”分隔,也可以通过分号“;”分隔
send(String, String, String, String, String, Map<String, InputStream>, boolean, File...) - Static method in class cn.hutool.extra.mail.MailUtil
使用配置文件中设置的账户发送邮件,发送单个或多个收件人
多个收件人、抄送人、密送人可以使用逗号“,”分隔,也可以通过分号“;”分隔
send(Collection<String>, String, String, Map<String, InputStream>, boolean, File...) - Static method in class cn.hutool.extra.mail.MailUtil
使用配置文件中设置的账户发送邮件,发送给多人
send(Collection<String>, Collection<String>, Collection<String>, String, String, Map<String, InputStream>, boolean, File...) - Static method in class cn.hutool.extra.mail.MailUtil
使用配置文件中设置的账户发送邮件,发送给多人
send(MailAccount, String, String, String, Map<String, InputStream>, boolean, File...) - Static method in class cn.hutool.extra.mail.MailUtil
发送邮件给多人
send(MailAccount, Collection<String>, String, String, Map<String, InputStream>, boolean, File...) - Static method in class cn.hutool.extra.mail.MailUtil
发送邮件给多人
send(MailAccount, Collection<String>, Collection<String>, Collection<String>, String, String, Map<String, InputStream>, boolean, File...) - Static method in class cn.hutool.extra.mail.MailUtil
发送邮件给多人
sendHtml(String, String, String, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
使用配置文件中设置的账户发送HTML邮件,发送给单个或多个收件人
多个收件人可以使用逗号“,”分隔,也可以通过分号“;”分隔
sendHtml(Collection<String>, String, String, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
使用配置文件中设置的账户发送HTML邮件,发送给多人
sendHtml(String, String, String, Map<String, InputStream>, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
使用配置文件中设置的账户发送HTML邮件,发送给单个或多个收件人
多个收件人可以使用逗号“,”分隔,也可以通过分号“;”分隔
sendHtml(Collection<String>, String, String, Map<String, InputStream>, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
使用配置文件中设置的账户发送HTML邮件,发送给多人
sendHtml(String, String, String, File...) - Static method in class cn.hutool.extra.mail.MailUtil
使用配置文件中设置的账户发送HTML邮件,发送给单个或多个收件人
多个收件人可以使用逗号“,”分隔,也可以通过分号“;”分隔
sendHtml(Collection<String>, String, String, File...) - Static method in class cn.hutool.extra.mail.MailUtil
使用配置文件中设置的账户发送HTML邮件,发送给多人
sendHtml(String, String, String, Map<String, InputStream>, File...) - Static method in class cn.hutool.extra.mail.MailUtil
使用配置文件中设置的账户发送HTML邮件,发送给单个或多个收件人
多个收件人可以使用逗号“,”分隔,也可以通过分号“;”分隔
sendHtml(Collection<String>, String, String, Map<String, InputStream>, File...) - Static method in class cn.hutool.extra.mail.MailUtil
使用配置文件中设置的账户发送HTML邮件,发送给多人
sendText(String, String, String, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
使用配置文件中设置的账户发送文本邮件,发送给单个或多个收件人
多个收件人可以使用逗号“,”分隔,也可以通过分号“;”分隔
sendText(Collection<String>, String, String, File...) - Static method in class cn.hutool.extra.mail.JakartaMailUtil
使用配置文件中设置的账户发送文本邮件,发送给多人
sendText(String, String, String, File...) - Static method in class cn.hutool.extra.mail.MailUtil
使用配置文件中设置的账户发送文本邮件,发送给单个或多个收件人
多个收件人可以使用逗号“,”分隔,也可以通过分号“;”分隔
sendText(Collection<String>, String, String, File...) - Static method in class cn.hutool.extra.mail.MailUtil
使用配置文件中设置的账户发送文本邮件,发送给多人
ServletUtil - Class in cn.hutool.extra.servlet
Servlet相关工具类封装
ServletUtil() - Constructor for class cn.hutool.extra.servlet.ServletUtil
 
setApplicationContext(ApplicationContext) - Method in class cn.hutool.extra.spring.SpringUtil
 
setAttachments(DataSource...) - Method in class cn.hutool.extra.mail.JakartaMail
增加附件或图片,附件使用DataSource 形式表示,可以使用FileDataSource包装文件表示文件附件
setAttachments(DataSource...) - Method in class cn.hutool.extra.mail.Mail
增加附件或图片,附件使用DataSource 形式表示,可以使用FileDataSource包装文件表示文件附件
setAuth(boolean) - Method in class cn.hutool.extra.mail.MailAccount
设置是否需要用户名密码验证
setBackColor(int) - Method in class cn.hutool.extra.qrcode.QrConfig
Deprecated.
setBackColor(Color) - Method in class cn.hutool.extra.qrcode.QrConfig
设置背景色,例如:Color.BLUE
setBackToPwd(boolean) - Method in class cn.hutool.extra.ftp.Ftp
设置执行完操作是否返回当前目录
setBccs(String...) - Method in class cn.hutool.extra.mail.JakartaMail
设置多个密送人(blind carbon copy)
setBccs(String...) - Method in class cn.hutool.extra.mail.Mail
设置多个密送人(blind carbon copy)
setCcs(String...) - Method in class cn.hutool.extra.mail.JakartaMail
设置多个抄送人(carbon copy)
setCcs(String...) - Method in class cn.hutool.extra.mail.Mail
设置多个抄送人(carbon copy)
setCharset(Charset) - Method in class cn.hutool.extra.ftp.FtpConfig
 
setCharset(Charset) - Method in class cn.hutool.extra.mail.JakartaMail
设置字符集编码
setCharset(Charset) - Method in class cn.hutool.extra.mail.Mail
设置字符集编码
setCharset(Charset) - Method in class cn.hutool.extra.mail.MailAccount
设置字符集编码,此选项不会修改全局配置,若修改全局配置,请设置此项为null并设置: System.setProperty("mail.mime.charset", charset);
setCharset(Charset) - Method in class cn.hutool.extra.qrcode.QrConfig
设置编码
setCharset(Charset) - Method in class cn.hutool.extra.template.engine.jetbrick.loader.StringResourceLoader
设置编码
setCharset(Charset) - Method in class cn.hutool.extra.template.TemplateConfig
设置编码
setConnectionConfig(ConnectionConfig) - Method in class cn.hutool.extra.ftp.SimpleFtpServer
设置连接相关配置,使用ConnectionConfigFactory创建ConnectionConfig对象
setConnectionTimeout(long) - Method in class cn.hutool.extra.ftp.FtpConfig
 
setConnectionTimeout(long) - Method in class cn.hutool.extra.mail.MailAccount
设置Socket连接超时值,单位毫秒,缺省值不超时
setContent(String) - Method in class cn.hutool.extra.mail.JakartaMail
设置正文
正文可以是普通文本也可以是HTML(默认普通文本),可以通过调用JakartaMail.setHtml(boolean) 设置是否为HTML
setContent(String, boolean) - Method in class cn.hutool.extra.mail.JakartaMail
设置正文
setContent(String) - Method in class cn.hutool.extra.mail.Mail
设置正文
正文可以是普通文本也可以是HTML(默认普通文本),可以通过调用Mail.setHtml(boolean) 设置是否为HTML
setContent(String, boolean) - Method in class cn.hutool.extra.mail.Mail
设置正文
setCustomEngine(Class<? extends TemplateEngine>) - Method in class cn.hutool.extra.template.TemplateConfig
设置自定义引擎,null表示系统自动判断
setCustomProperty(String, Object) - Method in class cn.hutool.extra.mail.MailAccount
设置自定义属性,如mail.smtp.ssl.socketFactory
setDebug(boolean) - Method in class cn.hutool.extra.mail.MailAccount
设置是否打开调试模式,调试模式会显示与邮件服务器通信过程,默认不开启
setDebugOutput(PrintStream) - Method in class cn.hutool.extra.mail.JakartaMail
设置debug输出位置,可以自定义debug日志
setDebugOutput(PrintStream) - Method in class cn.hutool.extra.mail.Mail
设置debug输出位置,可以自定义debug日志
setEncodefilename(boolean) - Method in class cn.hutool.extra.mail.MailAccount
设置对于文件名是否使用MailAccount.charset编码,此选项不会修改全局配置
如果此选项设置为false,则是否编码取决于两个系统属性: mail.mime.encodefilename 是否编码附件文件名 mail.mime.charset 编码文件名的编码
setErrorCorrection(ErrorCorrectionLevel) - Method in class cn.hutool.extra.qrcode.QrConfig
设置纠错级别
setErrorMessages(List<BeanValidationResult.ErrorMessage>) - Method in class cn.hutool.extra.validation.BeanValidationResult
设置错误信息列表
setFiles(File...) - Method in class cn.hutool.extra.mail.JakartaMail
设置文件类型附件,文件可以是图片文件,此时自动设置cid(正文中引用图片),默认cid为文件名
setFiles(File...) - Method in class cn.hutool.extra.mail.Mail
设置文件类型附件,文件可以是图片文件,此时自动设置cid(正文中引用图片),默认cid为文件名
setForeColor(int) - Method in class cn.hutool.extra.qrcode.QrConfig
Deprecated.
setForeColor(Color) - Method in class cn.hutool.extra.qrcode.QrConfig
设置前景色,例如:Color.BLUE.getRGB()
setFrom(String) - Method in class cn.hutool.extra.mail.MailAccount
设置发送方,遵循RFC-822标准
发件人可以是以下形式: 1. user@xxx.xx 2.
setGroup(String) - Method in class cn.hutool.extra.ssh.Connector
设定用户组名
setHeader(HttpServletResponse, String, Object) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
设置响应的Header
setHeader(HttpServletResponse, String, Object) - Static method in class cn.hutool.extra.servlet.ServletUtil
设置响应的Header
setHeight(int) - Method in class cn.hutool.extra.qrcode.QrConfig
设置高度
setHost(String) - Method in class cn.hutool.extra.ftp.FtpConfig
 
setHost(String) - Method in class cn.hutool.extra.mail.MailAccount
设置SMTP服务器域名
setHost(String) - Method in class cn.hutool.extra.ssh.Connector
设定主机名
setHtml(boolean) - Method in class cn.hutool.extra.mail.JakartaMail
设置是否是HTML
setHtml(boolean) - Method in class cn.hutool.extra.mail.Mail
设置是否是HTML
setImg(String) - Method in class cn.hutool.extra.qrcode.QrConfig
设置二维码中的Logo文件
setImg(File) - Method in class cn.hutool.extra.qrcode.QrConfig
设置二维码中的Logo文件
setImg(Image) - Method in class cn.hutool.extra.qrcode.QrConfig
设置二维码中的Logo
setMargin(Integer) - Method in class cn.hutool.extra.qrcode.QrConfig
设置边距
setMessage(String) - Method in class cn.hutool.extra.validation.BeanValidationResult.ErrorMessage
 
setMode(FtpMode) - Method in class cn.hutool.extra.ftp.Ftp
设置FTP连接模式,可选主动和被动模式
setPass(String) - Method in class cn.hutool.extra.mail.MailAccount
设置密码
setPassword(String) - Method in class cn.hutool.extra.ftp.FtpConfig
 
setPassword(String) - Method in class cn.hutool.extra.ssh.Connector
设定密码
setPath(String) - Method in class cn.hutool.extra.template.TemplateConfig
设置模板路径,如果ClassPath或者WebRoot模式,则表示相对路径
setPort(int) - Method in class cn.hutool.extra.ftp.FtpConfig
 
setPort(int) - Method in class cn.hutool.extra.ftp.SimpleFtpServer
自定义默认端口,如果不设置,使用默认端口:21
setPort(Integer) - Method in class cn.hutool.extra.mail.MailAccount
设置SMTP服务端口
setPort(int) - Method in class cn.hutool.extra.ssh.Connector
设定端口号
setPropertyName(String) - Method in class cn.hutool.extra.validation.BeanValidationResult.ErrorMessage
 
setQrVersion(Integer) - Method in class cn.hutool.extra.qrcode.QrConfig
设置二维码中的信息量,可设置0-40的整数,二维码图片也会根据qrVersion而变化,0表示根据传入信息自动变化
setRatio(int) - Method in class cn.hutool.extra.qrcode.QrConfig
设置二维码中的Logo缩放的比例系数,如5表示长宽最小值的1/5
setReply(String...) - Method in class cn.hutool.extra.mail.JakartaMail
设置多个回复地址(reply-to)
setReply(String...) - Method in class cn.hutool.extra.mail.Mail
设置多个回复地址(reply-to)
setResourceMode(TemplateConfig.ResourceMode) - Method in class cn.hutool.extra.template.TemplateConfig
设置模板资源加载方式
setRound(double) - Method in class cn.hutool.extra.qrcode.QrConfig
设置二维码中的Logo圆角弧度
setServerLanguageCode(String) - Method in class cn.hutool.extra.ftp.FtpConfig
 
setShapeHint(SymbolShapeHint) - Method in class cn.hutool.extra.qrcode.QrConfig
设置DATA_MATRIX的符号形状
setSocketFactoryClass(String) - Method in class cn.hutool.extra.mail.MailAccount
设置指定实现javax.net.SocketFactory接口的类的名称,这个类将被用于创建SMTP的套接字
setSocketFactoryFallback(boolean) - Method in class cn.hutool.extra.mail.MailAccount
如果设置为true,未能创建一个套接字使用指定的套接字工厂类将导致使用java.net.Socket创建的套接字类, 默认值为true
setSocketFactoryPort(int) - Method in class cn.hutool.extra.mail.MailAccount
指定的端口连接到在使用指定的套接字工厂。
setSoTimeout(long) - Method in class cn.hutool.extra.ftp.FtpConfig
 
setSplitlongparameters(boolean) - Method in class cn.hutool.extra.mail.MailAccount
设置对于超长参数是否切分为多份,默认为false(国内邮箱附件不支持切分的附件名)
注意此项为全局设置,此项会调用 System.setProperty("mail.mime.splitlongparameters", true)
setSsl(SslConfiguration) - Method in class cn.hutool.extra.ftp.SimpleFtpServer
使用SSL安全连接,可以使用SslConfigurationFactory创建SslConfiguration
setSsl(File, String) - Method in class cn.hutool.extra.ftp.SimpleFtpServer
使用SSL安全连接
setSslEnable(Boolean) - Method in class cn.hutool.extra.mail.MailAccount
设置是否使用SSL安全连接
setSslProtocols(String) - Method in class cn.hutool.extra.mail.MailAccount
设置SSL协议,多个协议用空格分隔
setStarttlsEnable(boolean) - Method in class cn.hutool.extra.mail.MailAccount
设置是否使用STARTTLS安全连接,STARTTLS是对纯文本通信协议的扩展。
setSuccess(boolean) - Method in class cn.hutool.extra.validation.BeanValidationResult
设置是否通过
setSystemKey(String) - Method in class cn.hutool.extra.ftp.FtpConfig
 
setTimeout(long) - Method in class cn.hutool.extra.mail.MailAccount
设置SMTP超时时长,单位毫秒,缺省值不超时
setTitle(String) - Method in class cn.hutool.extra.mail.JakartaMail
设置标题
setTitle(String) - Method in class cn.hutool.extra.mail.Mail
设置标题
setTos(String...) - Method in class cn.hutool.extra.mail.JakartaMail
设置多个收件人
setTos(String...) - Method in class cn.hutool.extra.mail.Mail
设置多个收件人
setUseCache(boolean) - Method in class cn.hutool.extra.template.TemplateConfig
设置是否使用缓存
setUseGlobalSession(boolean) - Method in class cn.hutool.extra.mail.JakartaMail
设置是否使用全局会话,默认为true
setUseGlobalSession(boolean) - Method in class cn.hutool.extra.mail.Mail
设置是否使用全局会话,默认为true
setUser(String) - Method in class cn.hutool.extra.ftp.FtpConfig
 
setUser(String) - Method in class cn.hutool.extra.mail.MailAccount
设置用户名
setUser(String) - Method in class cn.hutool.extra.ssh.Connector
设定用户名
setUserManager(UserManager) - Method in class cn.hutool.extra.ftp.SimpleFtpServer
自定义用户管理器,一般用于使用配置文件配置用户信息
setUsersConfig(File) - Method in class cn.hutool.extra.ftp.SimpleFtpServer
自定义用户信息配置文件,此方法会重置用户管理器
setValue(Object) - Method in class cn.hutool.extra.validation.BeanValidationResult.ErrorMessage
 
setWidth(int) - Method in class cn.hutool.extra.qrcode.QrConfig
设置宽度
setWriteTimeout(long) - Method in class cn.hutool.extra.mail.MailAccount
设置Socket写出超时值,单位毫秒,缺省值不超时
Seven7EntryInputStream - Class in cn.hutool.extra.compress.extractor
7z解压中文件流读取的封装
Seven7EntryInputStream(SevenZFile, SevenZArchiveEntry) - Constructor for class cn.hutool.extra.compress.extractor.Seven7EntryInputStream
构造
SevenZArchiver - Class in cn.hutool.extra.compress.archiver
7zip格式的归档封装
SevenZArchiver(File) - Constructor for class cn.hutool.extra.compress.archiver.SevenZArchiver
构造
SevenZArchiver(OutputStream) - Constructor for class cn.hutool.extra.compress.archiver.SevenZArchiver
构造
SevenZArchiver(SeekableByteChannel) - Constructor for class cn.hutool.extra.compress.archiver.SevenZArchiver
构造
SevenZExtractor - Class in cn.hutool.extra.compress.extractor
7z格式数据解压器,即将归档打包的数据释放
SevenZExtractor(File) - Constructor for class cn.hutool.extra.compress.extractor.SevenZExtractor
构造
SevenZExtractor(File, char[]) - Constructor for class cn.hutool.extra.compress.extractor.SevenZExtractor
构造
SevenZExtractor(InputStream) - Constructor for class cn.hutool.extra.compress.extractor.SevenZExtractor
构造
SevenZExtractor(InputStream, char[]) - Constructor for class cn.hutool.extra.compress.extractor.SevenZExtractor
构造
SevenZExtractor(SeekableByteChannel) - Constructor for class cn.hutool.extra.compress.extractor.SevenZExtractor
构造
SevenZExtractor(SeekableByteChannel, char[]) - Constructor for class cn.hutool.extra.compress.extractor.SevenZExtractor
构造
Sftp - Class in cn.hutool.extra.ssh
SFTP是Secure File Transfer Protocol的缩写,安全文件传送协议。
Sftp(String, int, String, String) - Constructor for class cn.hutool.extra.ssh.Sftp
构造
Sftp(String, int, String, String, Charset) - Constructor for class cn.hutool.extra.ssh.Sftp
构造
Sftp(FtpConfig) - Constructor for class cn.hutool.extra.ssh.Sftp
构造
Sftp(FtpConfig, boolean) - Constructor for class cn.hutool.extra.ssh.Sftp
构造
Sftp(Session) - Constructor for class cn.hutool.extra.ssh.Sftp
构造
Sftp(Session, Charset) - Constructor for class cn.hutool.extra.ssh.Sftp
构造
Sftp(Session, Charset, long) - Constructor for class cn.hutool.extra.ssh.Sftp
构造
Sftp(ChannelSftp, Charset, long) - Constructor for class cn.hutool.extra.ssh.Sftp
构造
Sftp(ChannelSftp, Charset) - Constructor for class cn.hutool.extra.ssh.Sftp
构造
Sftp.Mode - Enum in cn.hutool.extra.ssh
JSch支持的三种文件传输模式
shapeHint - Variable in class cn.hutool.extra.qrcode.QrConfig
DATA_MATRIX的符号形状
SimpleFtpServer - Class in cn.hutool.extra.ftp
基于 Apache FtpServer(http://mina.apache.org/ftpserver-project/)的FTP服务端简单封装。
SimpleFtpServer() - Constructor for class cn.hutool.extra.ftp.SimpleFtpServer
构造
SimpleStringResourceLoader - Class in cn.hutool.extra.template.engine.velocity
ResourceLoader 的字符串实现形式
用于直接获取字符串模板
SimpleStringResourceLoader() - Constructor for class cn.hutool.extra.template.engine.velocity.SimpleStringResourceLoader
 
SimpleStringTemplateLoader - Class in cn.hutool.extra.template.engine.freemarker
TemplateLoader 字符串实现形式
用于直接获取字符串模板
SimpleStringTemplateLoader() - Constructor for class cn.hutool.extra.template.engine.freemarker.SimpleStringTemplateLoader
 
SmartcnEngine - Class in cn.hutool.extra.tokenizer.engine.analysis
Lucene-smartcn分词引擎实现
项目地址:https://github.com/apache/lucene-solr/tree/master/lucene/analysis/smartcn
SmartcnEngine() - Constructor for class cn.hutool.extra.tokenizer.engine.analysis.SmartcnEngine
构造
SpELEngine - Class in cn.hutool.extra.expression.engine.spel
Spring-Expression引擎封装
见:https://github.com/spring-projects/spring-framework/tree/master/spring-expression
SpELEngine() - Constructor for class cn.hutool.extra.expression.engine.spel.SpELEngine
构造
SpringUtil - Class in cn.hutool.extra.spring
Spring(Spring boot)工具封装,包括: Spring IOC容器中的bean对象获取 注册和注销Bean
SpringUtil() - Constructor for class cn.hutool.extra.spring.SpringUtil
 
SSH_NONE - Static variable in class cn.hutool.extra.ssh.JschUtil
不使用SSH的值
SshjSftp - Class in cn.hutool.extra.ssh
在使用jsch 进行sftp协议下载文件时,总是中文乱码,而该框架源码又不允许设置编码。
SshjSftp(String) - Constructor for class cn.hutool.extra.ssh.SshjSftp
构造,使用默认端口
SshjSftp(String, String, String) - Constructor for class cn.hutool.extra.ssh.SshjSftp
构造
SshjSftp(String, int, String, String) - Constructor for class cn.hutool.extra.ssh.SshjSftp
构造
SshjSftp(String, int, String, String, Charset) - Constructor for class cn.hutool.extra.ssh.SshjSftp
构造
SshjSftp(FtpConfig) - Constructor for class cn.hutool.extra.ssh.SshjSftp
构造
start() - Method in class cn.hutool.extra.ftp.SimpleFtpServer
启动FTP服务,阻塞当前线程
stat(String) - Method in class cn.hutool.extra.ftp.Ftp
获取服务端目录状态。
StreamArchiver - Class in cn.hutool.extra.compress.archiver
数据归档封装,归档即将几个文件或目录打成一个压缩包
支持的归档文件格式为: ArchiveStreamFactory.AR ArchiveStreamFactory.CPIO ArchiveStreamFactory.JAR ArchiveStreamFactory.TAR ArchiveStreamFactory.ZIP
StreamArchiver(Charset, String, File) - Constructor for class cn.hutool.extra.compress.archiver.StreamArchiver
构造
StreamArchiver(Charset, String, OutputStream) - Constructor for class cn.hutool.extra.compress.archiver.StreamArchiver
构造
StreamExtractor - Class in cn.hutool.extra.compress.extractor
数据解压器,即将归档打包的数据释放
StreamExtractor(Charset, File) - Constructor for class cn.hutool.extra.compress.extractor.StreamExtractor
构造
StreamExtractor(Charset, String, File) - Constructor for class cn.hutool.extra.compress.extractor.StreamExtractor
构造
StreamExtractor(Charset, InputStream) - Constructor for class cn.hutool.extra.compress.extractor.StreamExtractor
构造
StreamExtractor(Charset, String, InputStream) - Constructor for class cn.hutool.extra.compress.extractor.StreamExtractor
构造
如果抛出异常,则提供的流将被关闭
StringResourceLoader - Class in cn.hutool.extra.template.engine.jetbrick.loader
字符串模板加载器
StringResourceLoader() - Constructor for class cn.hutool.extra.template.engine.jetbrick.loader.StringResourceLoader
 
stripName(String, int) - Method in interface cn.hutool.extra.compress.extractor.Extractor
剥离名称
syncUpload(File, String) - Method in class cn.hutool.extra.ssh.Sftp
将本地文件或者文件夹同步(覆盖)上传到远程路径

T

Template - Interface in cn.hutool.extra.template
抽象模板接口
TemplateConfig - Class in cn.hutool.extra.template
模板配置
TemplateConfig() - Constructor for class cn.hutool.extra.template.TemplateConfig
默认构造,使用UTF8编码,默认从ClassPath获取模板
TemplateConfig(String) - Constructor for class cn.hutool.extra.template.TemplateConfig
构造,默认UTF-8编码
TemplateConfig(String, TemplateConfig.ResourceMode) - Constructor for class cn.hutool.extra.template.TemplateConfig
构造,默认UTF-8编码
TemplateConfig(Charset, String, TemplateConfig.ResourceMode) - Constructor for class cn.hutool.extra.template.TemplateConfig
构造
TemplateConfig.ResourceMode - Enum in cn.hutool.extra.template
资源加载方式枚举
TemplateEngine - Interface in cn.hutool.extra.template
引擎接口,通过实现此接口从而使用对应的模板引擎
TemplateException - Exception in cn.hutool.extra.template
模板异常
TemplateException(Throwable) - Constructor for exception cn.hutool.extra.template.TemplateException
 
TemplateException(String) - Constructor for exception cn.hutool.extra.template.TemplateException
 
TemplateException(String, Object...) - Constructor for exception cn.hutool.extra.template.TemplateException
 
TemplateException(String, Throwable) - Constructor for exception cn.hutool.extra.template.TemplateException
 
TemplateException(String, Throwable, boolean, boolean) - Constructor for exception cn.hutool.extra.template.TemplateException
 
TemplateException(Throwable, String, Object...) - Constructor for exception cn.hutool.extra.template.TemplateException
 
TemplateFactory - Class in cn.hutool.extra.template.engine
简单模板工厂,用于根据用户引入的模板引擎jar,自动创建对应的模板引擎对象
TemplateFactory() - Constructor for class cn.hutool.extra.template.engine.TemplateFactory
 
TemplateUtil - Class in cn.hutool.extra.template
模板工具类
TemplateUtil() - Constructor for class cn.hutool.extra.template.TemplateUtil
 
ThymeleafEngine - Class in cn.hutool.extra.template.engine.thymeleaf
Thymeleaf模板引擎实现
ThymeleafEngine() - Constructor for class cn.hutool.extra.template.engine.thymeleaf.ThymeleafEngine
默认构造
ThymeleafEngine(TemplateConfig) - Constructor for class cn.hutool.extra.template.engine.thymeleaf.ThymeleafEngine
构造
ThymeleafEngine(TemplateEngine) - Constructor for class cn.hutool.extra.template.engine.thymeleaf.ThymeleafEngine
构造
ThymeleafTemplate - Class in cn.hutool.extra.template.engine.thymeleaf
Thymeleaf模板实现
ThymeleafTemplate(TemplateEngine, String, Charset) - Constructor for class cn.hutool.extra.template.engine.thymeleaf.ThymeleafTemplate
构造
TinyPinyinEngine - Class in cn.hutool.extra.pinyin.engine.tinypinyin
封装了TinyPinyin的引擎。
TinyPinyinEngine() - Constructor for class cn.hutool.extra.pinyin.engine.tinypinyin.TinyPinyinEngine
构造
TinyPinyinEngine(Pinyin.Config) - Constructor for class cn.hutool.extra.pinyin.engine.tinypinyin.TinyPinyinEngine
构造
to(String...) - Method in class cn.hutool.extra.mail.JakartaMail
设置收件人
to(String...) - Method in class cn.hutool.extra.mail.Mail
设置收件人
toAlias(String) - Static method in class cn.hutool.extra.emoji.EmojiUtil
将字符串中的Unicode Emoji字符转换为别名表现形式(两个":"包围的格式) 例如: 😄 转换为 :smile: EmojiParser.FitzpatrickAction参数被设置为EmojiParser.FitzpatrickAction.PARSE,则别名后会增加"|"并追加fitzpatrick类型 例如:👦🏿 转换为 :boy|type_6: EmojiParser.FitzpatrickAction参数被设置为EmojiParser.FitzpatrickAction.REMOVE,则别名后的"|"和类型将被去除 例如:👦🏿 转换为 :boy: EmojiParser.FitzpatrickAction参数被设置为EmojiParser.FitzpatrickAction.IGNORE,则别名后的类型将被忽略 例如:👦🏿 转换为 :boy:🏿
toAlias(String, EmojiParser.FitzpatrickAction) - Static method in class cn.hutool.extra.emoji.EmojiUtil
将字符串中的Unicode Emoji字符转换为别名表现形式(两个":"包围的格式),别名后会增加"|"并追加fitzpatrick类型 例如:👦🏿 转换为 :boy|type_6:
toAsciiArt(BitMatrix, QrConfig) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
BitMatrix转ASCII Art字符画形式的二维码
toBean(Map, Class<T>) - Static method in class cn.hutool.extra.cglib.CglibUtil
将Map转换为Bean
toBean(ServletRequest, Class<T>, boolean) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
ServletRequest 参数转Bean
toBean(ServletRequest, Class<T>, boolean) - Static method in class cn.hutool.extra.servlet.ServletUtil
ServletRequest 参数转Bean
toHints() - Method in class cn.hutool.extra.qrcode.QrConfig
转换为Zxing的二维码配置
toHints(BarcodeFormat) - Method in class cn.hutool.extra.qrcode.QrConfig
转换为Zxing的二维码配置
toHtml(String) - Static method in class cn.hutool.extra.emoji.EmojiUtil
将字符串中的Unicode Emoji字符转换为HTML表现形式(Hex方式) 例如:👦🏿 转换为 &#128102;
toHtml(String, boolean) - Static method in class cn.hutool.extra.emoji.EmojiUtil
将字符串中的Unicode Emoji字符转换为HTML表现形式,例如: 如果为hex形式,👦🏿 转换为 &#x1f466; 否则,👦🏿 转换为 &#128102;
toHtmlHex(String) - Static method in class cn.hutool.extra.emoji.EmojiUtil
将字符串中的Unicode Emoji字符转换为HTML 16进制表现形式 例如:👦🏿 转换为 &#x1f466;
toImage(BitMatrix, int, Integer) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
BitMatrix转BufferedImage
TokenizerEngine - Interface in cn.hutool.extra.tokenizer
分词引擎接口定义,用户通过实现此接口完成特定分词引擎的适配
TokenizerException - Exception in cn.hutool.extra.tokenizer
分词异常
TokenizerException(Throwable) - Constructor for exception cn.hutool.extra.tokenizer.TokenizerException
 
TokenizerException(String) - Constructor for exception cn.hutool.extra.tokenizer.TokenizerException
 
TokenizerException(String, Object...) - Constructor for exception cn.hutool.extra.tokenizer.TokenizerException
 
TokenizerException(String, Throwable) - Constructor for exception cn.hutool.extra.tokenizer.TokenizerException
 
TokenizerException(String, Throwable, boolean, boolean) - Constructor for exception cn.hutool.extra.tokenizer.TokenizerException
 
TokenizerException(Throwable, String, Object...) - Constructor for exception cn.hutool.extra.tokenizer.TokenizerException
 
TokenizerFactory - Class in cn.hutool.extra.tokenizer.engine
简单分词引擎工厂,用于根据用户引入的分词引擎jar,自动创建对应的引擎
TokenizerFactory() - Constructor for class cn.hutool.extra.tokenizer.engine.TokenizerFactory
 
TokenizerUtil - Class in cn.hutool.extra.tokenizer
分词工具类
TokenizerUtil() - Constructor for class cn.hutool.extra.tokenizer.TokenizerUtil
 
toMap(Object) - Static method in class cn.hutool.extra.cglib.CglibUtil
将Bean转换为Map
toParent() - Method in class cn.hutool.extra.ftp.AbstractFtp
打开上级目录
toString() - Method in class cn.hutool.extra.mail.MailAccount
 
toString() - Method in class cn.hutool.extra.ssh.Connector
toString方法仅用于测试显示
toString() - Method in class cn.hutool.extra.ssh.Sftp
 
toString() - Method in class cn.hutool.extra.tokenizer.engine.analysis.AnalysisWord
 
toString() - Method in class cn.hutool.extra.tokenizer.engine.ansj.AnsjWord
 
toString() - Method in class cn.hutool.extra.tokenizer.engine.hanlp.HanLPWord
 
toString() - Method in class cn.hutool.extra.tokenizer.engine.ikanalyzer.IKAnalyzerWord
 
toString() - Method in class cn.hutool.extra.tokenizer.engine.jcseg.JcsegWord
 
toString() - Method in class cn.hutool.extra.tokenizer.engine.jieba.JiebaWord
 
toString() - Method in class cn.hutool.extra.tokenizer.engine.mmseg.MmsegWord
 
toString() - Method in class cn.hutool.extra.tokenizer.engine.mynlp.MynlpWord
 
toString() - Method in class cn.hutool.extra.tokenizer.engine.word.WordWord
 
toString() - Method in class cn.hutool.extra.validation.BeanValidationResult.ErrorMessage
 
toSVG(BitMatrix, QrConfig) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
BitMatrix转SVG(字符串)
toSVG(BitMatrix, Integer, Integer, Image, int) - Static method in class cn.hutool.extra.qrcode.QrCodeUtil
BitMatrix转SVG(字符串)
toUnicode(String) - Static method in class cn.hutool.extra.emoji.EmojiUtil
将子串中的Emoji别名(两个":"包围的格式)和其HTML表示形式替换为为Unicode Emoji符号 例如: :smile: 替换为 😄 &#128516; 替换为 😄 :boy|type_6: 替换为 👦🏿

U

unBindPort(Session, int) - Static method in class cn.hutool.extra.ssh.JschUtil
解除端口映射
unregisterBean(String) - Static method in class cn.hutool.extra.spring.SpringUtil
注销bean 将Spring中的bean注销,请谨慎使用
upload(String, File) - Method in class cn.hutool.extra.ftp.AbstractFtp
将本地文件上传到目标服务器,目标文件名为destPath,若destPath为目录,则目标文件名将与file文件名相同。
upload(String, File) - Method in class cn.hutool.extra.ftp.Ftp
上传文件到指定目录,可选: 1. destPath为null或""上传到当前路径 2. destPath为相对路径则相对于当前路径的子路径 3. destPath为绝对路径则上传到此路径
upload(String, String, File) - Method in class cn.hutool.extra.ftp.Ftp
上传文件到指定目录,可选: 1. destPath为null或""上传到当前路径 2. destPath为相对路径则相对于当前路径的子路径 3. destPath为绝对路径则上传到此路径
upload(String, String, InputStream) - Method in class cn.hutool.extra.ftp.Ftp
上传文件到指定目录,可选: 1. destPath为null或""上传到当前路径 2. destPath为相对路径则相对于当前路径的子路径 3. destPath为绝对路径则上传到此路径
upload(String, File) - Method in class cn.hutool.extra.ssh.Sftp
 
upload(String, String, InputStream) - Method in class cn.hutool.extra.ssh.Sftp
上传文件到指定目录,可选: 1. path为null或""上传到当前路径 2. path为相对路径则相对于当前路径的子路径 3. path为绝对路径则上传到此路径
upload(String, File) - Method in class cn.hutool.extra.ssh.SshjSftp
 
uploadFileOrDirectory(String, File) - Method in class cn.hutool.extra.ftp.Ftp
递归上传文件(支持目录)
上传时,如果uploadFile为目录,只复制目录下所有目录和文件到目标路径下,并不会复制目录本身
上传时,自动创建父级目录
UserPassAuthenticator - Class in cn.hutool.extra.mail
用户名密码验证器
UserPassAuthenticator(String, String) - Constructor for class cn.hutool.extra.mail.UserPassAuthenticator
构造

V

validate(T, Class<?>...) - Static method in class cn.hutool.extra.validation.ValidationUtil
校验对象
validateProperty(T, String, Class<?>...) - Static method in class cn.hutool.extra.validation.ValidationUtil
校验bean的某一个属性
ValidationUtil - Class in cn.hutool.extra.validation
java bean 校验工具类,此工具类基于validation-api(jakarta.validation-api)封装 在实际使用中,用户需引入validation-api的实现,如:hibernate-validator 注意:hibernate-validator还依赖了javax.el,需自行引入。
ValidationUtil() - Constructor for class cn.hutool.extra.validation.ValidationUtil
 
valueOf(String) - Static method in enum cn.hutool.extra.cglib.BeanCopierCache
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.hutool.extra.ftp.FtpMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.hutool.extra.mail.GlobalMailAccount
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.hutool.extra.ssh.ChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.hutool.extra.ssh.JschSessionPool
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.hutool.extra.ssh.Sftp.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.hutool.extra.template.TemplateConfig.ResourceMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum cn.hutool.extra.cglib.BeanCopierCache
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.hutool.extra.ftp.FtpMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.hutool.extra.mail.GlobalMailAccount
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.hutool.extra.ssh.ChannelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.hutool.extra.ssh.JschSessionPool
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.hutool.extra.ssh.Sftp.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.hutool.extra.template.TemplateConfig.ResourceMode
Returns an array containing the constants of this enum type, in the order they are declared.
VelocityEngine - Class in cn.hutool.extra.template.engine.velocity
Velocity模板引擎
见:http://velocity.apache.org/
VelocityEngine() - Constructor for class cn.hutool.extra.template.engine.velocity.VelocityEngine
默认构造
VelocityEngine(TemplateConfig) - Constructor for class cn.hutool.extra.template.engine.velocity.VelocityEngine
构造
VelocityEngine(VelocityEngine) - Constructor for class cn.hutool.extra.template.engine.velocity.VelocityEngine
构造
VelocityTemplate - Class in cn.hutool.extra.template.engine.velocity
Velocity模板包装
VelocityTemplate(Template) - Constructor for class cn.hutool.extra.template.engine.velocity.VelocityTemplate
构造

W

warpValidate(T, Class<?>...) - Static method in class cn.hutool.extra.validation.ValidationUtil
校验对象
warpValidateProperty(T, String, Class<?>...) - Static method in class cn.hutool.extra.validation.ValidationUtil
校验bean的某一个属性
width - Variable in class cn.hutool.extra.qrcode.QrConfig
宽度(单位:像素或▄) 当二维码类型为一般图片或者SVG时,单位是像素 当二维码类型Ascii Art字符画时,单位是字符▄或▀的大小
WitEngine - Class in cn.hutool.extra.template.engine.wit
Wit(http://zqq90.github.io/webit-script/)模板引擎封装
WitEngine() - Constructor for class cn.hutool.extra.template.engine.wit.WitEngine
默认构造
WitEngine(TemplateConfig) - Constructor for class cn.hutool.extra.template.engine.wit.WitEngine
构造
WitEngine(Engine) - Constructor for class cn.hutool.extra.template.engine.wit.WitEngine
构造
WitTemplate - Class in cn.hutool.extra.template.engine.wit
Wit模板实现
WitTemplate(Template) - Constructor for class cn.hutool.extra.template.engine.wit.WitTemplate
构造
Word - Interface in cn.hutool.extra.tokenizer
表示分词中的一个词
WordEngine - Class in cn.hutool.extra.tokenizer.engine.word
Word分词引擎实现
项目地址:https://github.com/ysc/word
WordEngine() - Constructor for class cn.hutool.extra.tokenizer.engine.word.WordEngine
构造
WordEngine(SegmentationAlgorithm) - Constructor for class cn.hutool.extra.tokenizer.engine.word.WordEngine
构造
WordEngine(Segmentation) - Constructor for class cn.hutool.extra.tokenizer.engine.word.WordEngine
构造
WordResult - Class in cn.hutool.extra.tokenizer.engine.word
Word分词结果实现
项目地址:https://github.com/ysc/word
WordResult(List<Word>) - Constructor for class cn.hutool.extra.tokenizer.engine.word.WordResult
构造
WordWord - Class in cn.hutool.extra.tokenizer.engine.word
Word分词中的一个单词包装
WordWord(Word) - Constructor for class cn.hutool.extra.tokenizer.engine.word.WordWord
构造
wrap(Template) - Static method in class cn.hutool.extra.template.engine.beetl.BeetlTemplate
包装Beetl模板
wrap(Template) - Static method in class cn.hutool.extra.template.engine.enjoy.EnjoyTemplate
包装Enjoy模板
wrap(Template) - Static method in class cn.hutool.extra.template.engine.freemarker.FreemarkerTemplate
包装Freemarker模板
wrap(JetTemplate) - Static method in class cn.hutool.extra.template.engine.jetbrick.JetbrickTemplate
包装Jetbrick模板
wrap(ITemplate) - Static method in class cn.hutool.extra.template.engine.rythm.RythmTemplate
包装Rythm模板
wrap(TemplateEngine, String, Charset) - Static method in class cn.hutool.extra.template.engine.thymeleaf.ThymeleafTemplate
包装Thymeleaf模板
wrap(Template) - Static method in class cn.hutool.extra.template.engine.velocity.VelocityTemplate
包装Velocity模板
wrap(Template) - Static method in class cn.hutool.extra.template.engine.wit.WitTemplate
包装Wit模板
write(HttpServletResponse, String, String) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
返回数据给客户端
write(HttpServletResponse, File) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
返回文件给客户端
write(HttpServletResponse, InputStream, String, String) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
返回数据给客户端
write(HttpServletResponse, InputStream, String) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
返回数据给客户端
write(HttpServletResponse, InputStream) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
返回数据给客户端
write(HttpServletResponse, InputStream, int) - Static method in class cn.hutool.extra.servlet.JakartaServletUtil
返回数据给客户端
write(HttpServletResponse, String, String) - Static method in class cn.hutool.extra.servlet.ServletUtil
返回数据给客户端
write(HttpServletResponse, File) - Static method in class cn.hutool.extra.servlet.ServletUtil
返回文件给客户端
write(HttpServletResponse, InputStream, String, String) - Static method in class cn.hutool.extra.servlet.ServletUtil
返回数据给客户端
write(HttpServletResponse, InputStream, String) - Static method in class cn.hutool.extra.servlet.ServletUtil
返回数据给客户端
write(HttpServletResponse, InputStream) - Static method in class cn.hutool.extra.servlet.ServletUtil
返回数据给客户端
write(HttpServletResponse, InputStream, int) - Static method in class cn.hutool.extra.servlet.ServletUtil
返回数据给客户端
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2025. All rights reserved.