Package ghidra.framework.data
package ghidra.framework.data
-
ClassDescription
CheckinHandler
facilitates application callbacks during the check-in of a DomainFile.NOTE: ALL ContentHandler CLASSES MUST END IN "ContentHandler".DBContentHandler
provides an abstract ContentHandler for domain object content which is stored within a database file.DefaultCheckinHandler
provides a simple check-in handler for use withDomainFile.checkin(CheckinHandler, boolean, ghidra.util.task.TaskMonitor)
Implements the DomainFile interface for DomainObjects that are not currently associated with any real DomainFile.An abstract class that provides default behavior for DomainObject(s), specifically it handles listeners and change status; the derived class must provide the getDescription() method.Database version of the DomainObjectAdapter; this version adds the concept of starting a transaction before a change is made to the domain object and ending the transaction.DomainObjectDBChangeSet
extendsDBChangeSet
providing methods which facilitate transaction synchronization with the domain object's DBHandle.An interface to allow merging of domain objects.Helper class to manage files within a project.Container object for the state of the tool to hold an XML element.Simple static class to keep track of transient domain file/domain objects.