Class ListDexClassesArguments

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

public class ListDexClassesArguments 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
    • index

      @JsonPropertyDescription("The desired start index for which classes should be gathered") public int index
    • count

      @JsonPropertyDescription("The desired count of classes to gather (maximum 100)") public int count
    • filter

      @JsonPropertyDescription("An optional filter string applied on the type descriptor (JVM internal class name) of the class. Example: \'Lcom/abc/*\' would list all classes under the com.abc package and sub-packages") public String filter
  • Constructor Details

    • ListDexClassesArguments

      public ListDexClassesArguments()