Class CommandsBuilder


  • public class CommandsBuilder
    extends java.lang.Object
    This class is responsible for reading the commands out of the .xml File. Before the commands can be build the ConfigHandler have to be initialized
    • Constructor Summary

      Constructors 
      Constructor Description
      CommandsBuilder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<CommandType> buildCommands()
      Reads the given command file and creates a list of commands to execute
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommandsBuilder

        public CommandsBuilder()
    • Method Detail

      • buildCommands

        public java.util.List<CommandType> buildCommands()
        Reads the given command file and creates a list of commands to execute
        Returns:
        CommandListType - List of all commands to execute