List<MatcherManagement> childMatcher = loadCompositeMatchers(processorName, compMap,c.configurationsAt("matcher"));
for (int i = 0 ; i < childMatcher.size(); i++) {
compMatcher.add(childMatcher.get(i));
}
}
matcher = new MatcherInverter(m);
}
if (matcher == null) throw new ConfigurationException("Unable to load matcher instance");
MatcherManagement mgmtMatcher = new MatcherManagement(matcher);
matchers.add(mgmtMatcher);
if (compName != null) {