Module jEdit

Class VFSAdapter.Entry

java.lang.Object
org.gjt.sp.jedit.io.VFSFile
de.grogra.ext.jedit.VFSAdapter.Entry
All Implemented Interfaces:
Serializable
Enclosing class:
VFSAdapter

public static class VFSAdapter.Entry extends VFSFile
See Also:
  • Field Details

    • DATE_FORMAT

      public static DateFormat DATE_FORMAT
  • Constructor Details

  • Method Details

    • getExtendedAttribute

      public String getExtendedAttribute(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