Skip to content

2.2

Compare
Choose a tag to compare
@robtimus robtimus released this 02 Mar 13:20
· 18 commits to master since this release

Added classes FileAttributeConstants, FileAttributeSupport, FileAttributeViewMetadata and FileAttributeViewCollection that can help in implementing methods like FileSystemProvider.readAttributes or FileSystemProvider.setAttribute.

Added method Messages.fileSystemProvider().unsupportedCreateFileAttributeValue that returns an exception that can be thrown if a FileAttribute is provided to methods like FileSystemProvider.createDirectory with an unsupported value.

Added several constants to class SimpleAbstractPath that can be used in the implementation of file systems.