public interface
FileAttribute
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.
Public Method Summary
| abstract String |
name()
Returns the attribute name.
|
| abstract T |
value()
Returns the attribute value.
|
Public Methods
public abstract T value ()
Returns the attribute value.
Returns
- The attribute value