extract Project Filters

private open fun extractProjectFilters(rawFilters: Set<String>): Pair<String, Set<String>>

Method to select from the raw filter the specific values of the different filters

Return

the specific filters as Pair of String and HashSet of String

Parameters

rawFilters

The raw filters