final ExtendedAttributeView view = getFileAttributeView( toPathImpl( path ), s[ 0 ], options );
if ( view == null ) {
throw new UnsupportedOperationException( "View '" + s[ 0 ] + "' not available" );
}
return view.readAttributes( s[ 1 ].split( "," ) );
}
@Override
public void setAttribute( final Path path,
final String attribute,