Class RenameDexItemsArguments
java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.RenameDexItemsArguments
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
unit_path
@JsonPropertyDescription("The dex unit path such as one provided by get_project_information. If none is provided, the first dex unit found in the project will be acted upon.\n") public String unit_path -
items_and_names
@JsonPropertyDescription("The list of items to be renamed, including the item address and the desired new name") public List<RenameDexItemsArguments.Item> items_and_names
-
-
Constructor Details
-
RenameDexItemsArguments
public RenameDexItemsArguments()
-