DBContentHandler

Package: ghidra.framework.data
Type: class

10.3_PUBLIC

removedmethod: openAssociatedUserFile
db.DBHandle openAssociatedUserFile(java.lang.String associatedFileID, java.lang.String associatedContentType, ghidra.framework.store.FileSystem userfs, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod: removeUserDataFile
void removeUserDataFile(ghidra.framework.store.FolderItem associatedItem, ghidra.framework.store.FileSystem userfs) throws IOException
removedmethod: saveUserDataFile
void saveUserDataFile(ghidra.framework.model.DomainObject domainObj, db.DBHandle userDbh, ghidra.framework.store.FileSystem userfs, ghidra.util.task.TaskMonitor monitor) throws CancelledException, IOException

9.0.2_PUBLIC

addedmethod: createFile
long createFile(ghidra.framework.data.DomainObjectAdapterDB domainObj, java.lang.String contentType, ghidra.framework.store.FileSystem fs, java.lang.String path, java.lang.String name, ghidra.util.task.TaskMonitor monitor) throws InvalidNameException, CancelledException, IOException
addedmethod: openAssociatedUserFile
db.DBHandle openAssociatedUserFile(java.lang.String associatedFileID, java.lang.String associatedContentType, ghidra.framework.store.FileSystem userfs, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException

9.0.1_PUBLIC

introducedInitial version