Module openj9.dtfj

Class BaseCommand

    • Constructor Detail

      • BaseCommand

        protected BaseCommand()
    • Method Detail

      • addCommand

        public CommandDescription addCommand​(String name,
                                             String argDescription,
                                             String helpDescription)
        Parameters:
        name - Command Name
        argDescription - brief description of any optional or required arguments
        helpDescription - one-line description of the command argDescription should be a word describing the argument name, e.g: <address> to specify an address argument that is mandatory, or [address] to specify an address argument that is optional
      • setConfig

        public void setConfig​(PluginConfig config)