AbstractGhidraHeadlessIntegrationTest

Package: ghidra.test
Type: class

11.2_PUBLIC

addedmethod: clearSelection
void clearSelection(ghidra.framework.plugintool.PluginTool tool, ghidra.program.model.listing.Program p)
addedmethod: toAddressSet
ghidra.program.model.address.AddressSet toAddressSet(ghidra.program.model.listing.Program p, java.lang.String from, java.lang.String to)
removedmethod: applyCmd
static boolean applyCmd(ghidra.program.model.listing.Program program, ghidra.framework.cmd.Command cmd) throws RollbackException

11.1_PUBLIC

addedmethod: redo
static void redo(ghidra.framework.model.DomainObject dobj, boolean wait)
addedmethod: redo
static void redo(ghidra.framework.model.DomainObject dobj)
addedmethod: redo
static void redo(ghidra.framework.model.DomainObject dobj, int count)
addedmethod: undo
static void undo(ghidra.framework.model.DomainObject dobj, boolean wait)
addedmethod: undo
static void undo(ghidra.framework.model.DomainObject dobj, java.lang.String name)
addedmethod: undo
static void undo(ghidra.framework.model.DomainObject dobj)
addedmethod: undo
static void undo(ghidra.framework.model.DomainObject dobj, int count)
removedmethod: redo
static void redo(ghidra.framework.model.UndoableDomainObject dobj, boolean wait)
removedmethod: redo
static void redo(ghidra.framework.model.UndoableDomainObject dobj)
removedmethod: redo
static void redo(ghidra.framework.model.UndoableDomainObject dobj, int count)
removedmethod: undo
static void undo(ghidra.framework.model.UndoableDomainObject dobj, boolean wait)
removedmethod: undo
static void undo(ghidra.framework.model.UndoableDomainObject dobj, java.lang.String name)
removedmethod: undo
static void undo(ghidra.framework.model.UndoableDomainObject dobj)
removedmethod: undo
static void undo(ghidra.framework.model.UndoableDomainObject dobj, int count)

11.0.2_PUBLIC

addedmethod: undo
static void undo(ghidra.framework.model.UndoableDomainObject dobj, java.lang.String name)

10.3_PUBLIC

modifiedmethod: createApplicationLayout
added throws IOException
- utility.application.ApplicationLayout createApplicationLayout()
+ utility.application.ApplicationLayout createApplicationLayout() throws IOException

10.2_PUBLIC

addedmethod: cleanDbTestDir
static void cleanDbTestDir()

9.0.2_PUBLIC

addedmethod: createApplicationConfiguration
ghidra.framework.ApplicationConfiguration createApplicationConfiguration()
addedmethod: createApplicationLayout
utility.application.ApplicationLayout createApplicationLayout()
addedmethod: initializeSystemProperties
void initializeSystemProperties()

9.0.1_PUBLIC

introducedInitial version