| Class | Description |
|---|---|
| CompositeFileSystem |
A file system that is a composite of multiple file systems.
|
| DiskFileEntry |
A file entry backed by a
File on a local disk. |
| DiskFileSystem |
A file system hosted from a local directory.
|
| GenerateOnErrorFileEntry |
A delegating file entry that also knows how to generate the content if the entry it delegates to has problems.
|
| LinkFileEntry |
An entry backed by a
FileEntry on a (possibly different) FileSystem. |
| MemoryFileEntry |
A
FileEntry who's contents are held in memory. |
| MemoryFileSystem |
A file system who's structure is entirely stored in memory.
|
| RemoteFileEntry | |
| Utils |
Utility class.
|
Copyright © 2009–2022 MojoHaus. All rights reserved.