Package ghidra.framework.main
Class AppInfo
- java.lang.Object
 - 
- ghidra.framework.main.AppInfo
 
 
- 
public class AppInfo extends java.lang.ObjectClass 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 voidexitGhidra()static ProjectgetActiveProject()static FrontEndToolgetFrontEndTool() 
 - 
 
- 
- 
Method Detail
- 
getFrontEndTool
public static FrontEndTool getFrontEndTool()
 
- 
getActiveProject
public static Project getActiveProject()
 
- 
exitGhidra
public static void exitGhidra()
 
 - 
 
 -