Module openj9.dtfj

Class CommandDescription


  • public class CommandDescription
    extends Object
    Description for how a command should be executed
    • Constructor Detail

      • CommandDescription

        public CommandDescription​(String commandName,
                                  String argumentDescription,
                                  String helpDescription)
    • Method Detail

      • getCommandName

        public String getCommandName()
      • setCommandName

        public void setCommandName​(String commandName)
      • getArgumentDescription

        public String getArgumentDescription()
      • setArgumentDescription

        public void setArgumentDescription​(String argumentDescription)
      • getHelpDescription

        public String getHelpDescription()
      • setHelpDescription

        public void setHelpDescription​(String helpDescription)