Package ghidra.framework.data
Class RootGhidraFolderData
- java.lang.Object
-
- ghidra.framework.data.RootGhidraFolderData
-
public class RootGhidraFolderData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected LocalFileSystem
fileSystem
protected FileSystem
versionedFileSystem
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsFile(java.lang.String fileName)
Check for existence of file.java.lang.String
toString()
-
-
-
Field Detail
-
fileSystem
protected LocalFileSystem fileSystem
-
versionedFileSystem
protected FileSystem versionedFileSystem
-
-
Method Detail
-
containsFile
public boolean containsFile(java.lang.String fileName) throws java.io.IOException
Check for existence of file. If folder visited, rely on fileDataCache- Parameters:
fileName
- the name of the file to check for- Returns:
- true if this folder contains the fileName
- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-