Package ghidra.framework
Class GhidraApplicationConfiguration
- java.lang.Object
-
- ghidra.framework.ApplicationConfiguration
-
- ghidra.framework.HeadlessGhidraApplicationConfiguration
-
- ghidra.framework.GhidraApplicationConfiguration
-
public class GhidraApplicationConfiguration extends HeadlessGhidraApplicationConfiguration
-
-
Field Summary
-
Fields inherited from class ghidra.framework.ApplicationConfiguration
initializeLogging, logFile, monitor, scriptLogFile
-
-
Constructor Summary
Constructors Constructor Description GhidraApplicationConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorDisplaygetErrorDisplay()protected voidinitializeApplication()For subclasses to do specific application initialization after all general application initialization occurs.voidinstallStaticFactories()booleanisHeadless()Returns whether or not the application is headless.voidsetShowSplashScreen(boolean b)-
Methods inherited from class ghidra.framework.ApplicationConfiguration
getApplicationLogFile, getScriptLogFile, getTaskMonitor, isInitializeLogging, setApplicationLogFile, setInitializeLogging, setScriptLogFile, setTaskMonitor
-
-
-
-
Method Detail
-
isHeadless
public boolean isHeadless()
Description copied from class:ApplicationConfigurationReturns whether or not the application is headless.- Overrides:
isHeadlessin classApplicationConfiguration- Returns:
- true if the application is headless; otherwise, false.
-
initializeApplication
protected void initializeApplication()
Description copied from class:ApplicationConfigurationFor subclasses to do specific application initialization after all general application initialization occurs.- Overrides:
initializeApplicationin classHeadlessGhidraApplicationConfiguration
-
installStaticFactories
public void installStaticFactories()
- Overrides:
installStaticFactoriesin classApplicationConfiguration
-
setShowSplashScreen
public void setShowSplashScreen(boolean b)
-
getErrorDisplay
public ErrorDisplay getErrorDisplay()
- Overrides:
getErrorDisplayin classApplicationConfiguration
-
-