Class AppInfo

java.lang.Object
ghidra.framework.main.AppInfo

public class AppInfo extends Object
Class with static methods to maintain application info, e.g., a handle to the tool that is the Ghidra Project Window, the user's name, etc.
  • Constructor Details

    • AppInfo

      public AppInfo()
  • Method Details

    • setActiveProject

      public static void setActiveProject(Project p)
    • getFrontEndTool

      public static FrontEndTool getFrontEndTool()
    • getActiveProject

      public static Project getActiveProject()
    • exitGhidra

      public static void exitGhidra()