Package gw.fs.physical.fast
Class FastPhysicalFileSystem
- java.lang.Object
-
- gw.fs.physical.fast.FastPhysicalFileSystem
-
- All Implemented Interfaces:
IPhysicalFileSystem
public class FastPhysicalFileSystem extends Object implements IPhysicalFileSystem
-
-
Constructor Summary
Constructors Constructor Description FastPhysicalFileSystem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearAllCaches()voidclearDirectoryCaches(ResourcePath dirPath)booleandelete(ResourcePath filePath)booleanexists(ResourcePath filePath)IFileMetadatagetFileMetadata(ResourcePath filePath)List<? extends IFileMetadata>listFiles(ResourcePath directoryPath)booleanmkdir(ResourcePath dirPath)
-
-
-
Method Detail
-
listFiles
public List<? extends IFileMetadata> listFiles(ResourcePath directoryPath)
- Specified by:
listFilesin interfaceIPhysicalFileSystem
-
getFileMetadata
public IFileMetadata getFileMetadata(ResourcePath filePath)
- Specified by:
getFileMetadatain interfaceIPhysicalFileSystem
-
exists
public boolean exists(ResourcePath filePath)
- Specified by:
existsin interfaceIPhysicalFileSystem
-
delete
public boolean delete(ResourcePath filePath)
- Specified by:
deletein interfaceIPhysicalFileSystem
-
mkdir
public boolean mkdir(ResourcePath dirPath)
- Specified by:
mkdirin interfaceIPhysicalFileSystem
-
clearDirectoryCaches
public void clearDirectoryCaches(ResourcePath dirPath)
- Specified by:
clearDirectoryCachesin interfaceIPhysicalFileSystem
-
clearAllCaches
public void clearAllCaches()
- Specified by:
clearAllCachesin interfaceIPhysicalFileSystem
-
-