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