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 ErrorDisplay
getErrorDisplay()
protected void
initializeApplication()
For subclasses to do specific application initialization after all general application initialization occurs.void
installStaticFactories()
boolean
isHeadless()
Returns whether or not the application is headless.void
setShowSplashScreen(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:ApplicationConfiguration
Returns whether or not the application is headless.- Overrides:
isHeadless
in classApplicationConfiguration
- Returns:
- true if the application is headless; otherwise, false.
-
initializeApplication
protected void initializeApplication()
Description copied from class:ApplicationConfiguration
For subclasses to do specific application initialization after all general application initialization occurs.- Overrides:
initializeApplication
in classHeadlessGhidraApplicationConfiguration
-
installStaticFactories
public void installStaticFactories()
- Overrides:
installStaticFactories
in classApplicationConfiguration
-
setShowSplashScreen
public void setShowSplashScreen(boolean b)
-
getErrorDisplay
public ErrorDisplay getErrorDisplay()
- Overrides:
getErrorDisplay
in classApplicationConfiguration
-
-