Module openj9.dtfj

Class Command.CommandDescription

java.lang.Object
com.ibm.j9ddr.tools.ddrinteractive.Command.CommandDescription
Enclosing class:
Command

protected class Command.CommandDescription extends Object
  • Constructor Details

    • CommandDescription

      public CommandDescription(String name, String argDescription, String help)
  • Method Details

    • addSubCommand

      public void addSubCommand(String name, String argDescription, String help)
    • getCommandName

      public String getCommandName()
    • getArgumentDescription

      public String getArgumentDescription()
    • getCommandDescription

      public String getCommandDescription()