| Package | Description |
|---|---|
| gw.fs | |
| gw.fs.physical | |
| gw.fs.physical.fast | |
| gw.fs.physical.generic | |
| gw.fs.physical.win32 |
| Modifier and Type | Method and Description |
|---|---|
IPhysicalFileSystem |
FileFactory.getDefaultPhysicalFileSystem() |
IPhysicalFileSystem |
FileFactory.getRootPhysicalFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileFactory.setDefaultPhysicalFileSystem(IPhysicalFileSystem fileSystem) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCachingPhysicalFileSystem |
class |
FullCachingPhysicalFileSystem |
class |
FuzzyTimestampCachingPhysicalFileSystem |
| Modifier and Type | Field and Description |
|---|---|
protected IPhysicalFileSystem |
PhysicalResourceImpl._backingFileSystem |
protected IPhysicalFileSystem |
AbstractCachingPhysicalFileSystem._delegate |
| Constructor and Description |
|---|
AbstractCachingPhysicalFileSystem(IPhysicalFileSystem delegate) |
FullCachingPhysicalFileSystem(IPhysicalFileSystem delegate) |
FuzzyTimestampCachingPhysicalFileSystem(IPhysicalFileSystem delegate) |
PhysicalDirectoryImpl(ResourcePath path,
IPhysicalFileSystem backingFileSystem) |
PhysicalFileImpl(ResourcePath path,
IPhysicalFileSystem backingFileSystem) |
PhysicalResourceImpl(ResourcePath path,
IPhysicalFileSystem backingFileSystem) |
| Modifier and Type | Class and Description |
|---|---|
class |
FastPhysicalFileSystem |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericPhysicalFileSystem |
| Modifier and Type | Class and Description |
|---|---|
class |
Win32PhysicalFileSystem |
Copyright © 2020. All rights reserved.