public abstract boolean supportsFileAttributeView (Class<? extends FileAttributeView> type)

Tells whether or not this file store supports the file attributes identified by the given file attribute view.

Invoking this method to test if the file store supports BasicFileAttributeView will always return true. In the case of the default provider, this method cannot guarantee to give the correct result when the file store is not a local storage device. The reasons for this are implementation specific and therefore unspecified.

Parameters:
type     the file attribute view type

Returns:  true if, and only if, the file attribute view is supported