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 TypeMethodDescriptionbooleanString[]inthashCode()voidreadState(GProperties properties) Read state from the given propertiesvoidsetCommandArguments(String[] commandArguments) voidsetCommandString(String commandString) voidsetUrlReplacementString(String urlReplacementString) voidwriteState(GProperties properties) Write state into the given propertiesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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:CustomOptionRead state from the given properties- Specified by:
readStatein interfaceCustomOption- Parameters:
properties- container of state information
-
writeState
Description copied from interface:CustomOptionWrite state into the given properties- Specified by:
writeStatein interfaceCustomOption- Parameters:
properties- container of state information
-
hashCode
public int hashCode() -
equals
-
getCommandString
-
setCommandString
-
getCommandArguments
-
setCommandArguments
-
getUrlReplacementString
-
setUrlReplacementString
-
getDefaultBrowserLoaderOptions
-