public class WildCommand{ public WildCommand(){ WildCommandExecutor wildCommandExecutor = new WildCommandExecutor(); } public boolean register() { System.out.println("the register method called"); CommandMap commandMap = getCommandMap(); System.out.println(commandMap); return true; } }