6263646566676869707172
List<String> commands = set.getCommandNames(); Collections.sort(commands); for (String command : commands) { CommandLineCommand clc = set.createCommand(command); dtm.addRow(new Object[] { command, clc.getDescription() }); } return dtm; }