Package | Description |
---|---|
com.github.robtimus.filesystems.attribute |
Provides utility classes and interfaces that can assist in implementing file and file system attributes.
|
Modifier and Type | Method and Description |
---|---|
static FileAttributeViewCollection |
FileAttributeViewCollection.withViews(FileAttributeViewMetadata... views)
Creates a new collection of file attribute views.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
FileAttributeSupport.toAttributeMap(FileAttribute<?>[] attributes,
FileAttributeViewCollection supportedViews)
Collects several
FileAttribute objects into a map. |
static Map<String,Object> |
FileAttributeSupport.toAttributeMap(FileAttribute<?>[] attributes,
FileAttributeViewCollection supportedViews,
Collection<String> nonSupportedAttributeNames)
Collects several
FileAttribute objects into a map. |
static Map<String,Object> |
FileAttributeSupport.toAttributeMap(FileAttribute<?>[] attributes,
FileAttributeViewCollection supportedViews,
String... nonSupportedAttributeNames)
Collects several
FileAttribute objects into a map. |
Copyright © 2016–2023. All rights reserved.