E - 存储的对象类型public abstract class DateLocalDirStorage<E> extends LocalDirStorage<E>
日期格式目录存储
copyright featherfly 2010-2020, all rights reserved.
logger| 构造器和说明 |
|---|
DateLocalDirStorage() |
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
createRelativeDir, createTargetFile, getBaseDir, getId, getRelativeDir, getRenamePolicy, setBaseDir, setRelativeDir, setRenamePolicyprotected java.lang.String getExtDir()
创建扩展目录
getExtDir 在类中 LocalDirStorage<E>public 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