5455565758596061626364
if (START_C.equals(control)) { LOGGER.info("Server starting..."); command = new StartCommand(); } else { LOGGER.info("Stop server starting..."); command = new ShutdownCommand(); } command.execute(new ArrayList<String>()); System.exit(0); }