Uses of Class
com.google.common.jimfs.File

  • Uses of File in com.google.common.jimfs

    Methods in com.google.common.jimfs that return File
    Modifier and Type
    Method
    Description
    FileLookup.lookup()
    Looks up the file.
    Methods in com.google.common.jimfs with parameters of type File
    Modifier and Type
    Method
    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.
    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.