Package gw.fs.physical
Class FuzzyTimestampCachingPhysicalFileSystem
- java.lang.Object
-
- gw.fs.physical.AbstractCachingPhysicalFileSystem
-
- gw.fs.physical.FuzzyTimestampCachingPhysicalFileSystem
-
- All Implemented Interfaces:
IPhysicalFileSystem
public class FuzzyTimestampCachingPhysicalFileSystem extends AbstractCachingPhysicalFileSystem
-
-
Field Summary
-
Fields inherited from class gw.fs.physical.AbstractCachingPhysicalFileSystem
_delegate
-
-
Constructor Summary
Constructors Constructor Description FuzzyTimestampCachingPhysicalFileSystem(IPhysicalFileSystem delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearAllCaches()
void
clearDirectoryCaches(ResourcePath dirPath)
IFileMetadata
getFileMetadata(ResourcePath filePath)
List<? extends IFileMetadata>
listFiles(ResourcePath directoryPath)
-
Methods inherited from class gw.fs.physical.AbstractCachingPhysicalFileSystem
delete, exists, mkdir
-
-
-
-
Constructor Detail
-
FuzzyTimestampCachingPhysicalFileSystem
public FuzzyTimestampCachingPhysicalFileSystem(IPhysicalFileSystem delegate)
-
-
Method Detail
-
listFiles
public List<? extends IFileMetadata> listFiles(ResourcePath directoryPath)
-
getFileMetadata
public IFileMetadata getFileMetadata(ResourcePath filePath)
-
clearDirectoryCaches
public void clearDirectoryCaches(ResourcePath dirPath)
-
clearAllCaches
public void clearAllCaches()
-
-