Package ghidra.program.database
Class SpecExtension.DocInfo
java.lang.Object
ghidra.program.database.SpecExtension.DocInfo
- Enclosing class:
SpecExtension
Helper class for collecting information about an extension XML document
and constructing its option name for storage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
final String
final SpecExtension.Type
getType()
final boolean
-
Constructor Details
-
DocInfo
Construct by directly pulling information from the XML document- Parameters:
document
- is the entire XML document as a String
-
-
Method Details
-
getType
- Returns:
- the Type of the extension
-
getFormalName
- Returns:
- the formal name of the extension
-
getOptionName
- Returns:
- the option name associated with the extension
-
isOverride
public final boolean isOverride()- Returns:
- true if the extension overrides a core object
-