Class MoveDexClassToPackageArguments

java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.MoveDexClassToPackageArguments

public class MoveDexClassToPackageArguments extends Object
  • 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.") public String unit_path
    • source_class_type_descriptor

      @JsonPropertyDescription("The type descriptor of the class to be moved") public String source_class_type_descriptor
    • destination_package_fully_qualified_name

      @JsonPropertyDescription("The fully-qualified dot-separated package name of where the class should be moved") public String destination_package_fully_qualified_name
  • Constructor Details

    • MoveDexClassToPackageArguments

      public MoveDexClassToPackageArguments()