mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch 'origin/Ghidra_9.2'
This commit is contained in:
commit
341f07f1a2
13 changed files with 240 additions and 187 deletions
|
@ -1,6 +1,5 @@
|
|||
/* ###
|
||||
* IP: GHIDRA
|
||||
* REVIEWED: YES
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
@ -32,4 +31,14 @@ public interface CustomOption {
|
|||
*/
|
||||
public void writeState(SaveState saveState);
|
||||
|
||||
/**
|
||||
* CustomOption should implement this method to provide a formatted
|
||||
* string value of this option value. The returned value will
|
||||
* be used in support of the {@link Options#getValueAsString(String)}
|
||||
* and {@link Options#getDefaultValueAsString(String)}.
|
||||
* @return option value as string
|
||||
*/
|
||||
@Override
|
||||
public String toString();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue