com.google.common.collect.ImmutableSet<java.lang.String> |
AttributeProvider.attributes(File file) |
Returns the set of attributes supported by this view that are present in the given file.
|
abstract java.lang.Object |
AttributeProvider.get(File file,
java.lang.String attribute) |
Returns the value of the given attribute in the given file or null if the attribute is not
supported by this provider.
|
java.nio.file.attribute.BasicFileAttributes |
AttributeProvider.readAttributes(File file) |
Reads this provider's attributes from the given file as an attributes object.
|
abstract void |
AttributeProvider.set(File file,
java.lang.String view,
java.lang.String attribute,
java.lang.Object value,
boolean create) |
Sets the value of the given attribute in the given file object.
|