Class RootGhidraFolderData

java.lang.Object
ghidra.framework.data.RootGhidraFolderData

public class RootGhidraFolderData extends Object
  • Field Details

  • Method Details

    • containsFile

      public boolean containsFile(String fileName) throws 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:
      IOException
    • toString

      public String toString()
      Overrides:
      toString in class Object