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 TypeMethodDescriptionboolean
delete
(ResourcePath filePath) boolean
exists
(ResourcePath resourcePath) boolean
mkdir
(ResourcePath dirPath) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gw.fs.physical.IPhysicalFileSystem
clearAllCaches, clearDirectoryCaches, getFileMetadata, listFiles
-
Field Details
-
_delegate
-
-
Constructor Details
-
AbstractCachingPhysicalFileSystem
-
-
Method Details
-
exists
- Specified by:
exists
in interfaceIPhysicalFileSystem
-
delete
- Specified by:
delete
in interfaceIPhysicalFileSystem
-
mkdir
- Specified by:
mkdir
in interfaceIPhysicalFileSystem
-