addedmethod:
close
void close()
addedfield:
fsrl
ghidra.formats.gfilesystem.FSRL fsrl
addedmethod:
getDomainObjectType
java.lang.Class<? extends ghidra.framework.model.DomainObject> getDomainObjectType()
addedmethod:
getProject
ghidra.framework.model.Project getProject()
addedfield:
project
ghidra.framework.model.Project project
addedmethod:
save
ghidra.framework.model.DomainFile save(ghidra.util.task.TaskMonitor monitor) throws CancelledException, ClosedException, IOException, InvalidNameException
modifiedtype-implements:
Loaded
- (none)
+ java.lang.AutoCloseable
modifiedmethod:
setProjectFolderPath
param 1 renamed: projectFolderPath → projectRootPath
- void setProjectFolderPath(java.lang.String projectFolderPath)
+ void setProjectFolderPath(java.lang.String projectRootPath)
removedmethod:
save
ghidra.framework.model.DomainFile save(ghidra.framework.model.Project project, ghidra.app.util.importer.MessageLog messageLog, ghidra.util.task.TaskMonitor monitor) throws CancelledException, ClosedException, IOException
removedmethod:
setDiscard
void setDiscard(boolean discard)