mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Merge remote-tracking branch 'origin/GP-4906_Dan_optsImageTag--SQUASHED'
This commit is contained in:
commit
ffaa97cbd9
31 changed files with 497 additions and 462 deletions
|
@ -30,8 +30,8 @@ public class TestTraceRmiLaunchOpinion implements TraceRmiLaunchOpinion {
|
|||
|
||||
public static class TestTraceRmiLaunchOffer extends AbstractTraceRmiLaunchOffer {
|
||||
private static final LaunchParameter<String> PARAM_IMAGE =
|
||||
LaunchParameter.create(String.class, "image", PARAM_DISPLAY_IMAGE, "Image to execute",
|
||||
true, ValStr.str(""), str -> str);
|
||||
LaunchParameter.create(String.class, "image", "Image", "Image to execute",
|
||||
false, ValStr.str(""), str -> str);
|
||||
|
||||
public TestTraceRmiLaunchOffer(TraceRmiLauncherServicePlugin plugin, Program program) {
|
||||
super(plugin, program);
|
||||
|
@ -62,8 +62,8 @@ public class TestTraceRmiLaunchOpinion implements TraceRmiLaunchOpinion {
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean requiresImage() {
|
||||
return false;
|
||||
public LaunchParameter<?> imageParameter() {
|
||||
return PARAM_IMAGE;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue