Package gw.fs.physical
Interface IPhysicalFileSystem
- All Known Implementing Classes:
AbstractCachingPhysicalFileSystem,FastPhysicalFileSystem,FullCachingPhysicalFileSystem,FuzzyTimestampCachingPhysicalFileSystem,GenericPhysicalFileSystem,Win32PhysicalFileSystem
public interface IPhysicalFileSystem
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclearDirectoryCaches(ResourcePath dirPath) booleandelete(ResourcePath filePath) booleanexists(ResourcePath filePath) getFileMetadata(ResourcePath filePath) List<? extends IFileMetadata>listFiles(ResourcePath directoryPath) booleanmkdir(ResourcePath dirPath)
-
Method Details
-
listFiles
-
getFileMetadata
-
exists
-
delete
-
mkdir
-
clearDirectoryCaches
-
clearAllCaches
void clearAllCaches()
-