java.lang.Object
org.gjt.sp.jedit.io.VFSFile
de.grogra.ext.jedit.VFSAdapter.Entry
- All Implemented Interfaces:
Serializable
- Enclosing class:
- VFSAdapter
- See Also:
-
Field Summary
Fields inherited from class org.gjt.sp.jedit.io.VFSFile
color, colorCalculated, DIRECTORY, FILE, FILESYSTEM
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetExtendedAttribute
(String name) Returns the value of an extended attribute.Methods inherited from class org.gjt.sp.jedit.io.VFSFile
fetchAttrs, fetchedAttrs, findCompletion, findCompletion, getColor, getDefaultIcon, getDefaultIcon, getDeletePath, getIcon, getIcon, getLength, getModified, getName, getPath, getSymlinkPath, getType, getVFS, isBinary, isHidden, isReadable, isWriteable, setDeletePath, setHidden, setLength, setName, setPath, setReadable, setSymlinkPath, setType, setWriteable, toString
-
Field Details
-
DATE_FORMAT
-
-
Constructor Details
-
Entry
-
-
Method Details
-
getExtendedAttribute
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 classVFSFile
- Parameters:
name
- The extended attribute name
-