IndexedLocalFileSystem

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

12.0.1_PUBLIC

removedmethod: rebuild
static boolean rebuild(java.io.File rootDir) throws IOException

11.4_PUBLIC

addedmethod: getItems
ghidra.framework.store.local.LocalFolderItem[] getItems(java.lang.String folderPath) throws IOException

9.0.2_PUBLIC

addedmethod: allocateItemStorage
ghidra.framework.store.local.LocalFileSystem.ItemStorage allocateItemStorage(java.lang.String folderPath, java.lang.String itemName) throws IOException, InvalidNameException
addedmethod: deallocateItemStorage
void deallocateItemStorage(java.lang.String folderPath, java.lang.String itemName) throws IOException
addedmethod: findItemStorage
ghidra.framework.store.local.LocalFileSystem.ItemStorage findItemStorage(java.lang.String folderPath, java.lang.String itemName) throws FileNotFoundException
addedmethod: getItemNames
java.lang.String[] getItemNames(java.lang.String folderPath, boolean includeHiddenFiles) throws IOException
addedfield: INDEX_ITEM_INDENT
static java.lang.String INDEX_ITEM_INDENT
addedfield: INDEX_ITEM_SEPARATOR
static java.lang.String INDEX_ITEM_SEPARATOR
addedmethod: itemDeleted
void itemDeleted(java.lang.String folderPath, java.lang.String itemName) throws IOException

9.0.1_PUBLIC

introducedInitial version