Package com.google.common.jimfs
@CheckReturnValue
@ParametersAreNonnullByDefault
package com.google.common.jimfs
Package containing the Jimfs file system API and implementation. Most users should only need to
use the
Jimfs and Configuration classes.-
ClassDescriptionAbstract provider for handling a specific file attribute view.Immutable configuration for an in-memory file system.Mutable builder for
Configurationobjects.Optional file system features that may be supported or unsupported by a Jimfs file system instance.A file object, containing both the file's metadata and content.Callback for looking up a file.A source of the current time as aFileTime, to enable fake time sources for testing.URLStreamHandlerimplementation for jimfs.Static factory methods for creating new Jimfs file systems.Normalizations that can be applied to names in paths.An object defining a specific type of path.Simple result of parsing a path.FileSystemProviderimplementation for Jimfs that is loaded by the system as a service.Configuration for theWatchServiceimplementation used by a file system.