All Classes and Interfaces

Class
Description
A lock object obtained when a file is successfully locked.
The most basic layer of what all file systems have in common.
A file system that wraps another to intercept and otherwise modify interactions.
Wraps a Path.
Thrown when an invalid path is created, or when a path is invalid for a given file system.
Wraps any standard FileSystem implementation.
The object representing the path to a file.
Iterates over paths, must be closed when done.
A file system implementation that randomly fails, this is used by test suites to verify correct behavior under expected failure modes.
Provides the failure probabilities.
Thrown when a failure occurs randomly.
Wraps a file system to make it read-only.
A temporary file system stored in the Java heap.
TODO.