跳过导航链接
A D E F G I M O P S U V 

A

AbstractFileProcessor - io.easyspring.service.file.impl中的类
抽象的文件上传处理器
AbstractFileProcessor() - 类 的构造器io.easyspring.service.file.impl.AbstractFileProcessor
 

D

DEFAULT_EXPIRATION - 接口 中的静态变量io.easyspring.service.file.properties.FileConstants.Oss
文件预览的默认过期时间
DefaultFilePathGeneratorImpl - io.easyspring.service.file.impl中的类
默认的文件路径生成器的实现类
DefaultFilePathGeneratorImpl() - 类 的构造器io.easyspring.service.file.impl.DefaultFilePathGeneratorImpl
 
DOWNLOADER_BEAN_NAME - 接口 中的静态变量io.easyspring.service.file.properties.FileConstants.Oss
载器的的 Bean 的名字

E

EasyFileException - io.easyspring.service.file中的异常错误
文件的异常对象
EasyFileException(ErrorResultEnum) - 异常错误 的构造器io.easyspring.service.file.EasyFileException
文件的异常对象的构造方法 Author summer DateTime 2019-01-07 16:54
EasyFileException(ErrorResultEnum, Object) - 异常错误 的构造器io.easyspring.service.file.EasyFileException
文件的异常对象的构造方法 Author summer DateTime 2019-01-07 16:54
EasyFileException(String) - 异常错误 的构造器io.easyspring.service.file.EasyFileException
通过错误码和提示信息封装的异常构造方法 Author summer DateTime 2019-01-07 16:55

F

FileBeanConfig - io.easyspring.service.file中的类
文件上传器的 Bean 配置器
FileBeanConfig() - 类 的构造器io.easyspring.service.file.FileBeanConfig
 
FileConstants - io.easyspring.service.file.properties中的接口
文件的常量配置类
FileConstants.Oss - io.easyspring.service.file.properties中的接口
阿里 oss 的常量配置
FileCoreConfig - io.easyspring.service.file中的类
文件管理的核心的配置文件 注解 @Configuration 表明这是一个配置类 注解 @EnableConfigurationProperties 此配置文件激活的配置类
FileCoreConfig() - 类 的构造器io.easyspring.service.file.FileCoreConfig
 
FileDownloader - io.easyspring.service.file中的接口
文件下载的抽象接口
filePathGenerator() - 类 中的方法io.easyspring.service.file.FileBeanConfig
文件路径的生成器
FilePathGenerator - io.easyspring.service.file中的接口
文件路径的生成器
FilePlatformEnum - io.easyspring.service.file中的枚举
文件存储平台枚举类
FileProcessor - io.easyspring.service.file中的接口
文件上传的控制器
FileProcessorHolder - io.easyspring.service.file中的类
文件处理器的管理器
FileProcessorHolder() - 类 的构造器io.easyspring.service.file.FileProcessorHolder
 
FileProperties - io.easyspring.service.file.properties中的类
文件的核心配置类
FileProperties() - 类 的构造器io.easyspring.service.file.properties.FileProperties
 
FileUploader - io.easyspring.service.file中的接口
文件上传器的抽象类
findFileProcessor(FilePlatformEnum) - 类 中的方法io.easyspring.service.file.FileProcessorHolder
根据文件存储平台, 获取对应的文件处理器
findFileProcessor(String) - 类 中的方法io.easyspring.service.file.FileProcessorHolder
根据文件存储平台, 获取对应的文件处理器

G

generatorNewFileName(String) - 接口 中的方法io.easyspring.service.file.FilePathGenerator
生成新的文件名称
generatorNewFileName(String) - 类 中的方法io.easyspring.service.file.impl.DefaultFilePathGeneratorImpl
生成新的文件名称
generatorNewObjectName(String, String) - 接口 中的方法io.easyspring.service.file.FilePathGenerator
生成新的文件名称
generatorNewObjectName(String, String) - 类 中的方法io.easyspring.service.file.impl.DefaultFilePathGeneratorImpl
生成新的文件名称
generatorObjectIntermediatePath() - 接口 中的方法io.easyspring.service.file.FilePathGenerator
生成文件名称中间的路径
generatorObjectIntermediatePath() - 类 中的方法io.easyspring.service.file.impl.DefaultFilePathGeneratorImpl
生成文件名称中间的路径
generatorObjectName(String, String) - 接口 中的方法io.easyspring.service.file.FilePathGenerator
生成文件的名称
generatorObjectName(String, String) - 类 中的方法io.easyspring.service.file.impl.DefaultFilePathGeneratorImpl
生成文件的名称
generatorUrl(SimpleUserFile, Long, String) - 接口 中的方法io.easyspring.service.file.FileProcessor
获取文件地址的方法 Author summer DateTime 2019-02-13 12:27
generatorUrl(String, String, Long, String) - 接口 中的方法io.easyspring.service.file.FileProcessor
获取文件地址的方法 Author summer DateTime 2019-02-13 12:31
generatorUrl(SimpleUserFile, Long, String) - 类 中的方法io.easyspring.service.file.impl.AbstractFileProcessor
获取文件地址的方法 Author summer DateTime 2019-02-13 12:27
generatorUrl(String, String, Long, String) - 类 中的方法io.easyspring.service.file.impl.AbstractFileProcessor
获取文件地址的方法 Author summer DateTime 2019-02-13 12:31
getBucketName(String) - 接口 中的方法io.easyspring.service.file.FilePathGenerator
获取存储区的名称
getBucketName(String) - 类 中的方法io.easyspring.service.file.impl.DefaultFilePathGeneratorImpl
获取存储区的名称
getOssClient() - 类 中的方法io.easyspring.service.file.oss.OssClientUtils
创建OSSClient实例。
getUrl(SimpleUserFile, Long, String) - 接口 中的方法io.easyspring.service.file.FileDownloader
获取文件地址 Author summer DateTime 2019-02-13 11:26
getUrl(SimpleUserFile, Long, String) - 类 中的方法io.easyspring.service.file.impl.AbstractFileProcessor
获取文件地址的方法
getUrl(SimpleUserFile, Long, String) - 类 中的方法io.easyspring.service.file.oss.OssFileDownloader
获取文件地址 Author summer DateTime 2019-02-13 11:26
getUrl(SimpleUserFile, Long, String) - 类 中的方法io.easyspring.service.file.oss.OssFileProcessor
获取文件地址的方法

