mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8030048: (fs) Support UserDefinedFileAttributeView/extended attributes on OS X / HFS+
Reviewed-by: alanb
This commit is contained in:
parent
bbb93ca3c8
commit
afd3f78aec
7 changed files with 573 additions and 0 deletions
|
@ -56,6 +56,8 @@ class BsdFileSystem extends UnixFileSystem {
|
|||
private static Set<String> supportedFileAttributeViews() {
|
||||
Set<String> result = new HashSet<String>();
|
||||
result.addAll(standardFileAttributeViews());
|
||||
// additional BSD-specific views
|
||||
result.add("user");
|
||||
return Collections.unmodifiableSet(result);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue