Class CreateDexPackageArguments

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

public class CreateDexPackageArguments 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
    • fully_qualified_name

      @JsonPropertyDescription("The fully-qualified dot-separated package name, example: com.some.foo") public String fully_qualified_name
  • Constructor Details

    • CreateDexPackageArguments

      public CreateDexPackageArguments()