Package ghidra.framework.options
Class WrappedFile
java.lang.Object
ghidra.framework.options.WrappedFile
- All Implemented Interfaces:
WrappedOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns Get the object that is the property value.Returns the option type.voidSubclasses of WrappedOption should read all state from the given save state object.toString()voidwriteState(SaveState saveState) Subclasses of WrappedOption should write all state to the given save state object.
-
Constructor Details
-
WrappedFile
-
WrappedFile
public WrappedFile()
-
-
Method Details
-
toString
-
readState
Description copied from interface:WrappedOptionSubclasses of WrappedOption should read all state from the given save state object.- Specified by:
readStatein interfaceWrappedOption- Parameters:
saveState- container of state information
-
writeState
Description copied from interface:WrappedOptionSubclasses of WrappedOption should write all state to the given save state object.- Specified by:
writeStatein interfaceWrappedOption- Parameters:
saveState- container of state information
-
getObject
Description copied from interface:WrappedOptionReturns Get the object that is the property value.- Specified by:
getObjectin interfaceWrappedOption- Returns:
- Get the object that is the property value
-
getOptionType
Description copied from interface:WrappedOptionReturns the option type.- Specified by:
getOptionTypein interfaceWrappedOption- Returns:
- the option type
-