Class RenameDexItemArguments
java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.RenameDexItemArguments
-
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 -
current_item_address
@JsonPropertyDescription("The address of the item to be renamed:\n- A dex class address is its type descriptor (JVM internal class name).\n- A dex method address is: \'class_descriptor->method_descriptor\'. The method_descriptor is: \'METHOD_NAME(argtypes_descriptors)rettype_descriptor\'.\n- A dex field address is: \'class_descriptor->field_descriptor\'. The field_descriptor is: \'FIELD_NAME:fieldtype_descriptor\'.\n") public String current_item_address -
new_simple_name
@JsonPropertyDescription("The new simple name to be set for the item") public String new_simple_name
-
-
Constructor Details
-
RenameDexItemArguments
public RenameDexItemArguments()
-