org.gjt.sp.jedit.io
Class FileVFS.LocalDirectoryEntry
java.lang.Object
org.gjt.sp.jedit.io.VFS.DirectoryEntry
org.gjt.sp.jedit.io.FileVFS.LocalDirectoryEntry
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- FileVFS
- public static class FileVFS.LocalDirectoryEntry
- extends VFS.DirectoryEntry
- See Also:
- Serialized Form
Fields inherited from class org.gjt.sp.jedit.io.VFS.DirectoryEntry |
canRead, canWrite, color, colorCalculated, deletePath, DIRECTORY, FILE, FILESYSTEM, hidden, length, name, path, symlinkPath, type |
DATE_FORMAT
public static DateFormat DATE_FORMAT
modified
public long modified
FileVFS.LocalDirectoryEntry
public FileVFS.LocalDirectoryEntry(File file)
getExtendedAttribute
public String getExtendedAttribute(String name)
- Description copied from class:
VFS.DirectoryEntry
- 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 VFS.DirectoryEntry
- Parameters:
name
- The extended attribute name