public abstract class AbstractCachingPhysicalFileSystem extends Object implements IPhysicalFileSystem
| Modifier and Type | Field and Description |
|---|---|
protected IPhysicalFileSystem |
_delegate |
| Constructor and Description |
|---|
AbstractCachingPhysicalFileSystem(IPhysicalFileSystem delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(ResourcePath filePath) |
boolean |
exists(ResourcePath resourcePath) |
boolean |
mkdir(ResourcePath dirPath) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearAllCaches, clearDirectoryCaches, getFileMetadata, listFilesprotected final IPhysicalFileSystem _delegate
public AbstractCachingPhysicalFileSystem(IPhysicalFileSystem delegate)
public boolean exists(ResourcePath resourcePath)
exists in interface IPhysicalFileSystempublic boolean delete(ResourcePath filePath)
delete in interface IPhysicalFileSystempublic boolean mkdir(ResourcePath dirPath)
mkdir in interface IPhysicalFileSystemCopyright © 2018. All rights reserved.