Exporter

Package: ghidra.app.util.exporter
Type: class

10.3_PUBLIC

addedmethod: canExportDomainFile
boolean canExportDomainFile(ghidra.framework.model.DomainFile domainFile)
addedmethod: canExportDomainObject
boolean canExportDomainObject(ghidra.framework.model.DomainObject domainObject)
addedmethod: export
boolean export(java.io.File file, ghidra.framework.model.DomainFile domainFile, ghidra.util.task.TaskMonitor monitor) throws ExporterException, IOException
addedmethod: supportsAddressRestrictedExport
boolean supportsAddressRestrictedExport()
removedmethod: supportsPartialExport
boolean supportsPartialExport()

9.0.2_PUBLIC

addedfield: EMPTY_OPTIONS
static java.util.List<ghidra.app.util.Option> EMPTY_OPTIONS
addedfield: log
ghidra.app.util.importer.MessageLog log
addedfield: provider
ghidra.framework.plugintool.ServiceProvider provider

9.0.1_PUBLIC

introducedInitial version