Package ghidra.framework.data
Class RootGhidraFolderData
java.lang.Object
ghidra.framework.data.RootGhidraFolderData
-
Field Summary
Fields -
Method Summary
-
Field Details
-
fileSystem
-
versionedFileSystem
-
-
Method Details
-
mustVisit
Determine if the specified folder path must be visited due to possible link references to the folder or one of its children.- Parameters:
folderPathname- folder pathname (not ending with '/')- Returns:
- true if folder should be visited to ensure that changes are properly tracked with proper change notifications sent.
-
containsFile
Check for existence of file. If folder previously visited, rely on fileDataCache- Parameters:
fileName- the name of the file to look for- Returns:
- true if this folder contains the fileName, else false
- Throws:
IOException- if an IO error occurs while checking for file existance
-
toString
-