Searched defs:addCommand (Results 1 – 2 of 2) sorted by relevance
44 public Builder addCommand(String key, Command command) { in addCommand() method in CommandSupplier.Builder
76 public static void addCommand(final String commandName, final Class<? extends Command> cls) { in addCommand() method in Dicttool