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 LocalFileSystemfileSystemprotected FileSystemversionedFileSystem 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsFile(java.lang.String fileName)Check for existence of file.java.lang.StringtoString() 
 - 
 
- 
- 
Field Detail
- 
fileSystem
protected LocalFileSystem fileSystem
 
- 
versionedFileSystem
protected FileSystem versionedFileSystem
 
 - 
 
- 
Method Detail
- 
containsFile
public boolean containsFile(java.lang.String fileName) throws java.io.IOExceptionCheck 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:
 toStringin classjava.lang.Object
 
 - 
 
 -