Interface | Description |
---|---|
AbsPath |
Absolute path.
|
PathWrapper |
Path wrapper object, either absolute or relative. |
RelPath |
Relative path.
|
Class | Description |
---|---|
BuckFileSystem |
File system implementation that returns memory footprint optimized Path object.
|
BuckFileSystemProvider |
File system provider that replaces default Java provider for Buck-specific optimizations, mostly
memory footprint on Path implementation.
|
BuckUnixPath |
Buck-specific implementation of java.nio.file.Path optimized for memory footprint
|
BuckUnixPath.InternalsForFastPaths |
Top-secret internal accessors for use in
FastPaths . |