AbstractAttributeView |
Abstract base class for FileAttributeView implementations.
|
AbstractWatchService |
Abstract implementation of WatchService .
|
AbstractWatchService.Key |
|
AbstractWatchService.Key.State |
|
AttributeCopyOption |
Options for how to handle copying of file attributes when copying a file.
|
AttributeProvider |
Abstract provider for handling a specific file attribute view.
|
AttributeService |
Service providing all attribute related operations for a file store.
|
BasicAttributeProvider.Attributes |
Implementation of BasicFileAttributes .
|
Configuration |
Immutable configuration for an in-memory file system.
|
Configuration.Builder |
|
Directory |
|
DirectoryEntry |
Entry in a directory, containing references to the directory itself, the file the entry links to
and the name of the entry.
|
Feature |
Optional file system features that may be supported or unsupported by a Jimfs file system
instance.
|
File |
A file object, containing both the file's metadata and content.
|
FileFactory |
Factory for creating new files and copying files.
|
FileLookup |
Callback for looking up a file.
|
FileSystemState |
Object that manages the open/closed state of a file system, ensuring that all open resources are
closed when the file system is closed and that file system methods throw an exception when the
file system has been closed.
|
FileSystemView |
View of a file system with a specific working directory.
|
FileSystemView.DeleteMode |
Mode for deleting.
|
FileTimeSource |
A source of the current time as a FileTime , to enable fake time sources for testing.
|
FileTree |
The tree of directories and files for the file system.
|
GlobToRegex |
Translates globs to regex patterns.
|
GlobToRegex.State |
Converter state.
|
GuardedBy |
Indicates that the annotated element should be used only while holding the specified lock.
|
HeapDisk |
A resizable pseudo-disk acting as a shared space for storing file data.
|
InternalCharMatcher |
Simple replacement for the real CharMatcher until it's out of @Beta.
|
JimfsFileChannel |
A FileChannel implementation that reads and writes to a RegularFile object.
|
JimfsFileStore |
FileStore implementation which provides methods for file creation, lookup and attribute
handling.
|
JimfsFileSystem |
FileSystem implementation for Jimfs.
|
JimfsFileSystemProvider |
FileSystemProvider implementation for Jimfs.
|
JimfsPath |
Jimfs implementation of Path .
|
Name |
Immutable representation of a file name.
|
PathNormalization |
Normalizations that can be applied to names in paths.
|
PathService |
Service for creating JimfsPath instances and handling other path-related operations.
|
PathType |
An object defining a specific type of path.
|
PathType.ParseResult |
Simple result of parsing a path.
|
PollingWatchService.Snapshot |
Snapshot of the state of a directory at a particular moment.
|
RegularFile |
A mutable, resizable store for bytes.
|
SymbolicLink |
A symbolic link file, containing a path.
|
SystemFileTimeSource |
Implementation of of FileTimeSource that gets the current time from the system.
|
UnixFileAttributeView |
Dummy view interface for the "unix" view, which doesn't have a public view interface.
|
UserLookupService.NamedPrincipal |
Base class for UserPrincipal and GroupPrincipal implementations.
|
WatchServiceConfiguration |
Configuration for the WatchService implementation used by a file system.
|
WindowsPathType |
Windows-style path type.
|