Package gw.fs.physical.generic
Class GenericPhysicalFileSystem
java.lang.Object
gw.fs.physical.generic.GenericPhysicalFileSystem
- All Implemented Interfaces:
IPhysicalFileSystem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclearDirectoryCaches(ResourcePath dirPath) booleandelete(ResourcePath filePath) booleanexists(ResourcePath filePath) getFileMetadata(ResourcePath filePath) List<? extends IFileMetadata>listFiles(ResourcePath directoryPath) booleanmkdir(ResourcePath dirPath) private FiletoJavaFile(ResourcePath directoryPath)
-
Constructor Details
-
GenericPhysicalFileSystem
public GenericPhysicalFileSystem()
-
-
Method Details
-
listFiles
- Specified by:
listFilesin interfaceIPhysicalFileSystem
-
getFileMetadata
- Specified by:
getFileMetadatain interfaceIPhysicalFileSystem
-
exists
- Specified by:
existsin interfaceIPhysicalFileSystem
-
delete
- Specified by:
deletein interfaceIPhysicalFileSystem
-
mkdir
- Specified by:
mkdirin interfaceIPhysicalFileSystem
-
clearDirectoryCaches
- Specified by:
clearDirectoryCachesin interfaceIPhysicalFileSystem
-
clearAllCaches
public void clearAllCaches()- Specified by:
clearAllCachesin interfaceIPhysicalFileSystem
-
toJavaFile
-