Uses of Interface
java.nio.file.attribute.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
Modifier and TypeMethodDescriptionabstract <V extends FileStoreAttributeView>
VFileStore.getFileStoreAttributeView
(Class<V> type) Returns aFileStoreAttributeView
of the given type.