Add CommandParserDispatcher to dispatch PrimitiveRequest to matching CommandParser #188

Merged
lars.winzer merged 4 commits from feat/command-parser into main 2026-03-15 17:21:08 +01:00
lars.winzer commented 2026-03-15 17:09:24 +01:00 (Migrated from git.scicore.unibas.ch)

Added the CommandParserDispatcher to dispatch PrimitiveRequest to matching CommandParser, if none is found a UnknownCommandException is raised.

The CommandParser must implement the CommandParser interface and return a Request object.

Added the CommandParserDispatcher to dispatch PrimitiveRequest to matching CommandParser, if none is found a UnknownCommandException is raised. The CommandParser must implement the CommandParser interface and return a Request object.
lars.winzer commented 2026-03-15 17:21:08 +01:00 (Migrated from git.scicore.unibas.ch)

mentioned in commit 118869f461

mentioned in commit 118869f46191b2f72ebab1c539c4331a19c43f85
lars.winzer (Migrated from git.scicore.unibas.ch) merged commit 118869f461 into main 2026-03-15 17:21:08 +01:00
lars.winzer commented 2026-03-24 18:43:19 +01:00 (Migrated from git.scicore.unibas.ch)

changed title from Add CommandParserDispatcher to dispatch PrimitiveRequest to matching CommandHandler to Add CommandParserDispatcher to dispatch PrimitiveRequest to matching CommandParser

<p>changed title from <code class="idiff">Add CommandParserDispatcher to dispatch PrimitiveRequest to matching Command<span class="idiff left right deletion">Handl</span>er</code> to <code class="idiff">Add CommandParserDispatcher to dispatch PrimitiveRequest to matching Command<span class="idiff left right addition">Pars</span>er</code></p>
lars.winzer commented 2026-03-24 18:43:19 +01:00 (Migrated from git.scicore.unibas.ch)

changed the description

changed the description
lars.winzer commented 2026-03-24 18:57:49 +01:00 (Migrated from git.scicore.unibas.ch)

mentioned in task #14

mentioned in task #14
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: University-of-Basel-Studentprojects/Programmierprojekt#188