Package com.palantir.giraffe.file.base

Provides utilities to make implementing custom file systems easier.

See: Description

Package com.palantir.giraffe.file.base Description

Provides utilities to make implementing custom file systems easier.

The JDK, despite requiring file system implementations to support certain behaviors, provides very few public utility classes that implement these behaviors. This packages provides some of these missing utilities, including a basic Path implementation, glob-to-regex conversion, option Enum parsers, and more useful base classes for FileSystem and FileSystemProvider implementations.