Module openj9.dtfj

Class Command.CommandDescription

  • Enclosing class:
    Command

    protected class Command.CommandDescription
    extends Object
    • Constructor Detail

      • CommandDescription

        public CommandDescription​(String name,
                                  String argDescription,
                                  String help)
    • Method Detail

      • addSubCommand

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

        public String getCommandName()
      • getArgumentDescription

        public String getArgumentDescription()
      • getCommandDescription

        public String getCommandDescription()