Loaded

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

12.0_PUBLIC

addedmethod: close
void close()
addedfield: fsrl
ghidra.formats.gfilesystem.FSRL fsrl
addedmethod: getDomainObject
T getDomainObject(java.lang.Object consumer)
addedmethod: getDomainObjectType
java.lang.Class<? extends ghidra.framework.model.DomainObject> getDomainObjectType()
addedmethod: getProject
ghidra.framework.model.Project getProject()
addedfield: loadedConsumer
java.lang.Object loadedConsumer
addedfield: mirrorFsLayout
boolean mirrorFsLayout
addedfield: project
ghidra.framework.model.Project project
addedfield: projectRootPath
java.lang.String projectRootPath
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)
removedmethod: shouldDiscard
boolean shouldDiscard()

11.4_PUBLIC

addedmethod: setDiscard
void setDiscard(boolean discard)
addedmethod: shouldDiscard
boolean shouldDiscard()

10.3_PUBLIC

introducedInitial version