Uses of Class
com.github.robtimus.filesystems.attribute.FileAttributeViewCollection
-
Packages that use FileAttributeViewCollection Package Description com.github.robtimus.filesystems.attribute Provides utility classes and interfaces that can assist in implementing file and file system attributes. -
-
Uses of FileAttributeViewCollection in com.github.robtimus.filesystems.attribute
Methods in com.github.robtimus.filesystems.attribute that return FileAttributeViewCollection Modifier and Type Method Description static FileAttributeViewCollection
FileAttributeViewCollection. withViews(FileAttributeViewMetadata... views)
Creates a new collection of file attribute views.Methods in com.github.robtimus.filesystems.attribute with parameters of type FileAttributeViewCollection Modifier and Type Method Description static Map<String,Object>
FileAttributeSupport. toAttributeMap(FileAttribute<?>[] attributes, FileAttributeViewCollection supportedViews)
Collects severalFileAttribute
objects into a map.static Map<String,Object>
FileAttributeSupport. toAttributeMap(FileAttribute<?>[] attributes, FileAttributeViewCollection supportedViews, String... nonSupportedAttributeNames)
Collects severalFileAttribute
objects into a map.static Map<String,Object>
FileAttributeSupport. toAttributeMap(FileAttribute<?>[] attributes, FileAttributeViewCollection supportedViews, Collection<String> nonSupportedAttributeNames)
Collects severalFileAttribute
objects into a map.
-