LogParser

Part 1: Answers to the questions in part 1 can be found in CMPE_202_Individual Project.pdf

Part 2: The Java Code with Unit tests can be found in LogParserApp directory.

To run this code you must have Maven installed.

  • step1: in the command line run mvn clean install
  • step2: in the command line run java -jar target/CommandLogParserApp-1.0-jar-with-dependencies.jar --file resources/input.txt

You may change the input.txt as per your requirements.