Module openj9.dtfj

Class CommandDescription

java.lang.Object
com.ibm.java.diagnostics.utils.commands.CommandDescription

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

    • CommandDescription

      public CommandDescription(String commandName, String argumentDescription, String helpDescription)
  • Method Details

    • 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)
    • getParent

      public CommandDescription getParent()
    • setParent

      public void setParent(CommandDescription parent)