ApplicationUtilities

Package: utility.application
Type: class

12.0_PUBLIC

modifiedmethod: findDefaultApplicationRootDirs
return type: Collection → SequencedCollection
- static java.util.Collection<generic.jar.ResourceFile> findDefaultApplicationRootDirs()
+ static java.util.SequencedCollection<generic.jar.ResourceFile> findDefaultApplicationRootDirs()

11.1_PUBLIC

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)
addedfield: PROPERTY_CACHE_DIR
static java.lang.String PROPERTY_CACHE_DIR
addedfield: PROPERTY_SETTINGS_DIR
static java.lang.String PROPERTY_SETTINGS_DIR
addedfield: PROPERTY_TEMP_DIR
static java.lang.String PROPERTY_TEMP_DIR
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

9.0.1_PUBLIC

introducedInitial version