GhidraScriptProperties

Package: ghidra.app.script
Type: class

9.0.2_PUBLIC

addedmethod: clearProperties
void clearProperties()
addedmethod: loadGhidraScriptProperties
void loadGhidraScriptProperties(generic.jar.ResourceFile scriptLocation, java.lang.String newBaseName) throws IOException
addedmethod: loadGhidraScriptProperties
void loadGhidraScriptProperties(generic.jar.ResourceFile file) throws IOException
addedmethod: put
java.lang.String put(java.lang.String key, java.lang.String value)
addedmethod: remove
java.lang.String remove(java.lang.String keyString)
addedmethod: values
java.util.Collection<java.lang.String> values()

9.0.1_PUBLIC

introducedInitial version