Register a Group
Associate a name with a list of paths.
name
void registerGroup(String name, List<String> paths) { _groups[name] = paths; }