DataTypeArchiveContentHandler

Package: ghidra.program.database
Type: class

11.1_PUBLIC

addedmethod: canResetDBSourceFile
boolean canResetDBSourceFile()
addedmethod: resetDBSourceFile
void resetDBSourceFile(ghidra.framework.store.FolderItem item, ghidra.framework.data.DomainObjectAdapterDB domainObj) throws IOException

10.3_PUBLIC

addedmethod: getLinkHandler
ghidra.program.database.DataTypeArchiveLinkContentHandler getLinkHandler()
modifiedmethod: getDomainObject
return type: DomainObjectAdapter → DataTypeArchiveDB
- ghidra.framework.data.DomainObjectAdapter getDomainObject(ghidra.framework.store.FolderItem item, ghidra.framework.store.FileSystem userfs, long checkoutId, boolean okToUpgrade, boolean recover, java.lang.Object consumer, ghidra.util.task.TaskMonitor monitor) throws IOException, VersionException, CancelledException
+ ghidra.program.database.DataTypeArchiveDB getDomainObject(ghidra.framework.store.FolderItem item, ghidra.framework.store.FileSystem userfs, long checkoutId, boolean okToUpgrade, boolean recover, java.lang.Object consumer, ghidra.util.task.TaskMonitor monitor) throws IOException, VersionException, CancelledException
modifiedmethod: getDomainObjectClass
return type: Class → Class
- java.lang.Class<? extends ghidra.framework.model.DomainObject> getDomainObjectClass()
+ java.lang.Class<ghidra.program.database.DataTypeArchiveDB> getDomainObjectClass()
modifiedmethod: getImmutableObject
return type: DomainObjectAdapter → DataTypeArchiveDB
- ghidra.framework.data.DomainObjectAdapter getImmutableObject(ghidra.framework.store.FolderItem item, java.lang.Object consumer, int version, int minChangeVersion, ghidra.util.task.TaskMonitor monitor) throws IOException, VersionException, CancelledException
+ ghidra.program.database.DataTypeArchiveDB getImmutableObject(ghidra.framework.store.FolderItem item, java.lang.Object consumer, int version, int minChangeVersion, ghidra.util.task.TaskMonitor monitor) throws IOException, VersionException, CancelledException
modifiedmethod: getReadOnlyObject
return type: DomainObjectAdapter → DataTypeArchiveDB
- ghidra.framework.data.DomainObjectAdapter getReadOnlyObject(ghidra.framework.store.FolderItem item, int version, boolean okToUpgrade, java.lang.Object consumer, ghidra.util.task.TaskMonitor monitor) throws IOException, VersionException, CancelledException
+ ghidra.program.database.DataTypeArchiveDB getReadOnlyObject(ghidra.framework.store.FolderItem item, int version, boolean okToUpgrade, java.lang.Object consumer, ghidra.util.task.TaskMonitor monitor) throws IOException, VersionException, CancelledException

9.0.1_PUBLIC

introducedInitial version