Example #1
0
        public void commandLineParser()
        {
            ServerCommand servercommand;

            for (; commands.size() > 0; commandHandler.handleCommand(servercommand))
            {
                servercommand = (ServerCommand)commands.remove(0);
            }
        }