-
Adds an attribute provider for a custom view for the file system to support.
Creates a new mutable
Configuration builder using the given path type.
Sets the attribute views the file system should support.
Sets the block size (in bytes) for the file system to use.
Sets the default value to use for the given file attribute when creating new files.
Sets the maximum amount of unused space (in bytes) in the file system's in-memory file
storage that should be cached for reuse.
Sets the maximum size (in bytes) for the file system's in-memory file storage.
Returns the normalizations that will be applied to the canonical form of filenames in the
file system.
Sets the normalizations that will be applied to the display form of filenames.
Sets whether Path objects in the file system use the canonical form (true) or the
display form (false) of filenames for determining equality of two paths.
Sets the roots for the file system.
Sets the given features to be supported by the file system.
Sets the configuration that
WatchService instances created by the file system
should use.
Sets the path to the working directory for the file system.
Returns a new mutable builder that initially contains the same settings as this configuration.