LoadResults

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

12.0_PUBLIC

addedmethod: close
void close()
addedmethod: getNonPrimary
java.util.List<ghidra.app.util.opinion.Loaded<T>> getNonPrimary()
addedmethod: getPrimaryDomainObject
T getPrimaryDomainObject(java.lang.Object consumer)
addedmethod: save
void save(ghidra.util.task.TaskMonitor monitor) throws CancelledException, IOException, InvalidNameException
modifiedtype-implements: LoadResults
- java.lang.Iterable
+ java.lang.AutoCloseable, java.lang.Iterable
removedmethod: save
void save(ghidra.framework.model.Project project, java.lang.Object consumer, ghidra.app.util.importer.MessageLog messageLog, ghidra.util.task.TaskMonitor monitor) throws CancelledException, IOException

10.3_PUBLIC

introducedInitial version