Package ghidra.framework
Class HeadlessGhidraApplicationConfiguration
- java.lang.Object
-
- ghidra.framework.ApplicationConfiguration
-
- ghidra.framework.HeadlessGhidraApplicationConfiguration
-
- Direct Known Subclasses:
GhidraApplicationConfiguration
public class HeadlessGhidraApplicationConfiguration extends ApplicationConfiguration
-
-
Field Summary
-
Fields inherited from class ghidra.framework.ApplicationConfiguration
initializeLogging, logFile, monitor, scriptLogFile
-
-
Constructor Summary
Constructors Constructor Description HeadlessGhidraApplicationConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initializeApplication()
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
-
-
-
-
Method Detail
-
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
-
-