Added in API level 26

FileAttribute

public interface FileAttribute

java.nio.file.attribute.FileAttribute<T>


An object that encapsulates the value of a file attribute that can be set atomically when creating a new file or directory by invoking the createFile or createDirectory methods.

Summary

Public methods

abstract String name()

Returns the attribute name.

abstract T value()

Returns the attribute value.

Public methods

name

Added in API level 26
public abstract String name ()

Returns the attribute name.

Returns
String The attribute name

value

Added in API level 26
public abstract T value ()

Returns the attribute value.

Returns
T The attribute value