ProjectData

Package: ghidra.framework.model
Type: class

12.0_PUBLIC

addedmethod: getFile
ghidra.framework.model.DomainFile getFile(java.lang.String path, ghidra.framework.model.DomainFileFilter filter)
addedmethod: getFolder
ghidra.framework.model.DomainFolder getFolder(java.lang.String path, ghidra.framework.model.DomainFolderFilter filter)

11.4_PUBLIC

addedmethod: iterator
java.util.Iterator<ghidra.framework.model.DomainFile> iterator()
modifiedtype-implements: ProjectData
- (none)
+ java.lang.Iterable

11.1.2_PUBLIC

modifiedmethod: refresh
removed throws IOException
- void refresh(boolean force) throws IOException
+ void refresh(boolean force)

10.4_PUBLIC

addedmethod: getLocalProjectURL
java.net.URL getLocalProjectURL()
addedmethod: getSharedProjectURL
java.net.URL getSharedProjectURL()

10.3_PUBLIC

removedmethod: getSharedFileURL
java.net.URL getSharedFileURL(java.lang.String path)

10.2_PUBLIC

addedmethod: findCheckedOutFiles
java.util.List<ghidra.framework.model.DomainFile> findCheckedOutFiles(ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
addedmethod: updateRepositoryInfo
void updateRepositoryInfo(ghidra.framework.client.RepositoryAdapter newRepository, boolean force, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod: updateRepositoryInfo
void updateRepositoryInfo(ghidra.framework.client.RepositoryAdapter repository, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException

9.0.2_PUBLIC

introducedInitial version