Package ghidra.util
Class ManualViewerCommandWrappedOption
java.lang.Object
ghidra.util.ManualViewerCommandWrappedOption
- All Implemented Interfaces:
CustomOption
-
Field Summary
FieldsFields inherited from interface ghidra.framework.options.CustomOption
CUSTOM_OPTION_CLASS_NAME_KEY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
String[]
int
hashCode()
void
Concrete subclass of WrappedOption should read all of its state from the given saveState object.void
setCommandArguments
(String[] commandArguments) void
setCommandString
(String commandString) void
setUrlReplacementString
(String urlReplacementString) void
writeState
(SaveState saveState) Concrete subclass of WrappedOption should write all of its state to the given saveState object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.framework.options.CustomOption
toString
-
Field Details
-
OPTIONS_CATEGORY_NAME
- See Also:
-
MANUAL_VIEWER_OPTIONS
- See Also:
-
-
Constructor Details
-
ManualViewerCommandWrappedOption
public ManualViewerCommandWrappedOption()
-
-
Method Details
-
readState
Description copied from interface:CustomOption
Concrete subclass of WrappedOption should read all of its state from the given saveState object.- Specified by:
readState
in interfaceCustomOption
- Parameters:
saveState
- container of state information
-
writeState
Description copied from interface:CustomOption
Concrete subclass of WrappedOption should write all of its state to the given saveState object.- Specified by:
writeState
in interfaceCustomOption
- Parameters:
saveState
- container of state information
-
hashCode
public int hashCode() -
equals
-
getCommandString
-
setCommandString
-
getCommandArguments
-
setCommandArguments
-
getUrlReplacementString
-
setUrlReplacementString
-
getDefaultBrowserLoaderOptions
-