Modifier and Type | Method and Description |
---|---|
File |
FileLookup.lookup()
Looks up the file.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<String> |
AttributeProvider.attributes(File file)
Returns the set of attributes supported by this view that are present in the given file.
|
abstract Object |
AttributeProvider.get(File file,
String attribute)
Returns the value of the given attribute in the given file or null if the attribute is not
supported by this provider.
|
BasicFileAttributes |
AttributeProvider.readAttributes(File file)
Reads this provider's attributes from the given file as an attributes object.
|
abstract void |
AttributeProvider.set(File file,
String view,
String attribute,
Object value,
boolean create)
Sets the value of the given attribute in the given file object.
|
Copyright © 2013–2017 Google Inc.. All rights reserved.