public class FileDateLocalDirStorage extends FileLocalDirStorage
日期格式目录存储
copyright featherfly 2010-2020, all rights reserved.
logger| 构造器和说明 |
|---|
FileDateLocalDirStorage() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected java.lang.String |
getExtDir()
创建扩展目录
|
boolean |
isWithDay()
返回withDay
|
boolean |
isWithMonth()
返回withMonth
|
boolean |
isWithYear()
返回withYear
|
void |
setWithDay(boolean withDay)
设置withDay
|
void |
setWithMonth(boolean withMonth)
设置withMonth
|
void |
setWithYear(boolean withYear)
设置withYear
|
delete, exists, getBaseDir, getId, getRelativeDir, getRenamePolicy, retrieve, setBaseDir, setRelativeDir, setRenamePolicy, storeprotected java.lang.String getExtDir()
创建扩展目录
getExtDir 在类中 FileLocalDirStoragepublic boolean isWithYear()
public void setWithYear(boolean withYear)
withYear - withYearpublic boolean isWithMonth()
public void setWithMonth(boolean withMonth)
withMonth - withMonthpublic boolean isWithDay()
public void setWithDay(boolean withDay)
withDay - withDay