Class | Description |
---|---|
Clui |
Clui controller, create a context allowing cli into foodora system.
|
Command |
Describes how all command are, composed by a commandName and a listOfArgs,
It allow to verify if each argument is correct, and if all arguments are there.
|
Input | |
Token |
A token represent a container for an argument, each time a command is given,
The Clui will try to match each argument in it's associated Token.
|
Enum | Description |
---|---|
Token.TypeToken |
Exception | Description |
---|---|
errorWrongFormatValue | |
errorWrongNumberOfParams | |
errorWrongTypeOfUser |