Class FavoritesVFS.Favorite

    • Method Detail

      • getLabel

        public java.lang.String getLabel()
      • setLabel

        public void setLabel​(java.lang.String label)
      • getExtendedAttribute

        public java.lang.String getExtendedAttribute​(java.lang.String name)
        Description copied from class: VFSFile
        Returns the value of an extended attribute. Note that this returns formatted strings (eg, "10 Mb" for a file size of 1048576 bytes). If you need access to the raw data, access fields and methods of this class.
        Overrides:
        getExtendedAttribute in class VFSFile
        Parameters:
        name - The extended attribute name
      • getVFS

        public VFS getVFS()
        Overrides:
        getVFS in class VFSFile
        Returns:
        The originating virtual file system of this file.