@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.-
Interface Summary Interface Description FileLookup Callback for looking up a file. -
Class Summary 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 forConfiguration
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 theWatchService
implementation used by a file system. -
Enum Summary 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.