| Package | Description |
|---|---|
| com.io7m.jvvfs |
Core functions and types.
|
| Class and Description |
|---|
| FilesystemError
Exception type raised during filesystem operations.
|
| FilesystemError.Code
The set of possible error codes reported by the filesystem.
|
| 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.
|
| 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).
|
Copyright © 2014 <code@io7m.com> http://io7m.com