Package ghidra.program.database.properties
package ghidra.program.database.properties
-
ClassDescriptionManages generic address keyed properties.
GenericSaveable
is used by theDBPropertyMapManager
when the class can not be found and loaded for the class path name of a property in the database.Property manager that deals with properties that are of int type and stored with a database table.Property manager that deals with properties that are of long type and stored with a database table.ObjectPropertyMapDB<T extends Saveable>Property manager that deals with properties that are of aSaveable
Object type and store within a database table.Abstract class which defines a map containing properties over a set of addresses.Property manager that deals with properties that are of String type and stored with a database table.This class provides a dummy map for an unsupported map.Property manager that deals with properties that are of "void" type, which is a marker for whether a property exists.