| Package | Description |
|---|---|
| gw.fs.physical | |
| gw.fs.physical.fast | |
| gw.fs.physical.generic | |
| gw.fs.physical.win32 |
| Modifier and Type | Method and Description |
|---|---|
IFileMetadata |
IPhysicalFileSystem.getFileMetadata(ResourcePath filePath) |
IFileMetadata |
FuzzyTimestampCachingPhysicalFileSystem.getFileMetadata(ResourcePath filePath) |
IFileMetadata |
FullCachingPhysicalFileSystem.getFileMetadata(ResourcePath filePath) |
protected IFileMetadata |
PhysicalResourceImpl.getIFileMetadata() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends IFileMetadata> |
IPhysicalFileSystem.listFiles(ResourcePath directoryPath) |
List<? extends IFileMetadata> |
FuzzyTimestampCachingPhysicalFileSystem.listFiles(ResourcePath directoryPath) |
List<? extends IFileMetadata> |
FullCachingPhysicalFileSystem.listFiles(ResourcePath directoryPath) |
| Modifier and Type | Class and Description |
|---|---|
class |
FastFileMetadata |
| Modifier and Type | Method and Description |
|---|---|
IFileMetadata |
FastPhysicalFileSystem.getFileMetadata(ResourcePath filePath) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends IFileMetadata> |
FastPhysicalFileSystem.listFiles(ResourcePath directoryPath) |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericFileMetadata |
| Modifier and Type | Method and Description |
|---|---|
IFileMetadata |
GenericPhysicalFileSystem.getFileMetadata(ResourcePath filePath) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends IFileMetadata> |
GenericPhysicalFileSystem.listFiles(ResourcePath directoryPath) |
| Modifier and Type | Class and Description |
|---|---|
class |
Win32FileMetadata |
| Modifier and Type | Method and Description |
|---|---|
IFileMetadata |
Win32PhysicalFileSystem.getFileMetadata(ResourcePath filePath) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends IFileMetadata> |
Win32PhysicalFileSystem.listFiles(ResourcePath directoryPath) |
Copyright © 2019. All rights reserved.