summaryrefslogtreecommitdiff
path: root/src/main/RequestCommand.java
AgeCommit message (Collapse)AuthorFilesLines
2014-04-25Added the functionality to execute and parse commands.Maurice Laveaux1-0/+118
* CommandParser can parse input strings to RequestCommand. * CommandQueue will execute all ICommands in a queue. * TODO: StreamCommands, database implementation. * RequestCommand writes into database.txt