ContentHandler

Package: ghidra.framework.data
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.framework.data.LinkHandler<?> getLinkHandler()
modifiedmethod: getDomainObject
return type: DomainObjectAdapter → T
- ghidra.framework.data.DomainObjectAdapter getDomainObject(ghidra.framework.store.FolderItem item, ghidra.framework.store.FileSystem userfs, long checkoutId, boolean okToUpgrade, boolean okToRecover, java.lang.Object consumer, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, VersionException
+ T getDomainObject(ghidra.framework.store.FolderItem item, ghidra.framework.store.FileSystem userfs, long checkoutId, boolean okToUpgrade, boolean okToRecover, java.lang.Object consumer, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, VersionException
modifiedmethod: getDomainObjectClass
return type: Class → Class
- java.lang.Class<? extends ghidra.framework.model.DomainObject> getDomainObjectClass()
+ java.lang.Class<T> getDomainObjectClass()
modifiedmethod: getImmutableObject
return type: DomainObjectAdapter → T
- 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, CancelledException, VersionException
+ T getImmutableObject(ghidra.framework.store.FolderItem item, java.lang.Object consumer, int version, int minChangeVersion, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, VersionException
modifiedmethod: getReadOnlyObject
return type: DomainObjectAdapter → T
- 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
+ T getReadOnlyObject(ghidra.framework.store.FolderItem item, int version, boolean okToUpgrade, java.lang.Object consumer, ghidra.util.task.TaskMonitor monitor) throws IOException, VersionException, CancelledException
removedmethod: removeUserDataFile
void removeUserDataFile(ghidra.framework.store.FolderItem item, ghidra.framework.store.FileSystem userFilesystem) throws IOException
removedmethod: saveUserDataFile
void saveUserDataFile(ghidra.framework.model.DomainObject associatedDomainObj, db.DBHandle userDbh, ghidra.framework.store.FileSystem userfs, ghidra.util.task.TaskMonitor monitor) throws CancelledException, IOException

9.0.2_PUBLIC

introducedInitial version