Package ghidra.framework
Class GhidraApplicationConfiguration
java.lang.Object
ghidra.framework.ApplicationConfiguration
ghidra.framework.HeadlessGhidraApplicationConfiguration
ghidra.framework.GhidraApplicationConfiguration
-
Field Summary
Fields inherited from class ghidra.framework.ApplicationConfiguration
initializeLogging, logFile, monitor, scriptLogFile
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
For subclasses to do specific application initialization after all general application initialization occurs.void
boolean
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
-
Constructor Details
-
GhidraApplicationConfiguration
public GhidraApplicationConfiguration()
-
-
Method Details
-
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
- Overrides:
getErrorDisplay
in classApplicationConfiguration
-