Modifier and Type | Class and Description |
---|---|
class |
BaseProcessExecutor
命令处理器基类
|
class |
ProcessAsyncExecutor
异步进程执行器
|
class |
ProcessAwaitExecutor
同步进程执行器
|
Modifier and Type | Class and Description |
---|---|
class |
Tracker
文件追踪器
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelayTracker
延时文件追踪器
|
class |
DelayTracker
延时文件追踪器 行
|
class |
DelayTrackerListener
延时文件追踪器 byte
|
Modifier and Type | Class and Description |
---|---|
class |
Gits
git 本地仓库基本操作
checkout pull reset log branch clean
其他功能请用命令行
|
Modifier and Type | Class and Description |
---|---|
class |
BlockFolderWatcher
阻塞文件夹监听器
|
class |
FolderWatcher
文件夹监听器
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayIterator
流迭代器
|
class |
LineIterator
行迭代器
|
Modifier and Type | Interface and Description |
---|---|
interface |
IFtpInstance
ftp 实例 api
|
Modifier and Type | Class and Description |
---|---|
class |
BaseFtpInstance
ftp 操作实例 基类
|
class |
FtpInstance
FTP 操作实例
|
Modifier and Type | Class and Description |
---|---|
class |
FtpClientKeepAlive
FTP 监听长连接心跳
|
Modifier and Type | Class and Description |
---|---|
class |
FtpDownloader
FTP 大文件下载 支持断点续传, 实时速率
|
class |
FtpUploader
FTP 大文件上传 支持断点续传 实时速率
|
Modifier and Type | Class and Description |
---|---|
class |
SessionStore
Session Store
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISftpExecutor
sftp 执行器 api
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSftpExecutor
sftp 执行器 基类
|
class |
SftpExecutor
sftp 执行器
文件路必须是绝对路径 可以包含 ../
|
Modifier and Type | Class and Description |
---|---|
class |
SftpDownloader
SFTP 大文件下载 支持断点续传, 实时速率
|
class |
SftpUploader
SFTP 大文件上传 支持断点续传, 实时速率
|
Modifier and Type | Interface and Description |
---|---|
interface |
IHostExecutor
远程主机执行器 api
|
Modifier and Type | Class and Description |
---|---|
class |
BaseHostExecutor<T extends com.jcraft.jsch.Channel>
远程执行器 基类
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICommandExecutor
远程命令执行器 api
|
Modifier and Type | Class and Description |
---|---|
class |
CommandExecutor
命令执行器
|
Modifier and Type | Interface and Description |
---|---|
interface |
IShellExecutor
shell 执行器 api
|
Modifier and Type | Class and Description |
---|---|
class |
ShellExecutor
shell 执行器
|
Modifier and Type | Interface and Description |
---|---|
interface |
IFileDownloader
文件下载器 接口
|
interface |
IFileTransfer
文件传输器
|
interface |
IFileUploader
文件上传器 接口
|
Modifier and Type | Class and Description |
---|---|
class |
BaseFileDownloader
大文件下载 基类 支持断点续传, 实时速率
|
class |
BaseFileUploader
大文件上传 基类 支持断点续传, 实时速率
|
Modifier and Type | Class and Description |
---|---|
class |
CsvExt
csv 提取器
也支持其他格式的文本文件
|
Modifier and Type | Class and Description |
---|---|
class |
ExcelAdapter
csv -> excel 文本适配器
|
Modifier and Type | Class and Description |
---|---|
class |
CsvReader
csv 读取类
|
class |
CsvWriter
csv 写入器 core
|
Modifier and Type | Class and Description |
---|---|
class |
CsvMerge
csv 行合并器
|
Modifier and Type | Class and Description |
---|---|
class |
BaseCsvReader<T>
csv 读取器 基类
|
class |
CsvArrayReader
csv array 读取器
|
class |
CsvBeanReader<T>
csv bean 读取器
|
class |
CsvLambdaReader<T>
csv lambda 读取器
|
class |
CsvMapReader<K,V>
csv map 读取器
|
class |
CsvRawReader
csv raw 读取器
|
class |
CsvReaderIterator<T>
csv 迭代器
不会存储也不会消费
|
Modifier and Type | Class and Description |
---|---|
class |
CsvColumnSplit
csv 拆分一个文件 占用内存少
|
class |
CsvRowSplit
csv 行切分器 可以获取行数据
|
Modifier and Type | Class and Description |
---|---|
class |
BaseCsvWriter<K,V>
csv 导出器 基类
|
class |
CsvArrayWriter
csv array 导出器
|
class |
CsvBeanWriter<T>
csv bean 导出器
|
class |
CsvLambdaWriter<T>
csv lambda 导出器
|
class |
CsvMapWriter<K,V>
csv map 导出器
|
Modifier and Type | Class and Description |
---|---|
class |
ExcelExt
excel 提取器
使用流式读取文件必须是 xlsx 文件
|
Modifier and Type | Class and Description |
---|---|
class |
CsvAdapter
excel -> csv 适配器
|
Modifier and Type | Class and Description |
---|---|
class |
ExcelMerge
excel 行合并器 不支持复杂操作
|
Modifier and Type | Class and Description |
---|---|
class |
BaseExcelReader<K,T>
excel 读取器 基类
|
class |
ExcelArrayReader
excel array 读取器
不支持高级数据类型
Excels.getCellValue(Cell) |
class |
ExcelBeanReader<T>
excel bean 读取器
支持高级数据类型
Excels.getCellValue(Cell, ExcelReadType, CellOption) |
class |
ExcelLambdaReader<T>
excel lambda 读取器
支持高级数据类型
Excels.getCellValue(Cell, ExcelReadType, CellOption) |
class |
ExcelMapReader<K,V>
excel map 读取器
支持高级数据类型
Excels.getCellValue(Cell, ExcelReadType, CellOption) |
Modifier and Type | Class and Description |
---|---|
class |
ExcelColumnMultiSheetSplit
excel 列拆分器 只是拆分一个文件 多个sheet 不支持复杂类型 占用内存多
不支持流式读取 (流式只能读取一次)
流式请用
ExcelColumnSingleSplit |
class |
ExcelColumnMultiSplit
excel 列拆分器 拆分多个文件一个sheet 不支持复杂类型 占用内存少
不支持流式读取 (流式只能读取一次)
流式请用
ExcelColumnSingleSplit |
class |
ExcelColumnSingleSplit
excel 列拆分器 拆分一个文件一个sheet 不支持复杂类型 占用内存少
|
class |
ExcelRowSplit
excel 行拆分器 能拆分多个文件一个sheet 不支持复杂类型
|
Modifier and Type | Class and Description |
---|---|
class |
BaseExcelWriteable
excel writer 基类
|
class |
ExcelWriterBuilder
excel 构建器
|
Modifier and Type | Class and Description |
---|---|
class |
ExcelExport<T>
excel 导出器
|
Modifier and Type | Class and Description |
---|---|
class |
SplitTargetGenerator
目标输出流生成器
|
Copyright © 2024. All rights reserved.