Package ghidra.app.util.importer
Class LoaderArgsOptionChooser
java.lang.Object
ghidra.app.util.importer.LoaderArgsOptionChooser
- All Implemented Interfaces:
OptionChooser
@Deprecated(since="12.0",
forRemoval=true)
public class LoaderArgsOptionChooser
extends Object
implements OptionChooser
Deprecated, for removal: This API element is subject to removal in a future version.
An option chooser that applies loader options that were passed in as command line arguments.
-
Field Summary
Fields inherited from interface ghidra.app.util.importer.OptionChooser
DEFAULT_OPTIONS -
Constructor Summary
ConstructorsConstructorDescriptionLoaderArgsOptionChooser(List<Pair<String, String>> loaderArgs) Deprecated, for removal: This API element is subject to removal in a future version.UseProgramLoader.Builder.loaderArgs(List)instead -
Method Summary
Modifier and TypeMethodDescriptionchoose(List<Option> optionChoices, AddressFactory addressFactory) Deprecated, for removal: This API element is subject to removal in a future version.Chooses whichLoaderoptions to usegetArgs()Deprecated, for removal: This API element is subject to removal in a future version.Gets theLoaderarguments associated with thisOptionChooser
-
Constructor Details
-
LoaderArgsOptionChooser
@Deprecated(since="12.0", forRemoval=true) public LoaderArgsOptionChooser(List<Pair<String, String>> loaderArgs) Deprecated, for removal: This API element is subject to removal in a future version.UseProgramLoader.Builder.loaderArgs(List)insteadCreates a newLoaderArgsOptionChooser- Parameters:
loaderArgs- TheLoaderarguments
-
-
Method Details
-
choose
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:OptionChooserChooses whichLoaderoptions to use -
getArgs
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:OptionChooserGets theLoaderarguments associated with thisOptionChooser- Specified by:
getArgsin interfaceOptionChooser- Returns:
- The
Loaderarguments associated with thisOptionChooser
-
ProgramLoader.Builder.loaderArgs(List)instead