Searched refs:sCommands (Results 1 – 1 of 1) sorted by relevance
70 static HashMap<String, Class<? extends Command>> sCommands = new HashMap<>(); field in Dicttool77 sCommands.put(commandName, cls); in addCommand()82 return sCommands.get(commandName).newInstance(); in getCommandInstance()92 for (final String commandName : sCommands.keySet()) { in help()100 return sCommands.containsKey(commandName); in isCommand()