Class AbstractCachingPhysicalFileSystem
java.lang.Object
gw.fs.physical.AbstractCachingPhysicalFileSystem
- All Implemented Interfaces:
IPhysicalFileSystem
- Direct Known Subclasses:
FullCachingPhysicalFileSystem, FuzzyTimestampCachingPhysicalFileSystem
public abstract class AbstractCachingPhysicalFileSystem
extends Object
implements IPhysicalFileSystem
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandelete(ResourcePath filePath) booleanexists(ResourcePath resourcePath) booleanmkdir(ResourcePath dirPath) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IPhysicalFileSystem
clearAllCaches, clearDirectoryCaches, getFileMetadata, listFiles
-
Field Details
-
_delegate
-
-
Constructor Details
-
AbstractCachingPhysicalFileSystem
-
-
Method Details
-
exists
- Specified by:
existsin interfaceIPhysicalFileSystem
-
delete
- Specified by:
deletein interfaceIPhysicalFileSystem
-
mkdir
- Specified by:
mkdirin interfaceIPhysicalFileSystem
-