addedmethod:
getDefaultUserTempDir
static java.io.File getDefaultUserTempDir(java.lang.String applicationName) throws FileNotFoundException, IOException
addedmethod:
getLegacyUserSettingsDir
static java.io.File getLegacyUserSettingsDir(ghidra.framework.ApplicationProperties applicationProperties, generic.jar.ResourceFile installationDirectory) throws FileNotFoundException
addedmethod:
normalizeApplicationName
static java.lang.String normalizeApplicationName(java.lang.String applicationName)
modifiedmethod:
getDefaultUserCacheDir
added throws IOException
- static java.io.File getDefaultUserCacheDir(ghidra.framework.ApplicationProperties applicationProperties) throws FileNotFoundException
+ static java.io.File getDefaultUserCacheDir(ghidra.framework.ApplicationProperties applicationProperties) throws FileNotFoundException, IOException
modifiedmethod:
getDefaultUserSettingsDir
added throws IOException
- static java.io.File getDefaultUserSettingsDir(ghidra.framework.ApplicationProperties applicationProperties, generic.jar.ResourceFile installationDirectory) throws FileNotFoundException
+ static java.io.File getDefaultUserSettingsDir(ghidra.framework.ApplicationProperties applicationProperties, generic.jar.ResourceFile installationDirectory) throws FileNotFoundException, IOException
removedmethod:
getDefaultUserTempDir
static java.io.File getDefaultUserTempDir(ghidra.framework.ApplicationProperties applicationProperties) throws FileNotFoundException