public interface IPhysicalFileSystem
| Modifier and Type | Method and Description |
|---|---|
void |
clearAllCaches() |
void |
clearDirectoryCaches(ResourcePath dirPath) |
boolean |
delete(ResourcePath filePath) |
boolean |
exists(ResourcePath filePath) |
IFileMetadata |
getFileMetadata(ResourcePath filePath) |
List<? extends IFileMetadata> |
listFiles(ResourcePath directoryPath) |
boolean |
mkdir(ResourcePath dirPath) |
List<? extends IFileMetadata> listFiles(ResourcePath directoryPath)
IFileMetadata getFileMetadata(ResourcePath filePath)
boolean exists(ResourcePath filePath)
boolean delete(ResourcePath filePath)
boolean mkdir(ResourcePath dirPath)
void clearDirectoryCaches(ResourcePath dirPath)
void clearAllCaches()
Copyright © 2018. All rights reserved.