Package com.google.common.jimfs
@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
Configuration
objects.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.URLStreamHandler
implementation 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.FileSystemProvider
implementation for Jimfs that is loaded by the system as a service.Configuration for theWatchService
implementation used by a file system.