跳过导航链接
A C D E F G I L P R S T 

A

ASSERT - 接口 中的静态变量cn.featherfly.common.storage.Storage
 

C

cn.featherfly.common.storage - 程序包 cn.featherfly.common.storage
 
cn.featherfly.common.storage.file - 程序包 cn.featherfly.common.storage.file
 
cn.featherfly.common.storage.stream - 程序包 cn.featherfly.common.storage.stream
 
createRelativeDir() - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
创建相对路径对象
createTargetFile(String) - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
创建实际存储的文件

D

DateLocalDirStorage<E> - cn.featherfly.common.storage中的类
日期格式目录存储 copyright featherfly 2010-2020, all rights reserved.
DateLocalDirStorage() - 类 的构造器cn.featherfly.common.storage.DateLocalDirStorage
 
delete(String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalAndRemoteStorage
删除对象.
delete(String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
删除对象.
delete(ID) - 接口 中的方法cn.featherfly.common.storage.Storage
删除对象.
delete(String) - 类 中的方法cn.featherfly.common.storage.stream.StreamDateLocalDirStorage
删除对象.
delete(String) - 类 中的方法cn.featherfly.common.storage.stream.StreamProjectModuleDateLocalDirStorage
删除对象.

E

exists(String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalAndRemoteStorage
判断是否存在.
exists(String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
判断是否存在.
exists(ID) - 接口 中的方法cn.featherfly.common.storage.Storage
判断是否存在.
exists(String) - 类 中的方法cn.featherfly.common.storage.stream.StreamDateLocalDirStorage
判断是否存在.
exists(String) - 类 中的方法cn.featherfly.common.storage.stream.StreamProjectModuleDateLocalDirStorage
判断是否存在.

F

FileDateLocalDirStorage - cn.featherfly.common.storage.file中的类
日期格式目录存储 copyright featherfly 2010-2020, all rights reserved.
FileDateLocalDirStorage() - 类 的构造器cn.featherfly.common.storage.file.FileDateLocalDirStorage
 
FileLocalAndRemoteStorage - cn.featherfly.common.storage.file中的类
本地和远程都存储的存储实现.
FileLocalAndRemoteStorage(FileLocalDirStorage, List<RemoteFileStorage>) - 类 的构造器cn.featherfly.common.storage.file.FileLocalAndRemoteStorage
 
FileLocalDirStorage - cn.featherfly.common.storage.file中的类
抽象文件存储对象.
FileLocalDirStorage() - 类 的构造器cn.featherfly.common.storage.file.FileLocalDirStorage
 
FileProjectModuleDateDirStorage - cn.featherfly.common.storage.file中的类
日期格式目录存储 copyright featherfly 2010-2020, all rights reserved.
FileProjectModuleDateDirStorage() - 类 的构造器cn.featherfly.common.storage.file.FileProjectModuleDateDirStorage
 
FileStorage - cn.featherfly.common.storage.file中的接口
文件存储

G

getBaseDir() - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
返回baseDir
getBaseDir() - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
返回baseDir
getExtDir() - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
创建扩展目录
getExtDir() - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
创建扩展目录
getExtDir() - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
创建扩展目录
getExtDir() - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
创建扩展目录
getHost() - 类 中的方法cn.featherfly.common.storage.stream.RemoteStorage
返回host
getId(File, String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
获取文件存储后的唯一标示
getId(File) - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
获取文件存储后的唯一标示
getModule() - 类 中的方法cn.featherfly.common.storage.file.FileProjectModuleDateDirStorage
返回module
getModule() - 类 中的方法cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage
返回module
getPort() - 类 中的方法cn.featherfly.common.storage.stream.RemoteStorage
返回port
getProject() - 类 中的方法cn.featherfly.common.storage.file.FileProjectModuleDateDirStorage
返回project
getProject() - 类 中的方法cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage
返回project
getProtocol() - 类 中的方法cn.featherfly.common.storage.stream.RemoteStorage
获取协议
getRelativeDir() - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
返回relativeDir
getRelativeDir() - 类 中的方法cn.featherfly.common.storage.file.FileProjectModuleDateDirStorage
返回relativeDir
getRelativeDir() - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
返回relativeDir
getRelativeDir() - 类 中的方法cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage
返回relativeDir
getRenamePolicy() - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
返回renamePolicy
getRenamePolicy() - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
返回renamePolicy

I

isWithDay() - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
返回withDay
isWithDay() - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
返回withDay
isWithMonth() - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
返回withMonth
isWithMonth() - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
返回withMonth
isWithYear() - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
返回withYear
isWithYear() - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
返回withYear

L

LocalDirStorage<E> - cn.featherfly.common.storage中的类
本地目录存储对象 copyright featherfly 2010-2020, all rights reserved.
LocalDirStorage() - 类 的构造器cn.featherfly.common.storage.LocalDirStorage
 
logger - 类 中的变量cn.featherfly.common.storage.file.FileLocalDirStorage
日志对象
logger - 类 中的变量cn.featherfly.common.storage.LocalDirStorage
日志对象
logger - 类 中的变量cn.featherfly.common.storage.stream.RemoteStorage
日志

P

ProjectModuleDateLocalDirStorage<E> - cn.featherfly.common.storage中的类
日期格式目录存储 copyright featherfly 2010-2020, all rights reserved.
ProjectModuleDateLocalDirStorage() - 类 的构造器cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage
 

R

RemoteFileStorage - cn.featherfly.common.storage.file中的类
远程存储
RemoteFileStorage() - 类 的构造器cn.featherfly.common.storage.file.RemoteFileStorage
 
RemoteStorage<E,ID> - cn.featherfly.common.storage.stream中的类
远程存储
RemoteStorage() - 类 的构造器cn.featherfly.common.storage.stream.RemoteStorage
 
RemoteStreamStorage - cn.featherfly.common.storage.stream中的类
远程流存储
RemoteStreamStorage() - 类 的构造器cn.featherfly.common.storage.stream.RemoteStreamStorage
 
retrieve(String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalAndRemoteStorage
获得对象.
retrieve(String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
获得对象.
retrieve(ID) - 接口 中的方法cn.featherfly.common.storage.Storage
获得对象.
retrieve(String) - 类 中的方法cn.featherfly.common.storage.stream.StreamDateLocalDirStorage
获得对象.
retrieve(String) - 类 中的方法cn.featherfly.common.storage.stream.StreamProjectModuleDateLocalDirStorage
获得对象.

S

setBaseDir(String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
设置baseDir
setBaseDir(String) - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
设置baseDir
setHost(String) - 类 中的方法cn.featherfly.common.storage.stream.RemoteStorage
设置host
setModule(String) - 类 中的方法cn.featherfly.common.storage.file.FileProjectModuleDateDirStorage
设置module
setModule(String) - 类 中的方法cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage
设置module
setPort(Integer) - 类 中的方法cn.featherfly.common.storage.stream.RemoteStorage
设置port
setProject(String) - 类 中的方法cn.featherfly.common.storage.file.FileProjectModuleDateDirStorage
设置project
setProject(String) - 类 中的方法cn.featherfly.common.storage.ProjectModuleDateLocalDirStorage
设置project
setRelativeDir(String) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
设置relativeDir
setRelativeDir(String) - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
设置relativeDir
setRenamePolicy(RenamePolicy) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
设置renamePolicy
setRenamePolicy(RenamePolicy) - 类 中的方法cn.featherfly.common.storage.LocalDirStorage
设置renamePolicy
setWithDay(boolean) - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
设置withDay
setWithDay(boolean) - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
设置withDay
setWithMonth(boolean) - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
设置withMonth
setWithMonth(boolean) - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
设置withMonth
setWithYear(boolean) - 类 中的方法cn.featherfly.common.storage.DateLocalDirStorage
设置withYear
setWithYear(boolean) - 类 中的方法cn.featherfly.common.storage.file.FileDateLocalDirStorage
设置withYear
Storage<E,ID> - cn.featherfly.common.storage中的接口
存储
StorageException - cn.featherfly.common.storage中的异常错误
StorageException
StorageException(String, Throwable) - 异常错误 的构造器cn.featherfly.common.storage.StorageException
 
StorageException(String) - 异常错误 的构造器cn.featherfly.common.storage.StorageException
 
StorageException(Throwable) - 异常错误 的构造器cn.featherfly.common.storage.StorageException
 
store(File) - 类 中的方法cn.featherfly.common.storage.file.FileLocalAndRemoteStorage
存储对象.
store(File) - 类 中的方法cn.featherfly.common.storage.file.FileLocalDirStorage
存储对象.
store(E) - 接口 中的方法cn.featherfly.common.storage.Storage
存储对象.
store(InputStream) - 类 中的方法cn.featherfly.common.storage.stream.StreamDateLocalDirStorage
存储对象.
store(InputStream) - 类 中的方法cn.featherfly.common.storage.stream.StreamProjectModuleDateLocalDirStorage
存储对象.
StreamDateLocalDirStorage - cn.featherfly.common.storage.stream中的类
本地目录存储对象 copyright featherfly 2010-2020, all rights reserved.
StreamDateLocalDirStorage() - 类 的构造器cn.featherfly.common.storage.stream.StreamDateLocalDirStorage
 
StreamProjectModuleDateLocalDirStorage - cn.featherfly.common.storage.stream中的类
本地目录存储对象 copyright featherfly 2010-2020, all rights reserved.
StreamProjectModuleDateLocalDirStorage() - 类 的构造器cn.featherfly.common.storage.stream.StreamProjectModuleDateLocalDirStorage
 
StreamStorage - cn.featherfly.common.storage.stream中的接口
文件存储

T

toString() - 类 中的方法cn.featherfly.common.storage.stream.RemoteStorage
A C D E F G I L P R S T 
跳过导航链接