FSBFileNode

Package: ghidra.plugins.fsbrowser
Type: class

11.3_PUBLIC

addedfield: filenameExtOverride
java.lang.String filenameExtOverride
addedmethod: getFileExtension
java.lang.String getFileExtension()
addedmethod: getFilenameExtOverride
java.lang.String getFilenameExtOverride()

11.2_PUBLIC

addedmethod: getGFile
ghidra.formats.gfilesystem.GFile getGFile()
addedmethod: getLoadableFSRL
ghidra.formats.gfilesystem.FSRL getLoadableFSRL()
addedmethod: getToolTip
java.lang.String getToolTip()
addedmethod: init
void init(ghidra.util.task.TaskMonitor monitor)
addedmethod: isSymlink
boolean isSymlink()
addedfield: lastModified
long lastModified
addedmethod: refreshNode
void refreshNode(ghidra.util.task.TaskMonitor monitor) throws CancelledException
addedfield: symlinkDest
java.lang.String symlinkDest
removedmethod: needsFileAttributesUpdate
boolean needsFileAttributesUpdate(ghidra.util.task.TaskMonitor monitor)
removedmethod: updateFileAttributes
void updateFileAttributes(ghidra.util.task.TaskMonitor monitor)

10.1_PUBLIC

addedfield: file
ghidra.formats.gfilesystem.GFile file
addedmethod: hasMissingPassword
boolean hasMissingPassword()
addedfield: hasPassword
boolean hasPassword
addedmethod: hasPassword
boolean hasPassword()
addedfield: isEncrypted
boolean isEncrypted
addedmethod: isEncrypted
boolean isEncrypted()
addedmethod: needsFileAttributesUpdate
boolean needsFileAttributesUpdate(ghidra.util.task.TaskMonitor monitor)
addedmethod: updateFileAttributes
void updateFileAttributes(ghidra.util.task.TaskMonitor monitor)
removedfield: fsrl
ghidra.formats.gfilesystem.FSRL fsrl
removedmethod: getIcon
javax.swing.Icon getIcon(boolean expanded)
removedmethod: getName
java.lang.String getName()
removedmethod: getToolTip
java.lang.String getToolTip()

9.2_PUBLIC

addedmethod: generateChildren
java.util.List<docking.widgets.tree.GTreeNode> generateChildren(ghidra.util.task.TaskMonitor monitor) throws CancelledException
modifiedtype-extends: FSBFileNode
- docking.widgets.tree.AbstractGTreeNode
+ ghidra.plugins.fsbrowser.FSBNode
modifiedtype-implements: FSBFileNode
- ghidra.plugins.fsbrowser.FSBNode
+ (none)

9.0.2_PUBLIC

addedfield: fsrl
ghidra.formats.gfilesystem.FSRL fsrl

9.0.1_PUBLIC

introducedInitial version