public class FileDepot extends AbstractDepot
| 构造器和说明 |
|---|
FileDepot() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<Raw> |
createRaws(Object resource)
创建文件原料
|
protected FileShelf |
createShelf(String path)
创建文件仓架
|
protected String |
decode(String path)
解码文件路径
|
protected boolean |
isMound(File file)
挂载文件检测
|
protected void |
mount(File file)
挂载文件仓位
|
void |
mount(Object describe)
挂载文件仓位
|
name, search, unmountpublic final void mount(Object describe)
mount 在接口中 Depotmount 在类中 AbstractDepotprotected void mount(File file)
file - protected boolean isMound(File file)
file - protected List<Raw> createRaws(Object resource)
createRaws 在类中 AbstractDepotCopyright © 2024. All rights reserved.