Application

Package: ghidra.framework
Type: class

11.1_PUBLIC

addedmethod: createTempFile
static java.io.File createTempFile(java.lang.String prefix, java.lang.String suffix) throws IOException

10.4_PUBLIC

addedmethod: getUserSettingsFiles
static java.util.List<java.io.File> getUserSettingsFiles(java.lang.String dirName, java.lang.String fileExtension)

10.3_PUBLIC

modifiedmethod: findFilesByExtension
removed throws IllegalArgumentException
- static java.util.List<generic.jar.ResourceFile> findFilesByExtension(java.lang.String moduleName, java.lang.String extension) throws IllegalArgumentException
+ static java.util.List<generic.jar.ResourceFile> findFilesByExtension(java.lang.String moduleName, java.lang.String extension)

10.1_PUBLIC

modifiedmethod: getOSFile
added throws OSFileNotFoundException; removed throws FileNotFoundException
- static java.io.File getOSFile(java.lang.String exactFilename) throws FileNotFoundException
+ static java.io.File getOSFile(java.lang.String exactFilename) throws OSFileNotFoundException
modifiedmethod: getOSFile
added throws OSFileNotFoundException; removed throws FileNotFoundException
- static java.io.File getOSFile(java.lang.String moduleName, java.lang.String exactFilename) throws FileNotFoundException
+ static java.io.File getOSFile(java.lang.String moduleName, java.lang.String exactFilename) throws OSFileNotFoundException

9.0.1_PUBLIC

introducedInitial version