IndexedV1LocalFileSystem

Package: ghidra.framework.store.local
Type: class

12.0_PUBLIC

addedmethod: fileIdChanged
void fileIdChanged(ghidra.framework.store.local.ItemPropertyFile pfile, java.lang.String oldFileId) throws IOException
removedmethod: fileIdChanged
void fileIdChanged(ghidra.util.PropertyFile pfile, java.lang.String oldFileId) throws IOException

11.1_PUBLIC

modifiedmethod: getItem
return type: FolderItem → LocalFolderItem
- ghidra.framework.store.FolderItem getItem(java.lang.String fileID) throws IOException, UnsupportedOperationException
+ ghidra.framework.store.local.LocalFolderItem getItem(java.lang.String fileID) throws IOException, UnsupportedOperationException

9.0.2_PUBLIC

addedmethod: fileIdChanged
void fileIdChanged(ghidra.util.PropertyFile pfile, java.lang.String oldFileId) throws IOException

9.0.1_PUBLIC

introducedInitial version