| Interface | Description |
|---|---|
| FilesystemType |
The type of filesystems.
|
| FSCapabilityAllType |
The set of all possible filesystem capabilities.
|
| FSCapabilityCloseType |
The interface exposed by filesystem implementations that have the
capability to be closed.
|
| FSCapabilityCreateDirectoryType |
The interface exposed by filesystem implementations that have the
capability to create directories in the (virtual) filesystem.
|
| FSCapabilityMountAnywhereType |
The interface exposed by filesystem implementations that have the
capability to load archives from anywhere.
|
| FSCapabilityMountClasspathType |
The interface exposed by filesystem implementations that have the
capability to load archives from the classpath.
|
| FSCapabilityMountDirectoryType |
The interface exposed by filesystem implementations that have the
capability to load archives from a directory.
|
| FSCapabilityMountSnapshotType |
The interface exposed by filesystem implementations that have the
capability to present snapshots of the currently mounted archives.
|
| FSCapabilityReadType |
The interface exposed by filesystem implementations that have the
capability to read from mounted archives.
|
| FSCapabilityUnmountType |
The interface exposed by filesystem implementations that have the
capability to unmount archives.
|
| FSCapabilityUpdateTimeType |
The interface exposed by filesystem implementations that have the
capability to update modification times.
|
| Class | Description |
|---|---|
| Filesystem |
The basic filesystem implementation.
|
| Name |
Names of files and directories.
|
| PathReal |
A real path represents a path in the real (not virtual) filesystem.
|
| PathVirtual |
A virtual path represents a path in the virtual filesystem.
|
| PathVirtualEnum |
The sequential enumeration of the ancestors of a path is defined as a list
of the prefixes of the path, with the first element being the shortest (the
root).
|
| Enum | Description |
|---|---|
| FilesystemError.Code |
The set of possible error codes reported by the filesystem.
|
| Exception | Description |
|---|---|
| FilesystemError |
Exception type raised during filesystem operations.
|
Copyright © 2015 <code@io7m.com> http://io7m.com