I

io.easyspring.service.file - 程序包 io.easyspring.service.file
 
io.easyspring.service.file.impl - 程序包 io.easyspring.service.file.impl
 
io.easyspring.service.file.oss - 程序包 io.easyspring.service.file.oss
 
io.easyspring.service.file.properties - 程序包 io.easyspring.service.file.properties
 
io.easyspring.service.file.support - 程序包 io.easyspring.service.file.support
 

M

MAX_EXPIRATION - 接口 中的静态变量io.easyspring.service.file.properties.FileConstants.Oss
文件预览的最长过期时间

O

OssClientUtils - io.easyspring.service.file.oss中的类
oss 客户端的工具类
OssClientUtils() - 类 的构造器io.easyspring.service.file.oss.OssClientUtils
 
ossFileDownloader() - 类 中的方法io.easyspring.service.file.FileBeanConfig
阿里云文件下载器的 Bean 配置 Author summer DateTime 2019-02-13 12:17
OssFileDownloader - io.easyspring.service.file.oss中的类
阿里云文件下载器
OssFileDownloader() - 类 的构造器io.easyspring.service.file.oss.OssFileDownloader
 
OssFileProcessor - io.easyspring.service.file.oss中的类
阿里 oss 的文件处理器
OssFileProcessor() - 类 的构造器io.easyspring.service.file.oss.OssFileProcessor
 
ossFileUploader() - 类 中的方法io.easyspring.service.file.FileBeanConfig
阿里云文件上传器的 Bean 配置 Author summer DateTime 2019-02-12 16:26
OssFileUploader - io.easyspring.service.file.oss中的类
阿里云文件上传器
OssFileUploader() - 类 的构造器io.easyspring.service.file.oss.OssFileUploader
 
OssProperties - io.easyspring.service.file.properties中的类
阿里云文件存储的配置类
OssProperties() - 类 的构造器io.easyspring.service.file.properties.OssProperties
 

P

PROCESSOR_BEAN_NAME - 接口 中的静态变量io.easyspring.service.file.properties.FileConstants.Oss
消息处理器的 Bean 的名字
putObject(String, String, File) - 接口 中的方法io.easyspring.service.file.FileUploader
阿里云平台文件的文件上传器 Author summer DateTime 2019-02-12 16:12
putObject(String, String, InputStream) - 接口 中的方法io.easyspring.service.file.FileUploader
阿里云平台文件的文件上传器 Author summer DateTime 2019-02-12 20:09
putObject(String, String, File) - 类 中的方法io.easyspring.service.file.impl.AbstractFileProcessor
文件上传的方法
putObject(String, String, InputStream) - 类 中的方法io.easyspring.service.file.impl.AbstractFileProcessor
文件上传的方法
putObject(String, String, File) - 类 中的方法io.easyspring.service.file.oss.OssFileProcessor
文件上传的方法
putObject(String, String, InputStream) - 类 中的方法io.easyspring.service.file.oss.OssFileProcessor
文件上传的方法
putObject(String, String, File) - 类 中的方法io.easyspring.service.file.oss.OssFileUploader
阿里云平台文件的文件上传器 Author summer DateTime 2019-02-12 16:12
putObject(String, String, InputStream) - 类 中的方法io.easyspring.service.file.oss.OssFileUploader
阿里云平台文件的文件上传器 Author summer DateTime 2019-02-12 20:09

S

setCode(Integer) - 异常错误 中的方法io.easyspring.service.file.EasyFileException
 
setDetails(Object) - 异常错误 中的方法io.easyspring.service.file.EasyFileException
 
SHORT_EXPIRATION - 接口 中的静态变量io.easyspring.service.file.properties.FileConstants.Oss
文件预览的最端过期时间
SimpleUserFile - io.easyspring.service.file.support中的类
简单的文件对象
SimpleUserFile() - 类 的构造器io.easyspring.service.file.support.SimpleUserFile
 

U

upload(String, File) - 接口 中的方法io.easyspring.service.file.FileProcessor
文件上传的抽象方法 Author summer DateTime 2019-02-12 14:11
upload(String, String, InputStream) - 接口 中的方法io.easyspring.service.file.FileProcessor
文件上传的抽象方法 Author summer DateTime 2019-02-12 20:05
upload(String, File) - 类 中的方法io.easyspring.service.file.impl.AbstractFileProcessor
文件上传的抽象方法 Author summer DateTime 2019-02-12 14:11
upload(String, String, InputStream) - 类 中的方法io.easyspring.service.file.impl.AbstractFileProcessor
文件上传的抽象方法 Author summer DateTime 2019-02-12 20:05
UPLOADER_BEAN_NAME - 接口 中的静态变量io.easyspring.service.file.properties.FileConstants.Oss
上传器的 Bean 的名字

V

valueOf(String) - 枚举 中的静态方法io.easyspring.service.file.FilePlatformEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法io.easyspring.service.file.FilePlatformEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A D E F G I M O P S U V 
跳过导航链接

Copyright © 2019. All rights reserved.