# Print output for @column tags ?> FileAttribute - Android SDK | Android Developers

Most visited

Recently visited

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.

See also:

Summary

Public methods

abstract String name()

Returns the attribute name.

abstract T value()

Returns the attribute value.

Public methods

name

public abstract String name ()

Returns the attribute name.

Returns
String The attribute name

value

public abstract T value ()

Returns the attribute value.

Returns
T The attribute value