Please note that this documentation is not final and is subject to change.


DRAFT-b102

java.nio.file.attribute
Interface FileStoreAttributeView

All Superinterfaces:
AttributeView
All Known Subinterfaces:
FileStoreSpaceAttributeView

public interface FileStoreAttributeView
extends AttributeView

An attribute view that is a read-only or updatable view of the attributes of a FileStore.

Since:
1.7

Method Summary
Modifier and Type Method and Description
 
Methods inherited from interface java.nio.file.attribute.AttributeView
name
 



DRAFT-b102