Package-level declarations
Types
Interface representing a provider for managing documents and their contents. It allows retrieval of documents, manipulation of text, and extraction of content fragments.
Represents metadata associated with a file or directory.
An implementation of the DocumentProvider
interface for handling documents represented as Path
objects. This object provides functionality to read and write text from files, allowing for document editing and text transformation while normalizing line separators.
Provides access to the JVM-specific file system functionality. This object includes implementations for operations like serialization of Path
objects, file selection, read, write, and combined read-write operations.
Functions
Creates a directory at the specified path. Parent directories will be created automatically if they don't exist.
Creates a file at the specified path. Parent directories will be created automatically if they don't exist.
Filters the current read-only file system implementation such that only paths that are accepted by filter are visible and accessible.
Filters the current read-write file system implementation such that only paths that are accepted by filter are visible and accessible.