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 IFileMetadata
FullCachingPhysicalFileSystem. getFileMetadata(ResourcePath filePath)
IFileMetadata
FuzzyTimestampCachingPhysicalFileSystem. getFileMetadata(ResourcePath filePath)
IFileMetadata
IPhysicalFileSystem. getFileMetadata(ResourcePath filePath)
protected IFileMetadata
PhysicalResourceImpl. 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 class
FastFileMetadata
Methods in gw.fs.physical.fast that return IFileMetadata Modifier and Type Method Description IFileMetadata
FastPhysicalFileSystem. 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 class
GenericFileMetadata
Methods in gw.fs.physical.generic that return IFileMetadata Modifier and Type Method Description IFileMetadata
GenericPhysicalFileSystem. 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 class
Win32FileMetadata
Methods in gw.fs.physical.win32 that return IFileMetadata Modifier and Type Method Description IFileMetadata
Win32PhysicalFileSystem. 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)
-