{
final URL url = _file.toURL();
final Matcher m = pattern.matcher(url.toExternalForm());
if (m.matches())
{
final YComponentInfo cmp = new YComponentInfo(url);
this.componentMap.put(cmp.getSpecificationClassName(), new YCmpXsdElement(cmp));
}
}
}
catch (Exception e)
{