Package ghidra.framework.main
Class AppInfo
- java.lang.Object
-
- ghidra.framework.main.AppInfo
-
public class AppInfo extends java.lang.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 Summary
Constructors Constructor Description AppInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
exitGhidra()
static Project
getActiveProject()
static FrontEndTool
getFrontEndTool()
-
-
-
Method Detail
-
getFrontEndTool
public static FrontEndTool getFrontEndTool()
-
getActiveProject
public static Project getActiveProject()
-
exitGhidra
public static void exitGhidra()
-
-