Package ghidra.app.util
Interface DomainObjectService
public interface DomainObjectService
Simple interface for getting a DomainObject. This is used to delay the opening of
a domainObject until it is needed.
-
Method Summary
Modifier and TypeMethodDescriptionGet the domain object to be exported
-
Method Details
-
getDomainObject
DomainObject getDomainObject()Get the domain object to be exported- Returns:
- domain object or null if export limited to domain file
-