Uses of Interface
gw.fs.physical.IFileMetadata
-
Packages that use IFileMetadata Package Description gw.fs.physical gw.fs.physical.fast gw.fs.physical.generic gw.fs.physical.win32 -
-
Uses of IFileMetadata in gw.fs.physical
Methods in gw.fs.physical that return IFileMetadata Modifier and Type Method Description IFileMetadataFullCachingPhysicalFileSystem. getFileMetadata(ResourcePath filePath)IFileMetadataFuzzyTimestampCachingPhysicalFileSystem. getFileMetadata(ResourcePath filePath)IFileMetadataIPhysicalFileSystem. getFileMetadata(ResourcePath filePath)protected IFileMetadataPhysicalResourceImpl. getIFileMetadata()Methods in gw.fs.physical that return types with arguments of type IFileMetadata Modifier and Type Method Description List<? extends IFileMetadata>FullCachingPhysicalFileSystem. listFiles(ResourcePath directoryPath)List<? extends IFileMetadata>FuzzyTimestampCachingPhysicalFileSystem. listFiles(ResourcePath directoryPath)List<? extends IFileMetadata>IPhysicalFileSystem. listFiles(ResourcePath directoryPath) -
Uses of IFileMetadata in gw.fs.physical.fast
Classes in gw.fs.physical.fast that implement IFileMetadata Modifier and Type Class Description classFastFileMetadataMethods in gw.fs.physical.fast that return IFileMetadata Modifier and Type Method Description IFileMetadataFastPhysicalFileSystem. getFileMetadata(ResourcePath filePath)Methods in gw.fs.physical.fast that return types with arguments of type IFileMetadata Modifier and Type Method Description List<? extends IFileMetadata>FastPhysicalFileSystem. listFiles(ResourcePath directoryPath) -
Uses of IFileMetadata in gw.fs.physical.generic
Classes in gw.fs.physical.generic that implement IFileMetadata Modifier and Type Class Description classGenericFileMetadataMethods in gw.fs.physical.generic that return IFileMetadata Modifier and Type Method Description IFileMetadataGenericPhysicalFileSystem. getFileMetadata(ResourcePath filePath)Methods in gw.fs.physical.generic that return types with arguments of type IFileMetadata Modifier and Type Method Description List<? extends IFileMetadata>GenericPhysicalFileSystem. listFiles(ResourcePath directoryPath) -
Uses of IFileMetadata in gw.fs.physical.win32
Classes in gw.fs.physical.win32 that implement IFileMetadata Modifier and Type Class Description classWin32FileMetadataMethods in gw.fs.physical.win32 that return IFileMetadata Modifier and Type Method Description IFileMetadataWin32PhysicalFileSystem. getFileMetadata(ResourcePath filePath)Methods in gw.fs.physical.win32 that return types with arguments of type IFileMetadata Modifier and Type Method Description List<? extends IFileMetadata>Win32PhysicalFileSystem. listFiles(ResourcePath directoryPath)
-