DefaultProjectManager

Package: ghidra.framework.project
Type: class

11.4_PUBLIC

modifiedmethod: openProject
added throws IOException
- ghidra.framework.model.Project openProject(ghidra.framework.model.ProjectLocator projectLocator, boolean doRestore, boolean resetOwner) throws NotFoundException, NotOwnerException, LockException
+ ghidra.framework.model.Project openProject(ghidra.framework.model.ProjectLocator projectLocator, boolean doRestore, boolean resetOwner) throws NotFoundException, NotOwnerException, LockException, IOException

10.2_PUBLIC

modifiedmethod: createUserToolChest
return type: void → ToolChest
- void createUserToolChest()
+ ghidra.framework.model.ToolChest createUserToolChest()

9.0.1_PUBLIC

introducedInitial version