Class ExecutionContext

    • Field Detail

      • commands

        protected final ArrayList commands
        list of commands
    • Method Detail

      • printHelp

        public void printHelp​(String cmd)
      • getCmdHelpFormatter

        protected org.apache.commons.cli2.util.HelpFormatter getCmdHelpFormatter​(CliCommand cmd)
      • getCommandsGroup

        public org.apache.commons.cli2.Group getCommandsGroup()
      • installCommand

        public void installCommand​(CliCommand c)
      • execute

        public boolean execute​(String line)
      • execute

        public boolean execute​(String[] args)
      • execute

        public boolean execute​(org.apache.commons.cli2.CommandLine cl)