Package ghidra.framework.options
Class WrappedFile
java.lang.Object
ghidra.framework.options.WrappedFile
- All Implemented Interfaces:
WrappedOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the object that is the property value.voidConcrete subclass of WrappedOption should read all of its state from the given saveState object.toString()voidwriteState(SaveState saveState) Concrete subclass of WrappedOption should write all of its state to the given saveState object.
-
Constructor Details
-
WrappedFile
-
WrappedFile
public WrappedFile()
-
-
Method Details
-
toString
-
readState
Description copied from interface:WrappedOptionConcrete subclass of WrappedOption should read all of its state from the given saveState object.- Specified by:
readStatein interfaceWrappedOption- Parameters:
saveState- container of state information
-
writeState
Description copied from interface:WrappedOptionConcrete subclass of WrappedOption should write all of its state to the given saveState object.- Specified by:
writeStatein interfaceWrappedOption- Parameters:
saveState- container of state information
-
getObject
Description copied from interface:WrappedOptionGet the object that is the property value.- Specified by:
getObjectin interfaceWrappedOption
-
getOptionType
- Specified by:
getOptionTypein interfaceWrappedOption
-