Uses of Interface
java.nio.file.attribute.FileStoreAttributeView
Packages that use FileStoreAttributeView
Package
Description
Defines interfaces and classes for the Java virtual machine to access files,
file attributes, and file systems.
-
Uses of FileStoreAttributeView in java.nio.file
Methods in java.nio.file with type parameters of type FileStoreAttributeViewModifier and TypeMethodDescriptionabstract <V extends FileStoreAttributeView>
VFileStore.getFileStoreAttributeView
(Class<V> type) Returns aFileStoreAttributeView
of the given type.