Package gw.fs.physical
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gw.fs.physical.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
-