extractResponses static method
Extracts all error, warning, and info messages from the Fatoora CLI output.
This method processes the raw output from the Fatoora service and extracts the corresponding error, warning, and info messages, storing them in the appropriate lists, and returns a FatooraServiceResponse object.
output
The raw string output from the Fatoora service CLI.
Returns a FatooraServiceResponse containing the extracted data.
Implementation
static FatooraServiceResponse extractResponses(String output) =>
_extractResponses(output);