Class HeadlessBSimApplicationConfiguration
java.lang.Object
ghidra.framework.ApplicationConfiguration
ghidra.features.bsim.query.ingest.HeadlessBSimApplicationConfiguration
-
Field Summary
Fields inherited from class ghidra.framework.ApplicationConfiguration
initializeLogging, logFile, monitor, scriptLogFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
For subclasses to do specific application initialization after all general application initialization occurs.Methods inherited from class ghidra.framework.ApplicationConfiguration
getApplicationLogFile, getErrorDisplay, getScriptLogFile, getTaskMonitor, installStaticFactories, isHeadless, isInitializeLogging, setApplicationLogFile, setInitializeLogging, setScriptLogFile, setTaskMonitor
-
Constructor Details
-
HeadlessBSimApplicationConfiguration
public HeadlessBSimApplicationConfiguration()
-
-
Method Details
-
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 classApplicationConfiguration
-