@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| FileLookup |
Callback for looking up a file.
|
| Class | Description |
|---|---|
| AttributeProvider |
Abstract provider for handling a specific file attribute view.
|
| Configuration |
Immutable configuration for an in-memory file system.
|
| Configuration.Builder |
Mutable builder for
Configuration objects. |
| File |
A file object, containing both the file's metadata and content.
|
| Handler |
URLStreamHandler implementation for jimfs. |
| Jimfs |
Static factory methods for creating new Jimfs file systems.
|
| PathType |
An object defining a specific type of path.
|
| PathType.ParseResult |
Simple result of parsing a path.
|
| SystemJimfsFileSystemProvider |
FileSystemProvider implementation for Jimfs that is loaded by the system as a service. |
| WatchServiceConfiguration |
Configuration for the
WatchService implementation used by a file system. |
| Enum | Description |
|---|---|
| Feature |
Optional file system features that may be supported or unsupported by a Jimfs file system
instance.
|
| PathNormalization |
Normalizations that can be applied to names in paths.
|
Jimfs and
Configuration classes.Copyright © 2013–2017 Google Inc.. All rights reserved.